HomeSort by relevance Sort by last modified time
    Searched defs:GrStencilAndCoverTextContext (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrStencilAndCoverTextContext.h 24 class GrStencilAndCoverTextContext : public GrTextContext {
26 static GrStencilAndCoverTextContext* Create(GrContext*, SkGpuDevice*,
29 virtual ~GrStencilAndCoverTextContext();
71 GrStencilAndCoverTextContext(GrContext*, SkGpuDevice*, const SkDeviceProperties&);
GrStencilAndCoverTextContext.cpp 8 #include "GrStencilAndCoverTextContext.h"
24 GrStencilAndCoverTextContext::GrStencilAndCoverTextContext(GrContext* context,
33 GrStencilAndCoverTextContext*
34 GrStencilAndCoverTextContext::Create(GrContext* context, SkGpuDevice* gpuDevice,
36 GrStencilAndCoverTextContext* textContext = SkNEW_ARGS(GrStencilAndCoverTextContext,
44 GrStencilAndCoverTextContext::~GrStencilAndCoverTextContext() {
47 bool GrStencilAndCoverTextContext::canDraw(const GrRenderTarget* rt
    [all...]

Completed in 64 milliseconds