Searched refs:addToAtlas (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/gpu/text/ |
D | GrBatchFontCache.h | 159 bool addToAtlas(GrBatchTextStrike* strike, GrBatchAtlas::AtlasID* id, in addToAtlas() function 164 return this->getAtlas(format)->addToAtlas(id, target, width, height, image, loc); in addToAtlas()
|
D | GrBatchFontCache.cpp | 234 bool success = fBatchFontCache->addToAtlas(this, &glyph->fID, target, expectedMaskFormat, in addGlyphToAtlas()
|
/external/skia/src/gpu/ |
D | GrLayerAtlas.h | 108 Plot* addToAtlas(ClientPlotUsage*, int width, int height, SkIPoint16* loc);
|
D | GrLayerAtlas.cpp | 130 GrLayerAtlas::Plot* GrLayerAtlas::addToAtlas(ClientPlotUsage* usage, in addToAtlas() function in GrLayerAtlas
|
D | GrBatchAtlas.h | 54 bool addToAtlas(AtlasID*, GrDrawBatch::Target*, int width, int height, const void* image,
|
D | GrBatchAtlas.cpp | 197 bool GrBatchAtlas::addToAtlas(AtlasID* id, GrDrawBatch::Target* batchTarget, in addToAtlas() function in GrBatchAtlas
|
D | GrLayerCache.cpp | 212 GrLayerAtlas::Plot* plot = fAtlas->addToAtlas(&pictInfo->fPlotUsage, in tryToAtlas()
|
/external/skia/src/gpu/batches/ |
D | GrAADistanceFieldPathRenderer.cpp | 404 bool success = atlas->addToAtlas(&id, target, width, height, dfStorage.get(), in addPathToAtlas() 410 SkDEBUGCODE(success =) atlas->addToAtlas(&id, target, width, height, in addPathToAtlas()
|