Searched refs:textContext (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/tests/ |
D | DrawOpAtlasTest.cpp | 192 auto textContext = drawingManager->getTextContext(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 206 std::unique_ptr<GrDrawOp> op = textContext->createOp_TestingOnly( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 207 context, textContext, rtc.get(), paint, font, SkMatrix::I(), text, 16, 16); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/third_party/flutter/skia/src/core/ |
D | SkGlyphRunPainter.cpp | 935 GrTextContext* textContext, in createOp_TestingOnly() argument 969 *context->priv().caps()->shaderCaps(), textContext->fOptions, in createOp_TestingOnly() 975 textContext->dfAdjustTable(), rtc->textTarget()); in createOp_TestingOnly()
|