Searched refs:bmpSize (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/wince/
H A DSharedBitmap.cpp358 static void drawPatternSimple(HDC hdc, const RECT& destRect, const SharedBitmap* bmp, const SIZE& bmpSize, const POINT& phase) argument
362 int sourceH = std::min<int>(bmpSize.cy - sourceY, destRect.bottom - dstY);
365 int sourceW = std::min<int>(bmpSize.cx - sourceX, destRect.right - dstX);
490 SIZE bmpSize = { bmpWidth, bmpHeight };
494 phaseWin.x = normalizePhase(phaseWin.x, bmpSize.cx);
495 phaseWin.y = normalizePhase(phaseWin.y, bmpSize.cy);
517 else if ((op != CompositeSourceOver || canUseDIBits()) && srcRectWin.right <= bmpSize.cx * 2 && srcRectWin.bottom <= bmpSize.cy * 2)
518 drawPatternSimple(hmemdc.get(), srcRectWin, this, bmpSize, phaseWin);
/external/skia/src/gpu/
H A DSkGpuDevice.cpp1284 size_t bmpSize = bitmap.getSize(); local
1287 if (bmpSize < cacheSize / 2) {

Completed in 103 milliseconds