Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/src/gpu/
DGrSWMaskHelper.cpp88 bool GrSWMaskHelper::init(const SkIRect& resultBounds, in init() argument
97 fMatrix.postTranslate(-resultBounds.fLeft * SK_Scalar1, in init()
98 -resultBounds.fTop * SK_Scalar1); in init()
99 SkIRect bounds = SkIRect::MakeWH(resultBounds.width(), in init()
100 resultBounds.height()); in init()
159 const SkIRect& resultBounds, in DrawPathMaskToTexture() argument
166 if (!helper.init(resultBounds, matrix)) { in DrawPathMaskToTexture()
DGrSWMaskHelper.h51 bool init(const SkIRect& resultBounds, const SkMatrix* matrix);
78 const SkIRect& resultBounds,
/external/skia/src/gpu/
DGrSWMaskHelper.cpp88 bool GrSWMaskHelper::init(const SkIRect& resultBounds, in init() argument
97 fMatrix.postTranslate(-resultBounds.fLeft * SK_Scalar1, in init()
98 -resultBounds.fTop * SK_Scalar1); in init()
99 SkIRect bounds = SkIRect::MakeWH(resultBounds.width(), in init()
100 resultBounds.height()); in init()
159 const SkIRect& resultBounds, in DrawPathMaskToTexture() argument
166 if (!helper.init(resultBounds, matrix)) { in DrawPathMaskToTexture()
DGrSWMaskHelper.h51 bool init(const SkIRect& resultBounds, const SkMatrix* matrix);
78 const SkIRect& resultBounds,
/external/chromium_org/third_party/WebKit/Source/web/
DWebFrameImpl.cpp1656 IntRect resultBounds = resultRange->boundingBox(); in scopeStringMatches() local
1660 m_activeMatch->boundingBox() : resultBounds; in scopeStringMatches()
1668 if (m_locatingActiveRect && (activeSelectionRect == resultBounds)) { in scopeStringMatches()
1679 frameView()->contentsToWindow(resultBounds), in scopeStringMatches()