Searched refs:fFallbackTextContext (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/gpu/text/ |
D | GrStencilAndCoverTextContext.cpp | 40 : fFallbackTextContext(fallbackTextContext) in GrStencilAndCoverTextContext() 81 run.draw(context, rtc, clip, viewMatrix, props, 0, 0, clipBounds, fFallbackTextContext, in drawText() 85 } else if (fFallbackTextContext->canDraw(skPaint, viewMatrix, props, in drawText() 87 fFallbackTextContext->drawText(context, rtc, clip, skPaint, viewMatrix, props, text, in drawText() 110 run.draw(context, rtc, clip, viewMatrix, props, 0, 0, clipBounds, fFallbackTextContext, in drawPosText() 114 } else if (fFallbackTextContext->canDraw(skPaint, viewMatrix, props, in drawPosText() 116 fFallbackTextContext->drawPosText(context, rtc, clip, skPaint, viewMatrix, props, text, in drawPosText() 178 fFallbackTextContext->drawTextBlob(context, rtc, clip, skPaint, viewMatrix, props, skBlob, in drawTextBlob() 195 run->draw(context, rtc, clip, viewMatrix, props, x, y, clipBounds, fFallbackTextContext, in drawTextBlob()
|
D | GrStencilAndCoverTextContext.h | 148 GrAtlasTextContext* fFallbackTextContext; variable
|