Home
last modified time | relevance | path

Searched refs:GrStencilAndCoverTextContext (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/gpu/text/
DGrStencilAndCoverTextContext.cpp40 GrStencilAndCoverTextContext::GrStencilAndCoverTextContext() in GrStencilAndCoverTextContext() function in GrStencilAndCoverTextContext
45 GrStencilAndCoverTextContext*
46 GrStencilAndCoverTextContext::Create() { in Create()
47 GrStencilAndCoverTextContext* textContext = new GrStencilAndCoverTextContext(); in Create()
53 GrStencilAndCoverTextContext::~GrStencilAndCoverTextContext() { in ~GrStencilAndCoverTextContext()
59 bool GrStencilAndCoverTextContext::internalCanDraw(const SkPaint& skPaint) { in internalCanDraw()
75 void GrStencilAndCoverTextContext::drawText(GrContext* context, GrDrawContext* dc, in drawText()
102 void GrStencilAndCoverTextContext::drawPosText(GrContext* context, GrDrawContext* dc, in drawPosText()
136 void GrStencilAndCoverTextContext::uncachedDrawTextBlob(GrContext* context, in uncachedDrawTextBlob()
195 void GrStencilAndCoverTextContext::drawTextBlob(GrContext* context, GrDrawContext* dc, in drawTextBlob()
[all …]
DGrStencilAndCoverTextContext.h29 class GrStencilAndCoverTextContext {
31 static GrStencilAndCoverTextContext* Create();
49 virtual ~GrStencilAndCoverTextContext();
52 GrStencilAndCoverTextContext();
/external/skia/src/gpu/
DGrPathRenderingDrawContext.cpp29 fStencilAndCoverTextContext.reset(GrStencilAndCoverTextContext::Create()); in drawText()
49 fStencilAndCoverTextContext.reset(GrStencilAndCoverTextContext::Create()); in drawPosText()
68 fStencilAndCoverTextContext.reset(GrStencilAndCoverTextContext::Create()); in drawTextBlob()
DGrPathRenderingDrawContext.h13 class GrStencilAndCoverTextContext; variable
35 SkAutoTDelete<GrStencilAndCoverTextContext> fStencilAndCoverTextContext;
/external/skia/include/core/
DSkPaint.h1142 friend class GrStencilAndCoverTextContext; variable
/external/skia/gyp/
Dgpu.gypi307 '<(skia_src_path)/gpu/text/GrStencilAndCoverTextContext.cpp',
308 '<(skia_src_path)/gpu/text/GrStencilAndCoverTextContext.h',
/external/skia/
DAndroid.mk491 src/gpu/text/GrStencilAndCoverTextContext.cpp \