Searched refs:resultBounds (Results 1 – 3 of 3) sorted by relevance
161 bool GrSWMaskHelper::init(const SkIRect& resultBounds, in init() argument171 fMatrix.postTranslate(-resultBounds.fLeft * SK_Scalar1, in init()172 -resultBounds.fTop * SK_Scalar1); in init()173 SkIRect bounds = SkIRect::MakeWH(resultBounds.width(), in init()174 resultBounds.height()); in init()328 const SkIRect& resultBounds, in DrawPathMaskToTexture() argument333 if (!helper.init(resultBounds, matrix)) { in DrawPathMaskToTexture()
54 bool init(const SkIRect& resultBounds, const SkMatrix* matrix, bool allowCompression = true);80 const SkIRect& resultBounds,
639 SkIRect resultBounds; in lcanvas_getReducedClipStack() local648 &resultBounds, in lcanvas_getReducedClipStack()