Searched defs:verbs (Results 1 – 14 of 14) sorted by relevance
63 auto verbs = path.fPathRef->verbs(); in IsClosedSingleContour() local
1174 const uint8_t* verbs = const_cast<const SkPathRef*>(fPathRef.get())->verbsMemBegin(); in hasOnlyMoveTos() local1552 const uint8_t* verbs = path.fPathRef->verbs(); in reversePathTo() local1595 const uint8_t* verbs = src.fPathRef->verbsMemBegin(); // points at the last verb in reverseAddPath() local1790 const uint8_t* verbs = fVerbs; in isClosedContour() local2516 const uint8_t* verbs = fCurrVerb; in next() local
17 uint8_t* verbs = (uint8_t*) allocator.alloc(sizeof(uint8_t) * verbCount, in one_contour() local
327 const char* verbs[] = { "", "line", "quad", "conic", "cubic" }; in dump_curve() local
30 char verbs[] = { in test4() local
131 int emSize, SkString* ptsOut, SkTDArray<SkPath::Verb>* verbs, in output_path_data()225 SkTDArray<SkPath::Verb> verbs; in output_font() local
80 void SkTestFont::init(const SkScalar* pts, const unsigned char* verbs) { in init()
230 const uint8_t* verbs() const { SkDEBUGCODE(this->validate();) return fVerbs; } in verbs() function
2384 uint8_t verbs[32]; in test_zero_length_paths() local3451 uint8_t verbs[4]; in test_addPathMode() local3469 uint8_t verbs[7]; in test_extendClosedPath() local4006 uint8_t verbs[6]; in DEF_TEST() local
604 SkTDArray<uint8_t> verbs; in contains_only_moveTo() local
566 Json::Value verbs = path[SKJSONCANVAS_ATTRIBUTE_VERBS]; in getPath() local
84 Json::Value verbs(Json::arrayValue); in makePath() local
514 Json::Value verbs(Json::arrayValue); in make_json_path() local1483 Json::Value verbs = path[SKDEBUGCANVAS_ATTRIBUTE_VERBS]; in extract_json_path() local
254 static const verbitem verbs[] = { variable