Searched defs:verb (Results 26 - 50 of 72) sorted by relevance

123

/external/skia/include/core/
H A DSkPathRef.h34 * and verbs both grow into the middle of the allocation until the meet. To access verb i in the
35 * verb array use ref.verbs()[~i] (because verbs() returns a pointer just beyond the first
36 * logical verb or the last verb in memory).
68 * Adds the verb and allocates space for the number of points indicated by the verb. The
69 * return value is a pointer to where the points for the verb should be written.
70 * 'weight' is only used if 'verb' is kConic_Verb
72 SkPoint* growForVerb(int /*SkPath::Verb*/ verb, SkScalar weight = 0) { argument
74 return fPathRef->growForVerb(verb, weigh
84 growForRepeatedVerb(int verb, int numVbs, SkScalar** weights = NULL) argument
[all...]
/external/skia/samplecode/
H A DSamplePathText.cpp262 SkPath::Verb verb; variable
265 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) {
266 switch (verb) {
290 SkFAIL("Unexpected path verb");
H A DSampleQuadStroker.cpp28 SkPath::Verb verb; local
31 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) {
32 switch (verb) {
50 SkPath::Verb verb; local
53 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) {
54 switch (verb) {
349 SkPath::Verb verb = iter.next(pts); local
350 SkASSERT(SkPath::kLine_Verb <= verb && verb <= SkPath::kCubic_Verb);
354 switch (verb) {
[all...]
/external/skia/src/gpu/ops/
H A DGrDefaultPathRenderer.cpp324 SkPath::Verb verb = iter.next(pts); local
325 switch (verb) {
H A DGrAAConvexPathRenderer.cpp284 SkPath::Verb verb = iter.next(pts, true, true); local
285 switch (verb) {
H A DGrMSAAPathRenderer.cpp281 SkPath::Verb verb; local
284 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) {
285 switch (verb) {
498 SkPath::Verb verb = iter.next(pts); local
499 switch (verb) {
H A DGrAAHairLinePathRenderer.cpp256 SkPath::Verb verb = iter.next(pathPts); local
257 switch (verb) {
/external/skia/src/utils/
H A DSkLuaCanvas.cpp18 AutoCallLua(lua_State* L, const char func[], const char verb[]) : INHERITED(L) { argument
26 this->pushString(verb, "verb");
43 #define AUTO_LUA(verb) AutoCallLua lua(fL, fFunc.c_str(), verb)
H A DSkDumpCanvas.cpp178 void SkDumpCanvas::dump(Verb verb, const SkPaint* paint, argument
189 fDumper->dump(this, verb, buffer, paint);
522 void SkFormatDumper::dump(SkDumpCanvas* canvas, SkDumpCanvas::Verb verb, argument
547 if (SkDumpCanvas::kDrawText_Verb == verb) {
H A DSkShadowTessellator.cpp387 SkPath::Verb verb; local
393 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) {
394 switch (verb) {
918 SkPath::Verb verb; local
934 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) {
935 switch (verb) {
979 SkDEBUGFAIL("unknown verb");
/external/dnsmasq/src/
H A Dcache.c1240 char *verb = "is"; local
1303 verb = "to";
1308 verb = "from";
1316 my_syslog(LOG_DEBUG, "%s %s %s %s", source, name, verb, dest);
/external/openssh/
H A Dscp.c555 do_times(int fd, int verb, const struct stat *sb) argument
563 if (verb) {
/external/skia/bench/
H A DPathBench.cpp347 int verb = fVerbs[(fCurrVerb++) & (kNumVerbs - 1)]; local
348 switch (verb) {
376 SkDEBUGFAIL("Unexpected path verb");
/external/skia/src/core/
H A DSkDevice.cpp360 SkPath::Verb verb; local
362 while ((verb = iter.next(srcP)) != SkPath::kDone_Verb) {
363 switch (verb) {
387 SkDEBUGFAIL("unknown verb");
H A DSkGlyphCache.cpp338 SkPath::Verb verb; local
339 while (SkPath::kDone_Verb != (verb = iter.next(pts))) {
340 switch (verb) {
H A DSkStroke.cpp390 SkPath::Verb verb; local
392 while ((verb = copy.next(pts))) {
393 switch (verb) {
/external/skia/src/gpu/
H A DGrPathUtils.cpp174 SkPath::Verb verb; local
177 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) {
179 switch (verb) {
/external/skia/src/pipe/
H A DSkPipeFormat.h205 static inline uint32_t pack_verb(SkPipeVerb verb, unsigned extra = 0) { argument
206 //SkDebugf("pack [%d] %d\n", verb, extra);
207 ASSERT_FITS_IN((unsigned)verb, 8);
209 return ((uint32_t)verb << 24) | extra;
H A DSkPipeReader.cpp866 packedVerb = reader.read32(); // read the next verb
869 SkDebugf("-------- unexpected verb for readImage %d\n", unpack_verb(packedVerb));
896 packedVerb = reader.read32(); // read the next verb
899 SkDebugf("-------- unexpected verb for readPicture %d\n", unpack_verb(packedVerb));
917 SkPipeVerb verb = unpack_verb(packedVerb); local
918 if ((unsigned)verb >= SK_ARRAY_COUNT(gPipeHandlers)) {
919 SkDebugf("------- bad verb %d\n", verb);
922 if (SkPipeVerb::kRestore == verb) {
927 if (SkPipeVerb::kEndPicture == verb) {
[all...]
/external/skia/src/pathops/
H A DSkOpAngle.cpp67 lh->fPart.fCurve.offset(lh->segment()->verb(), fPart.fCurve[0] - lh->fPart.fCurve[0]);
69 rh->fPart.fCurve.offset(rh->segment()->verb(), fPart.fCurve[0] - rh->fPart.fCurve[0]);
187 SkPath::Verb testVerb = test->segment()->verb();
237 int iMax = SkPathOpsVerbToPoints(this->segment()->verb());
410 int ptCount = SkPathOpsVerbToPoints(segment.verb());
427 SkPath::Verb lVerb = this->segment()->verb();
428 SkPath::Verb rVerb = rh->segment()->verb();
537 SkPath::Verb verb = segment->verb(); local
541 SkDVector slopeAtEnd = (*CurveDSlopeAtT[verb])(segmen
758 SkPath::Verb verb = segment->verb(); local
882 const SkPath::Verb verb = segment->verb(); local
963 SkPath::Verb verb = segment->verb(); local
[all...]
H A DSkOpSegment.cpp168 SkPath::Verb verb = curvePart.isCurve() ? fVerb : SkPath::kLine_Verb; local
170 switch (verb) {
499 (*CurveIntersectRay[oppSegment->verb()])(oppSegment->pts(), oppSegment->weight(), testPerp, &i);
794 void SkOpSegment::init(SkPoint pts[], SkScalar weight, SkOpContour* contour, SkPath::Verb verb) { argument
799 fVerb = verb;
813 SkDVector dxdy = (*CurveDSlopeAtT[this->verb()])(this->pts(), this->weight(), t);
816 (*CurveIntersectRay[opp->verb()])(opp->pts(), opp->weight(), perp, &i);
1621 (*CurveDIntersectRay[opp->verb()])(oppPart, ray, &i);
H A DSkPathOpsTypes.h569 int verb = (1 << points) >> 1; local
572 case 0: SkASSERT(SkPath::kMove_Verb == verb); break;
573 case 1: SkASSERT(SkPath::kLine_Verb == verb); break;
574 case 2: SkASSERT(SkPath::kQuad_Verb == verb); break;
575 case 3: SkASSERT(SkPath::kCubic_Verb == verb); break;
579 return (SkPath::Verb)verb;
582 inline int SkPathOpsVerbToPoints(SkPath::Verb verb) { argument
583 int points = (int) verb - (((int) verb + 1) >> 2);
585 switch (verb) {
[all...]
/external/skia/tools/debugger/
H A DSkDebugCanvas.cpp769 uint8_t verb; local
771 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) {
772 switch (verb) {
797 SkDEBUGFAIL("bad verb");
/external/webrtc/webrtc/base/
H A Dhttpcommon.cc137 const char* ToString(HttpVerb verb) { argument
138 return Enum<HttpVerb>::Name(verb);
141 bool FromString(HttpVerb& verb, const std::string& str) { argument
142 return Enum<HttpVerb>::Parse(verb, str);
504 verb = HV_GET;
511 verb = src.verb;
519 return sprintfn(buffer, size, "%s %.*s HTTP/%s", ToString(verb), path.size(),
544 if (!FromString(verb, sverb.c_str())) {
552 if (HV_CONNECT == verb)
[all...]
H A Dhttpcommon.h129 const char* ToString(HttpVerb verb);
130 bool FromString(HttpVerb& verb, const std::string& str);
391 HttpVerb verb; member in struct:rtc::HttpRequestData
394 HttpRequestData() : verb(HV_GET) { }

Completed in 1317 milliseconds

123