Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrSWMaskHelper.cpp77 bool GrSWMaskHelper::init(const SkIRect& resultBounds) { in init() argument
79 fTranslate = {-SkIntToScalar(resultBounds.fLeft), -SkIntToScalar(resultBounds.fTop)}; in init()
80 SkIRect bounds = SkIRect::MakeWH(resultBounds.width(), resultBounds.height()); in init()
DGrSWMaskHelper.h45 bool init(const SkIRect& resultBounds);
/external/skia/src/gpu/
DGrSWMaskHelper.cpp77 bool GrSWMaskHelper::init(const SkIRect& resultBounds) { in init() argument
79 fTranslate = {-SkIntToScalar(resultBounds.fLeft), -SkIntToScalar(resultBounds.fTop)}; in init()
80 SkIRect bounds = SkIRect::MakeWH(resultBounds.width(), resultBounds.height()); in init()
DGrSWMaskHelper.h46 bool init(const SkIRect& resultBounds);