Searched refs:addToAtlas (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/gpu/text/ |
D | GrAtlasGlyphCache.h | 163 bool addToAtlas(GrAtlasTextStrike* strike, GrDrawOpAtlas::AtlasID* id, GrDrawOp::Target* target, in addToAtlas() function 167 return this->getAtlas(format)->addToAtlas(id, target, width, height, image, loc); in addToAtlas()
|
D | GrAtlasGlyphCache.cpp | 461 bool success = fAtlasGlyphCache->addToAtlas(this, &glyph->fID, target, expectedMaskFormat, in addGlyphToAtlas()
|
/external/skia/src/gpu/ops/ |
D | GrSmallPathRenderer.cpp | 479 if (!atlas->addToAtlas(&id, target, width, height, dfStorage.get(), &atlasLocation)) { in addDFPathToAtlas() 481 if (!atlas->addToAtlas(&id, target, width, height, dfStorage.get(), &atlasLocation)) { in addDFPathToAtlas() 570 if (!atlas->addToAtlas(&id, target, dst.width(), dst.height(), dst.addr(), in addBMPathToAtlas() 573 if (!atlas->addToAtlas(&id, target, dst.width(), dst.height(), dst.addr(), in addBMPathToAtlas()
|
/external/skia/src/gpu/ |
D | GrDrawOpAtlas.h | 90 bool addToAtlas(AtlasID*, GrDrawOp::Target*, int width, int height, const void* image,
|
D | GrDrawOpAtlas.cpp | 229 bool GrDrawOpAtlas::addToAtlas(AtlasID* id, GrDrawOp::Target* target, int width, int height, in addToAtlas() function in GrDrawOpAtlas
|