Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrSWMaskHelper.cpp161 bool GrSWMaskHelper::init(const SkIRect& resultBounds, in init() argument
171 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() argument
333 if (!helper.init(resultBounds, matrix)) { in DrawPathMaskToTexture()
DGrSWMaskHelper.h54 bool init(const SkIRect& resultBounds, const SkMatrix* matrix, bool allowCompression = true);
80 const SkIRect& resultBounds,
/external/skia/src/utils/
DSkLua.cpp639 SkIRect resultBounds; in lcanvas_getReducedClipStack() local
648 &resultBounds, in lcanvas_getReducedClipStack()