Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrSWMaskHelper.cpp78 bool GrSWMaskHelper::init(const SkIRect& resultBounds) { in init() argument
80 fTranslate = {-SkIntToScalar(resultBounds.fLeft), -SkIntToScalar(resultBounds.fTop)}; in init()
81 SkIRect bounds = SkIRect::MakeWH(resultBounds.width(), resultBounds.height()); in init()
DGrSWMaskHelper.h46 bool init(const SkIRect& resultBounds);
/third_party/skia/src/gpu/
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()
DGrSWMaskHelper.h48 bool init(const SkIRect& resultBounds);