HomeSort by relevance Sort by last modified time
    Searched full:getatlas (Results 1 - 11 of 11) sorted by null

  /external/skia/src/gpu/text/
GrAtlasManager.h 37 *numProxies = this->getAtlas(format)->numActivePages();
38 return this->getAtlas(format)->getProxies();
60 GrDrawOpAtlas* getAtlas(GrMaskFormat format) const {
99 this->getAtlas(format)->setLastUseTokenBulk(updater, token);
111 return this->getAtlas(format)->atlasGeneration();
GrAtlasManager.cpp 93 return this->getAtlas(glyph->fMaskFormat)->hasID(glyph->fID);
103 return this->getAtlas(format)->addToAtlas(resourceProvider, id, target, width, height,
112 this->getAtlas(glyph->fMaskFormat)->setLastUseToken(glyph->fID, token);
  /external/skqp/src/gpu/text/
GrAtlasGlyphCache.h 135 return this->getAtlas(format)->getProxies();
142 return this->getAtlas(format)->pageCount();
151 return this->getAtlas(glyph->fMaskFormat)->hasID(glyph->fID);
163 this->getAtlas(glyph->fMaskFormat)->setLastUseToken(glyph->fID, token);
169 this->getAtlas(format)->setLastUseTokenBulk(updater, token);
177 return this->getAtlas(format)->addToAtlas(id, target, width, height, image, loc);
184 return this->getAtlas(format)->atlasGeneration();
251 GrDrawOpAtlas* getAtlas(GrMaskFormat format) const {
  /external/skia/src/gpu/
GrTextureStripAtlas.h 44 static GrTextureStripAtlas* GetAtlas(const Desc& desc);
106 * We'll only allow construction via the static GrTextureStripAtlas::GetAtlas
  /external/skqp/src/gpu/
GrTextureStripAtlas.h 44 static GrTextureStripAtlas* GetAtlas(const Desc& desc);
106 * We'll only allow construction via the static GrTextureStripAtlas::GetAtlas
  /external/skia/src/gpu/effects/
GrTextureStripAtlas.cpp 57 GrTextureStripAtlas* GrTextureStripAtlas::GetAtlas(const GrTextureStripAtlas::Desc& desc) {
  /external/skqp/src/gpu/effects/
GrTextureStripAtlas.cpp 57 GrTextureStripAtlas* GrTextureStripAtlas::GetAtlas(const GrTextureStripAtlas::Desc& desc) {
  /external/skia/src/effects/
SkTableColorFilter.cpp 455 GrTextureStripAtlas* atlas = GrTextureStripAtlas::GetAtlas(desc);
  /external/skqp/src/effects/
SkTableColorFilter.cpp 451 GrTextureStripAtlas* atlas = GrTextureStripAtlas::GetAtlas(desc);
  /external/skia/src/shaders/gradients/
SkGradientShader.cpp     [all...]
  /external/skqp/src/shaders/gradients/
SkGradientShader.cpp     [all...]

Completed in 889 milliseconds