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

  /external/webkit/Source/WebCore/platform/graphics/wince/
SharedBitmap.cpp 421 int bmpWidth = width();
425 if (bmpWidth != origSourceSize.width()) {
426 double rate = static_cast<double>(bmpWidth) / origSourceSize.width();
437 if (tileRect.x() || tileRect.y() || tileRect.width() != bmpWidth || tileRect.height() != bmpHeight) {
444 bmpWidth = tileRect.width();
490 SIZE bmpSize = { bmpWidth, bmpHeight };
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java     [all...]

Completed in 185 milliseconds