Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/ccpr/
DGrCCStrokeGeometry.h37 kBeginPath, // Instructs the iterator to advance its stroke width, atlas offset, etc. enumerator
165 case Verb::kBeginPath: in IsInternalJoinVerb()
DGrCCFiller.cpp145 SkASSERT(Verb::kBeginPath == verbs[verbsIdx]); in tessellateFan()
148 case Verb::kBeginPath: in tessellateFan()
379 case Verb::kBeginPath: in prepareToDraw()
DGrCCFillGeometry.h29 kBeginPath, // Included only for caller convenience. enumerator
DGrCCStrokeGeometry.cpp91 fVerbs.push_back(Verb::kBeginPath); in beginPath()
DGrCCStroker.cpp628 case Verb::kBeginPath: in prepareToDraw()
DGrCCFillGeometry.cpp20 fVerbs.push_back(Verb::kBeginPath); in beginPath()