HomeSort by relevance Sort by last modified time
    Searched refs:stencilPath (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/
GrStencilAndCoverPathRenderer.cpp 59 target->stencilPath(p, path.getFillType());
GrPathRenderer.h 63 * simultaneously. The path renderer does support the stencilPath() function
135 void stencilPath(const SkPath& path, const SkStrokeRec& stroke, GrDrawTarget* target) {
174 * Subclass implementation of stencilPath(). Subclass must override iff it ever returns
GrDrawTarget.h 338 void stencilPath(const GrPath*, SkPath::FillType fill);
    [all...]
GrClipMaskManager.cpp 705 pr->stencilPath(*clipPath, stroke, fGpu);
    [all...]
GrDrawTarget.cpp 518 void GrDrawTarget::stencilPath(const GrPath* path, SkPath::FillType fill) {
    [all...]
GrInOrderDrawBuffer.cpp 387 GrInOrderDrawBuffer::StencilPath::StencilPath() {}
398 StencilPath* sp = this->recordStencilPath();
520 const StencilPath& sp = fStencilPaths[currStencilPath];
521 fDstGpu->stencilPath(sp.fPath.get(), sp.fFill);
837 GrInOrderDrawBuffer::StencilPath* GrInOrderDrawBuffer::recordStencilPath() {
  /external/skia/src/gpu/
GrStencilAndCoverPathRenderer.cpp 59 target->stencilPath(p, path.getFillType());
GrPathRenderer.h 63 * simultaneously. The path renderer does support the stencilPath() function
135 void stencilPath(const SkPath& path, const SkStrokeRec& stroke, GrDrawTarget* target) {
174 * Subclass implementation of stencilPath(). Subclass must override iff it ever returns
GrDrawTarget.h 338 void stencilPath(const GrPath*, SkPath::FillType fill);
    [all...]
GrClipMaskManager.cpp 705 pr->stencilPath(*clipPath, stroke, fGpu);
    [all...]
GrDrawTarget.cpp 518 void GrDrawTarget::stencilPath(const GrPath* path, SkPath::FillType fill) {
    [all...]
GrInOrderDrawBuffer.cpp 387 GrInOrderDrawBuffer::StencilPath::StencilPath() {}
398 StencilPath* sp = this->recordStencilPath();
520 const StencilPath& sp = fStencilPaths[currStencilPath];
521 fDstGpu->stencilPath(sp.fPath.get(), sp.fFill);
837 GrInOrderDrawBuffer::StencilPath* GrInOrderDrawBuffer::recordStencilPath() {

Completed in 430 milliseconds