Home
last modified time | relevance | path

Searched refs:VerbData (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/tests/
H A DRRectInPathTest.cpp108 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()
/third_party/skia/src/core/
H A DSkPathPriv.h187 static const uint8_t* VerbData(const SkPath& path) { in VerbData() function in SkPathPriv
/third_party/skia/src/gpu/tessellate/
H A DPathWedgeTessellator.cpp42 , fVerbs(SkPathPriv::VerbData(fPath)) in MidpointContourParser()
/third_party/skia/src/gpu/geometry/
H A DGrStyledShape.cpp117 memcpy(key, SkPathPriv::VerbData(path), verbCnt * sizeof(uint8_t)); in write_path_key_from_data()
/third_party/skia/samplecode/
H A DSampleQuadStroker.cpp352 const uint8_t* verbs = SkPathPriv::VerbData(path); in draw_t_divs()

Completed in 6 milliseconds