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

  /development/simulator/app/
PhoneButton.h 55 int GetWidth(void) const { return mSelectedImage.GetWidth(); }
LoadableImage.cpp 75 mWidth = img.GetWidth();
PhoneButton.cpp 100 for (x = tmpImage.GetWidth()-1; x >= 0; --x) {
124 x < mSelectedImage.GetX() + mSelectedImage.GetWidth() &&
LoadableImage.h 59 int GetWidth(void) const { return mWidth; }
PhoneWindow.cpp 220 fullWidth += pViewInfo[i].GetWidth() + kBorder;
256 pPhoneDisplay->GetWidth(), pPhoneDisplay->GetHeight());
259 shift += pViewInfo[i].GetWidth() + kBorder;
273 pPhoneDisplay->GetWidth(), pPhoneDisplay->GetHeight(),
387 width = pBitmap->GetWidth();
393 if (width < pPhoneDisplay->GetWidth() ||
398 width = pPhoneDisplay->GetWidth();
416 // pInfo->GetWidth(), pInfo->GetHeight(), pInfo->GetDisplayIndex());
    [all...]
DeviceManager.h 220 int GetWidth(void) const { return mWidth; }
PhoneWindow.h 67 int GetWidth(void) const { return mWidth; }
DeviceWindow.cpp 176 int width = onionSkinImage.GetWidth();
PhoneData.h 104 int GetWidth(void) const { return mWidth; }
DeviceManager.cpp 927 pBuf[0] = pDisplay->GetWidth();
    [all...]
LogWindow.cpp 330 pPrefs->SetInt("window-log-width", size.GetWidth());
    [all...]
  /external/webkit/WebCore/platform/graphics/wx/
PenWx.cpp 68 setWidth(p.GetWidth());
  /frameworks/base/media/libstagefright/matroska/
mkvparser.hpp 253 long long GetWidth() const;
MatroskaExtractor.cpp 737 meta->setInt32(kKeyWidth, vtrack->GetWidth());
mkvparser.cpp     [all...]
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3drmobj.h 192 STDMETHOD_(DWORD, GetWidth)(THIS) PURE;
239 STDMETHOD_(DWORD, GetWidth)(THIS) PURE;
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DRMOBJ.H 192 STDMETHOD_(DWORD, GetWidth)(THIS) PURE;
239 STDMETHOD_(DWORD, GetWidth)(THIS) PURE;
  /external/sonivox/jet_tools/JetCreator/
JetDialogs.py 220 self.SetSize((bmp.GetWidth(), bmp.GetHeight()))
    [all...]

Completed in 2375 milliseconds