Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrPath.cpp25 int strokeDataCnt = stroke.computeUniqueKeyFragmentData32Cnt(); in compute_key_for_line_path() local
27 GrUniqueKey::Builder builder(key, kOvalPathDomain, kBaseData32Cnt + strokeDataCnt); in compute_key_for_line_path()
30 if (strokeDataCnt > 0) { in compute_key_for_line_path()
47 int strokeDataCnt = stroke.computeUniqueKeyFragmentData32Cnt(); in compute_key_for_oval_path() local
49 GrUniqueKey::Builder builder(key, kOvalPathDomain, kBaseData32Cnt + strokeDataCnt); in compute_key_for_oval_path()
52 if (strokeDataCnt > 0) { in compute_key_for_oval_path()
112 const int strokeDataCnt = stroke.computeUniqueKeyFragmentData32Cnt(); in compute_key_for_simple_path() local
114 GrUniqueKey::Builder builder(key, kSimpleVolatilePathDomain, baseData32Cnt + strokeDataCnt); in compute_key_for_simple_path()
156 if (strokeDataCnt > 0) { in compute_key_for_simple_path()
165 int strokeDataCnt = stroke.computeUniqueKeyFragmentData32Cnt(); in compute_key_for_general_path() local
[all …]