Lines Matching refs:strokeDataCnt
25 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
167 GrUniqueKey::Builder builder(key, kGeneralPathDomain, kBaseData32Cnt + strokeDataCnt); in compute_key_for_general_path()
170 if (strokeDataCnt > 0) { in compute_key_for_general_path()