Lines Matching refs:GrCCAtlas
22 class GrCCAtlas::Node {
51 GrCCAtlas::GrCCAtlas(CoverageType coverageType, const Specs& specs, const GrCaps& caps) in GrCCAtlas() function in GrCCAtlas
103 GrCCAtlas::~GrCCAtlas() { in ~GrCCAtlas()
106 bool GrCCAtlas::addRect(const SkIRect& devIBounds, SkIVector* offset) { in addRect()
121 bool GrCCAtlas::internalPlaceRect(int w, int h, SkIPoint16* loc) { in internalPlaceRect()
147 void GrCCAtlas::setFillBatchID(int id) { in setFillBatchID()
153 void GrCCAtlas::setStrokeBatchID(int id) { in setStrokeBatchID()
164 sk_sp<GrCCCachedAtlas> GrCCAtlas::refOrMakeCachedAtlas(GrOnFlushResourceProvider* onFlushRP) { in refOrMakeCachedAtlas()
183 sk_sp<GrRenderTargetContext> GrCCAtlas::makeRenderTargetContext( in makeRenderTargetContext()
212 GrCCAtlas* GrCCAtlasStack::addRect(const SkIRect& devIBounds, SkIVector* devToAtlasOffset) { in addRect()
213 GrCCAtlas* retiredAtlas = nullptr; in addRect()