Home
last modified time | relevance | path

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

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