Home
last modified time | relevance | path

Searched refs:VerbData (Results 1 – 7 of 7) sorted by relevance

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