HomeSort by relevance Sort by last modified time
    Searched refs:addToAtlas (Results 1 - 8 of 8) sorted by null

  /external/skia/src/gpu/
GrBatchFontCache.h 136 bool addToAtlas(GrBatchTextStrike* strike, GrBatchAtlas::AtlasID* id,
141 return this->getAtlas(format)->addToAtlas(id, batchTarget, width, height, image, loc);
GrAtlas.h 26 // GrAtlas can request a new GrPlot via GrAtlas::addToAtlas().
106 GrPlot* addToAtlas(ClientPlotUsage*, int width, int height, const void* image, SkIPoint16* loc);
GrBatchAtlas.h 44 // with the currentToken from the batch target, otherwise the next call to addToAtlas might
46 bool addToAtlas(AtlasID*, GrBatchTarget*, int width, int height, const void* image,
GrBatchFontCache.cpp 118 // clear out any empty strikes. We will preserve the strike whose call to addToAtlas
235 bool success = fBatchFontCache->addToAtlas(this, &glyph->fID, batchTarget, glyph->fMaskFormat,
GrAtlas.cpp 205 GrPlot* GrAtlas::addToAtlas(ClientPlotUsage* usage,
GrBatchAtlas.cpp 287 bool GrBatchAtlas::addToAtlas(AtlasID* id, GrBatchTarget* batchTarget,
GrLayerCache.cpp 207 GrPlot* plot = fAtlas->addToAtlas(&pictInfo->fPlotUsage,
210 // addToAtlas can allocate the backing texture
GrAADistanceFieldPathRenderer.cpp 413 bool success = atlas->addToAtlas(&id, batchTarget, width, height, dfStorage.get(),
419 SkDEBUGCODE(success =) atlas->addToAtlas(&id, batchTarget, width, height,

Completed in 86 milliseconds