Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ccpr/
DGrCCPathCache.h220 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
DGrCCPathCache.cpp375 fDevIBounds = devIBounds.makeOffset(-maskShift.fX, -maskShift.fY); in setCoverageCountAtlas()