/external/skia/src/gpu/text/ |
D | GrAtlasManager.cpp | 65 GrDrawOpAtlas::ErrorCode GrAtlasManager::addToAtlas( in addToAtlas() function in GrAtlasManager 72 return this->getAtlas(format)->addToAtlas(resourceProvider, id, target, width, height, in addToAtlas()
|
D | GrAtlasManager.h | 76 GrDrawOpAtlas::ErrorCode addToAtlas(
|
D | GrStrikeCache.cpp | 236 GrDrawOpAtlas::ErrorCode result = fullAtlasManager->addToAtlas( in addGlyphToAtlas()
|
/external/skqp/src/gpu/text/ |
D | GrAtlasManager.cpp | 65 GrDrawOpAtlas::ErrorCode GrAtlasManager::addToAtlas( in addToAtlas() function in GrAtlasManager 72 return this->getAtlas(format)->addToAtlas(resourceProvider, id, target, width, height, in addToAtlas()
|
D | GrAtlasManager.h | 76 GrDrawOpAtlas::ErrorCode addToAtlas(
|
D | GrStrikeCache.cpp | 236 GrDrawOpAtlas::ErrorCode result = fullAtlasManager->addToAtlas( in addGlyphToAtlas()
|
/external/skqp/src/gpu/ops/ |
D | GrSmallPathRenderer.cpp | 499 bool addToAtlas(GrMeshDrawOp::Target* target, FlushInfo* flushInfo, GrDrawOpAtlas* atlas, in addToAtlas() function in GrSmallPathRenderer::SmallPathOp 505 GrDrawOpAtlas::ErrorCode code = atlas->addToAtlas(resourceProvider, id, in addToAtlas() 515 code = atlas->addToAtlas(resourceProvider, id, uploadTarget, width, height, in addToAtlas() 613 if (!this->addToAtlas(target, flushInfo, atlas, in addDFPathToAtlas() 715 if (!this->addToAtlas(target, flushInfo, atlas, in addBMPathToAtlas()
|
/external/skia/src/gpu/ops/ |
D | GrSmallPathRenderer.cpp | 498 bool addToAtlas(GrMeshDrawOp::Target* target, FlushInfo* flushInfo, GrDrawOpAtlas* atlas, in addToAtlas() function in GrSmallPathRenderer::SmallPathOp 504 GrDrawOpAtlas::ErrorCode code = atlas->addToAtlas(resourceProvider, id, in addToAtlas() 514 code = atlas->addToAtlas(resourceProvider, id, uploadTarget, width, height, in addToAtlas() 612 if (!this->addToAtlas(target, flushInfo, atlas, in addDFPathToAtlas() 714 if (!this->addToAtlas(target, flushInfo, atlas, in addBMPathToAtlas()
|
/external/skia/tests/ |
D | DrawOpAtlasTest.cpp | 121 code = atlas->addToAtlas(resourceProvider, atlasID, target, kPlotSize, kPlotSize, in fill_plot()
|
/external/skqp/tests/ |
D | DrawOpAtlasTest.cpp | 121 code = atlas->addToAtlas(resourceProvider, atlasID, target, kPlotSize, kPlotSize, in fill_plot()
|
/external/skqp/src/gpu/ |
D | GrDrawOpAtlas.h | 124 ErrorCode addToAtlas(GrResourceProvider*, AtlasID*, GrDeferredUploadTarget*,
|
D | GrDrawOpAtlas.cpp | 264 GrDrawOpAtlas::ErrorCode GrDrawOpAtlas::addToAtlas(GrResourceProvider* resourceProvider, in addToAtlas() function in GrDrawOpAtlas
|
/external/skia/src/gpu/ |
D | GrDrawOpAtlas.h | 124 ErrorCode addToAtlas(GrResourceProvider*, AtlasID*, GrDeferredUploadTarget*,
|
D | GrDrawOpAtlas.cpp | 264 GrDrawOpAtlas::ErrorCode GrDrawOpAtlas::addToAtlas(GrResourceProvider* resourceProvider, in addToAtlas() function in GrDrawOpAtlas
|