HomeSort by relevance Sort by last modified time
    Searched refs:GetHeight (Results 1 - 19 of 19) sorted by null

  /development/simulator/app/
PhoneButton.h 56 int GetHeight(void) const { return mSelectedImage.GetHeight(); }
LoadableImage.cpp 76 mHeight = img.GetHeight();
PhoneButton.cpp 99 for (y = tmpImage.GetHeight()-1; y >= 0; --y) {
126 y < mSelectedImage.GetY() + mSelectedImage.GetHeight());
LoadableImage.h 60 int GetHeight(void) const { return mHeight; }
PhoneWindow.cpp 218 if (maxHeight < pViewInfo[i].GetHeight())
219 maxHeight = pViewInfo[i].GetHeight();
256 pPhoneDisplay->GetWidth(), pPhoneDisplay->GetHeight());
273 pPhoneDisplay->GetWidth(), pPhoneDisplay->GetHeight(),
388 height = pBitmap->GetHeight();
394 height < pPhoneDisplay->GetHeight())
399 height = pPhoneDisplay->GetHeight();
416 // pInfo->GetWidth(), pInfo->GetHeight(), pInfo->GetDisplayIndex());
    [all...]
DeviceManager.h 221 int GetHeight(void) const { return mHeight; }
PhoneWindow.h 68 int GetHeight(void) const { return mHeight; }
DeviceWindow.cpp 177 int height = onionSkinImage.GetHeight();
PhoneData.h 105 int GetHeight(void) const { return mHeight; }
DeviceManager.cpp 928 pBuf[1] = pDisplay->GetHeight();
    [all...]
LogWindow.cpp 331 pPrefs->SetInt("window-log-height", size.GetHeight());
    [all...]
  /external/webkit/WebCore/platform/graphics/haiku/
SimpleFontDataHaiku.cpp 53 font->GetHeight(&height);
  /external/webkit/WebCore/platform/wx/wxcode/gtk/
fontprops.cpp 78 int height = font->GetPixelSize().GetHeight();
  /frameworks/base/media/libstagefright/matroska/
mkvparser.hpp 245 long long GetHeight() const;
MatroskaExtractor.cpp 501 meta->setInt32(kKeyHeight, vtrack->GetHeight());
mkvparser.cpp     [all...]
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3drmobj.h 191 STDMETHOD_(DWORD, GetHeight)(THIS) PURE;
240 STDMETHOD_(DWORD, GetHeight)(THIS) PURE;
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DRMOBJ.H 191 STDMETHOD_(DWORD, GetHeight)(THIS) PURE;
240 STDMETHOD_(DWORD, GetHeight)(THIS) PURE;
  /external/sonivox/jet_tools/JetCreator/
JetDialogs.py 220 self.SetSize((bmp.GetWidth(), bmp.GetHeight()))
    [all...]

Completed in 407 milliseconds