Home
last modified time | relevance | path

Searched refs:GetBitmapSize (Results 1 – 3 of 3) sorted by relevance

/haiku/src/tests/kits/interface/menu/menuworld/
H A DBitmapMenuItem.cpp66 GetBitmapSize(width, height); in GetContentSize()
74 void BitmapMenuItem::GetBitmapSize(float* width, float* height) in GetBitmapSize() function in BitmapMenuItem
H A DBitmapMenuItem.h45 void GetBitmapSize(float* width, float* height);
H A DTestMenuBuilder.cpp72 pTypicalItem->GetBitmapSize(&itemWidth, &itemHeight); in BuildTestMenu()