Home
last modified time | relevance | path

Searched refs:kClipPath (Results 1 – 20 of 20) sorted by relevance

/external/skia/bench/
DClipStrategyBench.cpp16 kClipPath, enumerator
25 if (fMode == Mode::kClipPath) { in ClipStrategyBench()
51 if (fMode == Mode::kClipPath) { in onDraw()
83 DEF_BENCH( return new ClipStrategyBench(ClipStrategyBench::Mode::kClipPath, 1 );)
84 DEF_BENCH( return new ClipStrategyBench(ClipStrategyBench::Mode::kClipPath, 5 );)
85 DEF_BENCH( return new ClipStrategyBench(ClipStrategyBench::Mode::kClipPath, 10 );)
86 DEF_BENCH( return new ClipStrategyBench(ClipStrategyBench::Mode::kClipPath, 100);)
/external/skqp/bench/
DClipStrategyBench.cpp16 kClipPath, enumerator
25 if (fMode == Mode::kClipPath) { in ClipStrategyBench()
51 if (fMode == Mode::kClipPath) { in onDraw()
83 DEF_BENCH( return new ClipStrategyBench(ClipStrategyBench::Mode::kClipPath, 1 );)
84 DEF_BENCH( return new ClipStrategyBench(ClipStrategyBench::Mode::kClipPath, 5 );)
85 DEF_BENCH( return new ClipStrategyBench(ClipStrategyBench::Mode::kClipPath, 10 );)
86 DEF_BENCH( return new ClipStrategyBench(ClipStrategyBench::Mode::kClipPath, 100);)
/external/skia/experimental/svg/model/
DSkSVGClipPath.cpp10 SkSVGClipPath::SkSVGClipPath() : INHERITED(SkSVGTag::kClipPath) {} in SkSVGClipPath()
DSkSVGAttribute.h17 kClipPath, enumerator
DSkSVGNode.h23 kClipPath, enumerator
DSkSVGNode.cpp116 case SkSVGAttribute::kClipPath: in onSetAttribute()
DSkSVGRenderContext.cpp407 if (!clipNode || clipNode->tag() != SkSVGTag::kClipPath) { in applyClip()
DSkSVGDOM.cpp307 { "clip-path" , { SkSVGAttribute::kClipPath , SetClipPathAttribute }},
/external/skqp/experimental/svg/model/
DSkSVGClipPath.cpp10 SkSVGClipPath::SkSVGClipPath() : INHERITED(SkSVGTag::kClipPath) {} in SkSVGClipPath()
DSkSVGAttribute.h17 kClipPath, enumerator
DSkSVGNode.h23 kClipPath, enumerator
DSkSVGNode.cpp116 case SkSVGAttribute::kClipPath: in onSetAttribute()
DSkSVGRenderContext.cpp407 if (!clipNode || clipNode->tag() != SkSVGTag::kClipPath) { in applyClip()
DSkSVGDOM.cpp307 { "clip-path" , { SkSVGAttribute::kClipPath , SetClipPathAttribute }},
/external/skia/src/pipe/
DSkPipeFormat.h23 kClipPath, // extra == (SkRegion::Op << 1) | isAntiAlias:1 enumerator
DSkPipeReader.cpp287 SkASSERT(SkPipeVerb::kClipPath == unpack_verb(packedVerb)); in clipPath_handler()
DSkPipeCanvas.cpp341 writer.write32(pack_verb(SkPipeVerb::kClipPath, ((unsigned)op << 1) | edgeStyle)); in onClipPath()
/external/skqp/src/pipe/
DSkPipeFormat.h23 kClipPath, // extra == (SkRegion::Op << 1) | isAntiAlias:1 enumerator
DSkPipeCanvas.cpp341 writer.write32(pack_verb(SkPipeVerb::kClipPath, ((unsigned)op << 1) | edgeStyle)); in onClipPath()
DSkPipeReader.cpp287 SkASSERT(SkPipeVerb::kClipPath == unpack_verb(packedVerb)); in clipPath_handler()