Searched refs:fDevIBounds (Results 1 – 2 of 2) sorted by relevance
220 const SkIRect& devIBounds() const { return fDevIBounds; } in devIBounds()221 int width() const { return fDevIBounds.width(); } in width()222 int height() const { return fDevIBounds.height(); } in height()265 SkIRect fDevIBounds; variable
375 fDevIBounds = devIBounds.makeOffset(-maskShift.fX, -maskShift.fY); in setCoverageCountAtlas()