Searched refs:resultBounds (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/skia/src/gpu/ |
D | GrSWMaskHelper.cpp | 88 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()
|
D | GrSWMaskHelper.h | 51 bool init(const SkIRect& resultBounds, const SkMatrix* matrix); 78 const SkIRect& resultBounds,
|
/external/skia/src/gpu/ |
D | GrSWMaskHelper.cpp | 88 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()
|
D | GrSWMaskHelper.h | 51 bool init(const SkIRect& resultBounds, const SkMatrix* matrix); 78 const SkIRect& resultBounds,
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebFrameImpl.cpp | 1656 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()
|