Home
last modified time | relevance | path

Searched refs:destBitmapSubsetSk (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/skia/
DImageSkia.cpp203 SkRect destBitmapSubsetSk; in drawResampledBitmap() local
204 ClipRectToCanvas(canvas, destRect, &destBitmapSubsetSk); in drawResampledBitmap()
206 canvas.getTotalMatrix().mapRect(&destBitmapSubsetTransformed, destBitmapSubsetSk); in drawResampledBitmap()
207 destBitmapSubsetSk.offset(-destRect.fLeft, -destRect.fTop); in drawResampledBitmap()
218 destBitmapSubsetSk.roundOut(&destBitmapSubsetSkI); in drawResampledBitmap()