Searched refs:Verbs (Results 1 – 11 of 11) sorted by relevance
/external/skqp/src/core/ |
D | SkPathPriv.h | 130 struct Verbs { struct 132 Verbs(const SkPath& path) : fPathRef(path.fPathRef.get()) {} in Verbs() argument 142 Verbs(const Verbs&) = delete; argument 143 Verbs& operator=(const Verbs&) = delete; argument
|
/external/skia/src/core/ |
D | SkPathPriv.h | 129 struct Verbs { struct 131 Verbs(const SkPath& path) : fPathRef(path.fPathRef.get()) {} in Verbs() function 141 Verbs(const Verbs&) = delete; argument 142 Verbs& operator=(const Verbs&) = delete; argument
|
/external/skqp/docs/ |
D | SkPath_Overview.bmh | 15 Lines and Curves with as many Verbs and Points required 82 Contour contains one or more Verbs, and as many Points as
|
D | SkPath_Reference.bmh | 11 Paths contain geometry. Paths may be empty, or contain one or more Verbs that 29 #Alias Verbs ## 52 ignored. kMove_Verb after other Verbs implicitly closes the previous Contour 3651 Path Verbs, Points, and Conic_Weights are appended to destination unaltered. 3659 Path initial kMove_Verb, then append remaining Verbs, Points, and Conic_Weights. 4369 Ignoring the actual Verbs and replacing them with Quads rounds the 4534 skip none shows all of the Verbs and Points in Path.
|
/external/skqp/site/user/api/ |
D | SkPath_Overview.md | 15 …documented#Curve'>Curves</a> with as many <a href='SkPath_Reference#Verb'>Verbs</a> and <a href='S… 44 …Contour'>Contour</a> contains one or more <a href='SkPath_Reference#Verb'>Verbs</a>, and as many <…
|
D | SkPath_Reference.md | 185 …Path'>Paths</a> may be empty, or contain one or more <a href='SkPath_Reference#Verb'>Verbs</a> that 234 …th_kMove_Verb'>kMove_Verb</a> after other <a href='SkPath_Reference#Verb'>Verbs</a> implicitly clo… 4124 <a href='SkPath_Reference#Path'>Path</a> <a href='SkPath_Reference#Verb'>Verbs</a>, <a href='SkPoin… 4135 …rb'>kMove_Verb</a>, then append remaining <a href='SkPath_Reference#Verb'>Verbs</a>, <a href='SkPo… 5002 …7c0e164a1334309"><div>Ignoring the actual <a href='SkPath_Reference#Verb'>Verbs</a> and replacing … 5185 skip none shows all of the <a href='SkPath_Reference#Verb'>Verbs</a> and <a href='SkPoint_Reference…
|
/external/skia/site/docs/user/api/ |
D | SkPath_Overview.md | 42 <a href='https://api.skia.org/classSkPath.html#ac36f638ac96f3428626e993eacf84ff0'>Verbs</a> 84 <a href='https://api.skia.org/classSkPath.html#ac36f638ac96f3428626e993eacf84ff0'>Verbs</a>,
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCFiller.cpp | 52 for (SkPath::Verb verb : SkPathPriv::Verbs(path)) { in parseDeviceSpaceFill()
|
D | GrCCStroker.cpp | 316 for (SkPath::Verb verb : SkPathPriv::Verbs(path)) { in parseDeviceSpaceStroke()
|
/external/pcre/dist2/ |
D | HACKING | 439 Verbs with no arguments generate opcodes with no following data (as listed
|
/external/pcre/dist2/doc/ |
D | pcre2.txt | 9117 There are a number of special "Backtracking Control Verbs" (to use 9177 Verbs that act immediately 9290 Verbs that act after backtracking
|