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

/external/chromium_org/third_party/skia/src/gpu/
H A DGrSWMaskHelper.h48 // may be accumulated in the helper during creation, "resultBounds"
51 bool init(const SkIRect& resultBounds, const SkMatrix* matrix);
78 const SkIRect& resultBounds,
H A DGrSWMaskHelper.cpp87 bool GrSWMaskHelper::init(const SkIRect& resultBounds, argument
96 fMatrix.postTranslate(-resultBounds.fLeft * SK_Scalar1,
97 -resultBounds.fTop * SK_Scalar1);
98 SkIRect bounds = SkIRect::MakeWH(resultBounds.width(),
99 resultBounds.height());
150 const SkIRect& resultBounds,
157 if (!helper.init(resultBounds, matrix)) {
147 DrawPathMaskToTexture(GrContext* context, const SkPath& path, const SkStrokeRec& stroke, const SkIRect& resultBounds, bool antiAlias, SkMatrix* matrix) argument
/external/skia/src/gpu/
H A DGrSWMaskHelper.h48 // may be accumulated in the helper during creation, "resultBounds"
51 bool init(const SkIRect& resultBounds, const SkMatrix* matrix);
78 const SkIRect& resultBounds,
H A DGrSWMaskHelper.cpp87 bool GrSWMaskHelper::init(const SkIRect& resultBounds, argument
96 fMatrix.postTranslate(-resultBounds.fLeft * SK_Scalar1,
97 -resultBounds.fTop * SK_Scalar1);
98 SkIRect bounds = SkIRect::MakeWH(resultBounds.width(),
99 resultBounds.height());
150 const SkIRect& resultBounds,
157 if (!helper.init(resultBounds, matrix)) {
147 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 DWebFrameImpl.cpp1664 IntRect resultBounds = resultRange->boundingBox(); local
1668 m_activeMatch->boundingBox() : resultBounds;
1676 if (m_locatingActiveRect && (activeSelectionRect == resultBounds)) {
1687 frameView()->contentsToWindow(resultBounds),

Completed in 3425 milliseconds