Searched refs:textContext (Results 1 – 2 of 2) sorted by relevance
/external/skqp/tests/ |
D | DrawOpAtlasTest.cpp | 188 auto textContext = drawingManager->getTextContext(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 208 std::unique_ptr<GrDrawOp> op = textContext->createOp_TestingOnly( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 209 context, textContext, rtc.get(), paint, font, SkMatrix::I(), text, 16, 16); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/external/skqp/src/core/ |
D | SkGlyphRunPainter.cpp | 877 GrTextContext* textContext, in createOp_TestingOnly() argument 906 glyphCache, *context->contextPriv().caps()->shaderCaps(), textContext->fOptions, in createOp_TestingOnly() 912 textContext->dfAdjustTable(), rtc->textTarget()); in createOp_TestingOnly()
|