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

/external/webkit/Source/WebCore/platform/graphics/skia/
H A DImageSkia.cpp346 FloatRect normSrcRect = normalizeRect(floatSrcRect); local
347 if (destRect.isEmpty() || normSrcRect.isEmpty())
358 SkIRect srcRect = enclosingIntRect(normSrcRect);
418 float adjustedX = phase.x() + normSrcRect.x() *
420 float adjustedY = phase.y() + normSrcRect.y() *
490 FloatRect normSrcRect = normalizeRect(srcRect); local
492 if (normSrcRect.isEmpty() || normDstRect.isEmpty())
496 drawBitmapGLES2(ctxt, bm, normSrcRect, normDstRect, colorSpace, compositeOp);
504 enclosingIntRect(normSrcRect),
518 FloatRect normSrcRect local
[all...]

Completed in 63 milliseconds