Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrSWMaskHelper.cpp71 bool GrSWMaskHelper::init(const SkIRect& resultBounds, const SkMatrix* matrix) { in init() argument
79 fMatrix.postTranslate(-SkIntToScalar(resultBounds.fLeft), -SkIntToScalar(resultBounds.fTop)); in init()
80 SkIRect bounds = SkIRect::MakeWH(resultBounds.width(), resultBounds.height()); in init()
134 const SkIRect& resultBounds, in DrawShapeMaskToTexture() argument
140 if (!helper.init(resultBounds, matrix)) { in DrawShapeMaskToTexture()
DGrSWMaskHelper.h50 bool init(const SkIRect& resultBounds, const SkMatrix* matrix);
72 const SkIRect& resultBounds,