Searched defs:resultBounds (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/gpu/
H A DGrSWMaskHelper.cpp92 bool GrSWMaskHelper::init(const SkIRect& resultBounds, argument
101 fMatrix.postTranslate(-resultBounds.fLeft * SK_Scalar1,
102 -resultBounds.fTop * SK_Scalar1);
103 SkIRect bounds = SkIRect::MakeWH(resultBounds.width(),
104 resultBounds.height());
192 const SkIRect& resultBounds,
197 if (!helper.init(resultBounds, matrix)) {
189 DrawPathMaskToTexture(GrContext* context, const SkPath& path, const SkStrokeRec& stroke, const SkIRect& resultBounds, bool antiAlias, SkMatrix* matrix) argument
/external/chromium_org/third_party/skia/src/gpu/
H A DGrSWMaskHelper.cpp160 bool GrSWMaskHelper::init(const SkIRect& resultBounds, argument
170 fMatrix.postTranslate(-resultBounds.fLeft * SK_Scalar1,
171 -resultBounds.fTop * SK_Scalar1);
172 SkIRect bounds = SkIRect::MakeWH(resultBounds.width(),
173 resultBounds.height());
318 const SkIRect& resultBounds,
323 if (!helper.init(resultBounds, matrix)) {
315 DrawPathMaskToTexture(GrContext* context, const SkPath& path, const SkStrokeRec& stroke, const SkIRect& resultBounds, bool antiAlias, SkMatrix* matrix) argument
/external/chromium_org/third_party/WebKit/Source/web/
H A DTextFinder.cpp283 IntRect resultBounds = resultRange->boundingBox(); local
287 m_activeMatch->boundingBox() : resultBounds;
295 if (m_locatingActiveRect && (activeSelectionRect == resultBounds)) {
306 m_ownerFrame.frameView()->contentsToWindow(resultBounds),
/external/chromium_org/third_party/skia/src/utils/
H A DSkLua.cpp510 SkIRect resultBounds; local
519 &resultBounds,
/external/skia/src/utils/
H A DSkLua.cpp502 SkIRect resultBounds; local
511 &resultBounds,

Completed in 170 milliseconds