Searched defs:contextMatrix (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DSkGpuDevice.cpp1019 const SkMatrix& contextMatrix,
1027 if (!bicubic && needsTextureDomain && contextMatrix.rectStaysRect()) {
1030 contextMatrix.mapRect(&transformedRect, srcRect);
1036 needsTextureDomain = may_color_bleed(srcRect, transformedRect, contextMatrix);
1016 needs_texture_domain(const SkBitmap& bitmap, const SkRect& srcRect, GrTextureParams &params, const SkMatrix& contextMatrix, bool bicubic) argument
/external/skia/src/gpu/
H A DSkGpuDevice.cpp1050 const SkMatrix& contextMatrix,
1058 if (!bicubic && needsTextureDomain && contextMatrix.rectStaysRect()) {
1061 contextMatrix.mapRect(&transformedRect, srcRect);
1067 needsTextureDomain = may_color_bleed(srcRect, transformedRect, contextMatrix);
1047 needs_texture_domain(const SkBitmap& bitmap, const SkRect& srcRect, GrTextureParams &params, const SkMatrix& contextMatrix, bool bicubic) argument

Completed in 63 milliseconds