/external/skia/src/pdf/ |
SkPDFUtils.cpp | 141 for (SkPath::Verb verb = iter.next(args, doConsumeDegerates); 142 verb != SkPath::kDone_Verb; 143 verb = iter.next(args, doConsumeDegerates)) { 145 switch (verb) {
|
/external/skia/src/pathops/ |
SkPathOpsDebug.cpp | 294 fDebugWorstVerb[index * 2] = wt.segment()->verb(); 295 fDebugWorstVerb[index * 2 + 1] = wn.segment()->verb(); 298 (SkPathOpsVerbToPoints(wt.segment()->verb()) + 1) * sizeof(SkPoint)); 300 (SkPathOpsVerbToPoints(wn.segment()->verb()) + 1) * sizeof(SkPoint)); 323 static void dump_curve(SkPath::Verb verb, const SkPoint& pts, float weight) { 324 if (!verb) { 328 SkDebugf("%s: {{", verbs[verb]); 329 int ptCount = SkPathOpsVerbToPoints(verb); 612 if (this->verb() != SkPath::kLine_Verb) 1780 uint8_t verb; local [all...] |
SkPathOpsCurve.h | 21 SkDEBUGCODE(SkPath::Verb fVerb); 55 SkDEBUGCODE(SkPath::Verb fVerb);
|
/external/skia/src/core/ |
SkScan_Hairline.cpp | 415 void extend_pts(SkPath::Verb prevVerb, SkPath::Verb nextVerb, SkPoint* pts, int ptCount) { 522 SkPath::Verb verb, prevVerb; 528 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) { 529 switch (verb) { 583 prevVerb = verb;
|
/frameworks/base/core/jni/android/graphics/ |
Path.cpp | 386 static void createVerbSegments(SkPath::Verb verb, const SkPoint* points, 388 switch (verb) { 424 SkPath::Verb verb; local 430 while ((verb = pathIter.next(points, false)) != SkPath::kDone_Verb) { 431 createVerbSegments(verb, points, segmentPoints, lengths, errorSquared);
|
/external/valgrind/massif/ |
ms_main.c | 218 #define VERB(verb, format, args...) \ 219 if (VG_(clo_verbosity) > verb) { \ [all...] |
/external/libbrillo/brillo/http/ |
http_connection_curl.h | 68 // HTTP request verb, such as "GET", "POST", "PUT", ...
|
/external/libweave/include/weave/provider/ |
http_client.h | 30 // should map to the corresponding HTTP verb (GET, PATCH, POST, PUT) in
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_dump.h | 57 * strings so a verb better than "dump" should be used instead, in order to
|
/external/pcre/dist/doc/html/ |
pcrelimits.html | 56 The maximum length of a name in a (*MARK), (*PRUNE), (*SKIP), or (*THEN) verb
|
/external/pcre/dist/doc/ |
pcrelimits.3 | 40 The maximum length of a name in a (*MARK), (*PRUNE), (*SKIP), or (*THEN) verb
|
/external/skia/tools/lua/ |
classify_rrect_clips.lua | 90 if (t.verb == "clipRRect") then
|
count_reduced_clipstacks.lua | 40 if (string.starts(t.verb, "draw")) then
|
/external/tlsdate/src/ |
util-plan9.c | 36 verb (const char *fmt, ...) function
|
tlsdated.c | 513 verb ("spawning time setting helper . . ."); 579 verb ("disk timestamp available: yes (%ld)", disk_time); 589 verb ("disk timestamp available: no"); 599 verb ("tlsdated parasitic time synchronization initialized"); 624 verb ("Entering dispatch . . ."); 626 verb ("tlsdated event dispatch terminating gracefully");
|
/external/zlib/src/contrib/blast/ |
blast.h | 28 * that library. (Note: PKWare overused the "implode" verb, and the format
|
/frameworks/base/core/java/android/util/ |
PathParser.java | 60 * associated with each verb stored in PathData. This data can then be used to
|
/external/skia/src/utils/ |
SkParsePath.cpp | 223 static void append_scalars(SkWStream* stream, char verb, const SkScalar data[], 225 stream->write(&verb, 1);
|
SkDumpCanvas.cpp | 180 void SkDumpCanvas::dump(Verb verb, const SkPaint* paint, 191 fDumper->dump(this, verb, buffer, paint); 506 void SkFormatDumper::dump(SkDumpCanvas* canvas, SkDumpCanvas::Verb verb, 529 if (SkDumpCanvas::kDrawText_Verb == verb) {
|
/external/blktrace/btreplay/doc/ |
btreplay.tex | 345 run. Figure~\ref{fig:verb-out} (page~\pageref{fig:verb-out}) shows 346 an example of some output, while figure~\ref{fig:verb-defs} 347 (page~\pageref{fig:verb-defs}) shows what the fields mean. 356 \caption{\label{fig:verb-out}Verbose Output Example} 377 \caption{\label{fig:verb-defs}Verbose Field Definitions}
|
/frameworks/base/libs/hwui/tests/unit/ |
VectorDrawableTests.cpp | 43 // Verb sizes 168 // Verb sizes 198 // Verb sizes 234 {"3e...3", false}, // Not starting with a verb and ill-formatted float 238 {"1-2e34567", false}, // Not starting with a verb and ill-formatted float 239 {"f 4 5", false}, // Invalid verb
|
/prebuilts/go/darwin-x86/src/fmt/ |
scan_test.go | 87 // Xs accepts any non-empty run of the verb character 90 func (x *Xs) Scan(state ScanState, verb rune) error { 91 tok, err := state.Token(true, func(r rune) bool { return r == verb }) 96 if !regexp.MustCompile("^" + string(verb) + "+$").MatchString(s) { 112 func (s *IntString) Scan(state ScanState, verb rune) error { 354 {"%t", "23 18", args(&i), nil, "bad verb"}, 767 func (t *TwoLines) Scan(state ScanState, verb rune) error { 858 func (rs *runeScanner) Scan(state ScanState, verb rune) error { 890 func (r *RecursiveInt) Scan(state ScanState, verb rune) (err error) { 1139 func (h *hexBytes) Scan(ss ScanState, verb rune) error [all...] |
/prebuilts/go/linux-x86/src/fmt/ |
scan_test.go | 87 // Xs accepts any non-empty run of the verb character 90 func (x *Xs) Scan(state ScanState, verb rune) error { 91 tok, err := state.Token(true, func(r rune) bool { return r == verb }) 96 if !regexp.MustCompile("^" + string(verb) + "+$").MatchString(s) { 112 func (s *IntString) Scan(state ScanState, verb rune) error { 354 {"%t", "23 18", args(&i), nil, "bad verb"}, 767 func (t *TwoLines) Scan(state ScanState, verb rune) error { 858 func (rs *runeScanner) Scan(state ScanState, verb rune) error { 890 func (r *RecursiveInt) Scan(state ScanState, verb rune) (err error) { 1139 func (h *hexBytes) Scan(ss ScanState, verb rune) error [all...] |
/external/skia/tests/ |
PathTest.cpp | 866 REPORTER_ASSERT_MESSAGE(reporter, false, "unexpected quad verb"); 869 REPORTER_ASSERT_MESSAGE(reporter, false, "unexpected conic verb"); 872 REPORTER_ASSERT_MESSAGE(reporter, false, "unexpected cubic verb"); [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
RelativeLayout_LayoutParamsTest.java | 345 // not clear what is supposed to happen if verb is must refer to another sibling. 355 // issue 1695243, not clear what is supposed to happen when verb is exceptional. 362 // issue 1695243, not clear what is supposed to happen when verb is exceptional. 400 // issue 1695243, not clear what is supposed to happen when verb is exceptional. 407 // issue 1695243, not clear what is supposed to happen when verb is exceptional.
|