Home
last modified time | relevance | path

Searched refs:getFontAtlasImage_ForTesting (Results 1 – 6 of 6) sorted by relevance

/external/skqp/samplecode/
DSampleChineseFling.cpp163 grContext->contextPriv().getFontAtlasImage_ForTesting( in onDrawContent()
167 image = grContext->contextPriv().getFontAtlasImage_ForTesting( in onDrawContent()
171 image = grContext->contextPriv().getFontAtlasImage_ForTesting( in onDrawContent()
175 image = grContext->contextPriv().getFontAtlasImage_ForTesting( in onDrawContent()
DSampleAnimatedText.cpp105 sk_sp<SkImage> image = grContext->contextPriv().getFontAtlasImage_ForTesting( in onDrawContent()
/external/skqp/gm/
Dfontregen.cpp101 auto img = ctx->contextPriv().getFontAtlasImage_ForTesting(kA8_GrMaskFormat); in onDraw()
Dfontcache.cpp76 auto img = ctx->contextPriv().getFontAtlasImage_ForTesting(kA8_GrMaskFormat); in onDraw()
/external/skqp/src/gpu/
DGrContextPriv.h282 sk_sp<SkImage> getFontAtlasImage_ForTesting(GrMaskFormat format, unsigned int index = 0);
/external/skqp/tools/gpu/
DGrTest.cpp99 sk_sp<SkImage> GrContextPriv::getFontAtlasImage_ForTesting(GrMaskFormat format, unsigned int index)… in getFontAtlasImage_ForTesting() function in GrContextPriv