Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
H A DGrSWMaskHelper.cpp131 bool GrSWMaskHelper::init(const SkIRect& resultBounds) { in init() argument
133 fTranslate = {-SkIntToScalar(resultBounds.fLeft), -SkIntToScalar(resultBounds.fTop)}; in init()
134 SkIRect bounds = SkIRect::MakeWH(resultBounds.width(), resultBounds.height()); in init()
H A DGrSWMaskHelper.h45 // may be accumulated in the helper during creation, "resultBounds"
48 bool init(const SkIRect& resultBounds);

Completed in 1 milliseconds