Home
last modified time | relevance | path

Searched refs:GetHeight (Results 1 – 11 of 11) sorted by relevance

/development/simulator/app/
DPhoneButton.h56 int GetHeight(void) const { return mSelectedImage.GetHeight(); } in GetHeight() function
DPhoneButton.cpp99 for (y = tmpImage.GetHeight()-1; y >= 0; --y) { in CreateHighlightedBitmap()
126 y < mSelectedImage.GetY() + mSelectedImage.GetHeight()); in CheckCollision()
DLoadableImage.cpp76 mHeight = img.GetHeight(); in LoadResources()
DLoadableImage.h60 int GetHeight(void) const { return mHeight; } in GetHeight() function
DPhoneWindow.cpp218 if (maxHeight < pViewInfo[i].GetHeight()) in Setup()
219 maxHeight = pViewInfo[i].GetHeight(); in Setup()
256 pPhoneDisplay->GetWidth(), pPhoneDisplay->GetHeight()); in Setup()
273 pPhoneDisplay->GetWidth(), pPhoneDisplay->GetHeight(), in Setup()
388 height = pBitmap->GetHeight(); in GetDimensions()
394 height < pPhoneDisplay->GetHeight()) in GetDimensions()
399 height = pPhoneDisplay->GetHeight(); in GetDimensions()
DDeviceManager.h221 int GetHeight(void) const { return mHeight; } in GetHeight() function
DPhoneWindow.h68 int GetHeight(void) const { return mHeight; } in GetHeight() function
DDeviceWindow.cpp177 int height = onionSkinImage.GetHeight(); in OnUserEvent()
DPhoneData.h105 int GetHeight(void) const { return mHeight; } in GetHeight() function
DDeviceManager.cpp928 pBuf[1] = pDisplay->GetHeight(); in Entry()
DLogWindow.cpp331 pPrefs->SetInt("window-log-height", size.GetHeight()); in SaveWindowPrefs()