Home
last modified time | relevance | path

Searched refs:getFontAtlasTexture (Results 1 – 3 of 3) sorted by relevance

/external/skia/samplecode/
DSampleAnimatedText.cpp109 GrTexture* tex = grContext->getFontAtlasTexture(GrMaskFormat::kA8_GrMaskFormat); in onDrawContent()
/external/skia/include/gpu/
DGrContext.h354 GrTexture* getFontAtlasTexture(GrMaskFormat format);
/external/skia/src/gpu/
DGrTest.cpp148 GrTexture* GrContext::getFontAtlasTexture(GrMaskFormat format) { in getFontAtlasTexture() function in GrContext