Home
last modified time | relevance | path

Searched refs:testingOnly_getFontAtlasImage (Results 1 – 12 of 12) sorted by relevance

/third_party/flutter/skia/samplecode/
DSampleChineseFling.cpp142 sk_sp<SkImage> image = grContext->priv().testingOnly_getFontAtlasImage( in onDrawContent()
146 image = grContext->priv().testingOnly_getFontAtlasImage( in onDrawContent()
150 image = grContext->priv().testingOnly_getFontAtlasImage( in onDrawContent()
154 image = grContext->priv().testingOnly_getFontAtlasImage( in onDrawContent()
DSampleAnimatedText.cpp72 sk_sp<SkImage> image = grContext->priv().testingOnly_getFontAtlasImage( in onDrawContent()
/third_party/skia/samplecode/
DSampleChineseFling.cpp142 sk_sp<SkImage> image = direct->priv().testingOnly_getFontAtlasImage( in onDrawContent()
147 image = direct->priv().testingOnly_getFontAtlasImage( in onDrawContent()
152 image = direct->priv().testingOnly_getFontAtlasImage( in onDrawContent()
157 image = direct->priv().testingOnly_getFontAtlasImage( in onDrawContent()
DSampleAnimatedText.cpp73 sk_sp<SkImage> image = direct->priv().testingOnly_getFontAtlasImage( in onDrawContent()
/third_party/flutter/skia/gm/
Dfontregen.cpp97 auto img = context->priv().testingOnly_getFontAtlasImage(kA8_GrMaskFormat); in onDraw()
Dfontcache.cpp76 auto img = ctx->priv().testingOnly_getFontAtlasImage(kA8_GrMaskFormat); in onDraw()
/third_party/skia/gm/
Dfontcache.cpp74 auto img = dContext->priv().testingOnly_getFontAtlasImage(kA8_GrMaskFormat); in onDraw()
Dfontregen.cpp103 auto img = dContext->priv().testingOnly_getFontAtlasImage(kA8_GrMaskFormat); in onDraw()
/third_party/skia/src/gpu/
DGrDirectContextPriv.h137 sk_sp<SkImage> testingOnly_getFontAtlasImage(GrMaskFormat format, unsigned int index = 0);
DGrDirectContextPriv.cpp160 sk_sp<SkImage> GrDirectContextPriv::testingOnly_getFontAtlasImage(GrMaskFormat format, in testingOnly_getFontAtlasImage() function in GrDirectContextPriv
/third_party/flutter/skia/src/gpu/
DGrContextPriv.h251 sk_sp<SkImage> testingOnly_getFontAtlasImage(GrMaskFormat format, unsigned int index = 0);
DGrContextPriv.cpp276 sk_sp<SkImage> GrContextPriv::testingOnly_getFontAtlasImage(GrMaskFormat format, unsigned int index… in testingOnly_getFontAtlasImage() function in GrContextPriv