Home
last modified time | relevance | path

Searched refs:addToAtlas (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/gpu/text/
DGrBatchFontCache.h159 bool addToAtlas(GrBatchTextStrike* strike, GrBatchAtlas::AtlasID* id, in addToAtlas() function
164 return this->getAtlas(format)->addToAtlas(id, target, width, height, image, loc); in addToAtlas()
DGrBatchFontCache.cpp234 bool success = fBatchFontCache->addToAtlas(this, &glyph->fID, target, expectedMaskFormat, in addGlyphToAtlas()
/external/skia/src/gpu/
DGrLayerAtlas.h108 Plot* addToAtlas(ClientPlotUsage*, int width, int height, SkIPoint16* loc);
DGrLayerAtlas.cpp130 GrLayerAtlas::Plot* GrLayerAtlas::addToAtlas(ClientPlotUsage* usage, in addToAtlas() function in GrLayerAtlas
DGrBatchAtlas.h54 bool addToAtlas(AtlasID*, GrDrawBatch::Target*, int width, int height, const void* image,
DGrBatchAtlas.cpp197 bool GrBatchAtlas::addToAtlas(AtlasID* id, GrDrawBatch::Target* batchTarget, in addToAtlas() function in GrBatchAtlas
DGrLayerCache.cpp212 GrLayerAtlas::Plot* plot = fAtlas->addToAtlas(&pictInfo->fPlotUsage, in tryToAtlas()
/external/skia/src/gpu/batches/
DGrAADistanceFieldPathRenderer.cpp404 bool success = atlas->addToAtlas(&id, target, width, height, dfStorage.get(), in addPathToAtlas()
410 SkDEBUGCODE(success =) atlas->addToAtlas(&id, target, width, height, in addPathToAtlas()