Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrStencilAndCoverTextContext.cpp24 GrStencilAndCoverTextContext::GrStencilAndCoverTextContext(GrContext* context, in GrStencilAndCoverTextContext() function in GrStencilAndCoverTextContext
33 GrStencilAndCoverTextContext*
34 GrStencilAndCoverTextContext::Create(GrContext* context, SkGpuDevice* gpuDevice, in Create()
36 GrStencilAndCoverTextContext* textContext = SkNEW_ARGS(GrStencilAndCoverTextContext, in Create()
44 GrStencilAndCoverTextContext::~GrStencilAndCoverTextContext() { in ~GrStencilAndCoverTextContext()
47 bool GrStencilAndCoverTextContext::canDraw(const GrRenderTarget* rt, in canDraw()
75 void GrStencilAndCoverTextContext::onDrawText(GrRenderTarget* rt, in onDrawText()
168 void GrStencilAndCoverTextContext::onDrawPosText(GrRenderTarget* rt, in onDrawPosText()
248 void GrStencilAndCoverTextContext::init(GrRenderTarget* rt, in init()
389 bool GrStencilAndCoverTextContext::mapToFallbackContext(SkMatrix* inverse) { in mapToFallbackContext()
[all …]
DGrStencilAndCoverTextContext.h24 class GrStencilAndCoverTextContext : public GrTextContext {
26 static GrStencilAndCoverTextContext* Create(GrContext*, SkGpuDevice*,
29 virtual ~GrStencilAndCoverTextContext();
71 GrStencilAndCoverTextContext(GrContext*, SkGpuDevice*, const SkDeviceProperties&);
DGrContext.cpp225 return GrStencilAndCoverTextContext::Create(this, gpuDevice, leakyProperties); in createTextContext()
/external/skia/gyp/
Dgpu.gypi185 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.cpp',
186 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.h',
/external/skia/include/core/
DSkPaint.h1135 friend class GrStencilAndCoverTextContext; variable
/external/skia/
DAndroid.mk492 src/gpu/GrStencilAndCoverTextContext.cpp \