Searched refs:VerbData (Results 1 – 7 of 7) sorted by relevance
143 static const uint8_t* VerbData(const SkPath& path) { in VerbData() function
108 REPORTER_ASSERT(reporter, SkPath::kMove_Verb == SkPathPriv::VerbData(exactPath)[0]); in test_undetected_paths()109 REPORTER_ASSERT(reporter, SkPath::kConic_Verb == SkPathPriv::VerbData(exactPath)[1]); in test_undetected_paths()
42 , fVerbs(SkPathPriv::VerbData(fPath)) in MidpointContourParser()
187 static const uint8_t* VerbData(const SkPath& path) { in VerbData() function
117 memcpy(key, SkPathPriv::VerbData(path), verbCnt * sizeof(uint8_t)); in write_path_key_from_data()
206 memcpy(key, SkPathPriv::VerbData(path), verbCnt * sizeof(uint8_t)); in write_path_key_from_data()
352 const uint8_t* verbs = SkPathPriv::VerbData(path); in draw_t_divs()