Searched refs:strokeDataCnt (Results 1 – 1 of 1) sorted by relevance
25 int strokeDataCnt = stroke.computeUniqueKeyFragmentData32Cnt(); in compute_key_for_line_path() local27 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() local49 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() local114 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 …]