Home
last modified time | relevance | path

Searched refs:accountForSpace (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/ccpr/
DGrCCAtlas.h31 void accountForSpace(int width, int height);
48 inline void GrCCAtlas::Specs::accountForSpace(int width, int height) { in accountForSpace() function
DGrCCClipPath.cpp36 specs->accountForSpace(ibounds.width(), ibounds.height()); in accountForOwnPath()
/external/skqp/src/gpu/ccpr/
DGrCCAtlas.h46 void accountForSpace(int width, int height);
145 inline void GrCCAtlas::Specs::accountForSpace(int width, int height) { in accountForSpace() function
DGrCCClipPath.cpp62 specs->fRenderedAtlasSpecs.accountForSpace(ibounds.width(), ibounds.height()); in accountForOwnPath()
DGrCCDrawPathsOp.cpp245 specs->fCopyAtlasSpecs.accountForSpace(fCacheEntry->width(), fCacheEntry->height()); in accountForOwnPath()
264 specs->fRenderedAtlasSpecs.accountForSpace(fMaskDevIBounds.width(), fMaskDevIBounds.height()); in accountForOwnPath()