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

  /external/webkit/Source/WebCore/platform/graphics/wince/
SharedBitmap.cpp 422 int bmpHeight = height();
437 if (tileRect.x() || tileRect.y() || tileRect.width() != bmpWidth || tileRect.height() != bmpHeight) {
445 bmpHeight = tileRect.height();
490 SIZE bmpSize = { bmpWidth, bmpHeight };
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java     [all...]

Completed in 976 milliseconds