Searched refs:kBaseData32Cnt (Results 1 – 1 of 1) sorted by relevance
24 const int kBaseData32Cnt = 1 + sizeof(pts) / sizeof(uint32_t); in compute_key_for_line_path() local27 GrUniqueKey::Builder builder(key, kOvalPathDomain, kBaseData32Cnt + strokeDataCnt); in compute_key_for_line_path()31 stroke.asUniqueKeyFragment(&builder[kBaseData32Cnt]); in compute_key_for_line_path()46 const int kBaseData32Cnt = 1 + sizeof(rect) / sizeof(uint32_t); in compute_key_for_oval_path() local49 GrUniqueKey::Builder builder(key, kOvalPathDomain, kBaseData32Cnt + strokeDataCnt); in compute_key_for_oval_path()53 stroke.asUniqueKeyFragment(&builder[kBaseData32Cnt]); in compute_key_for_oval_path()164 const int kBaseData32Cnt = 2; in compute_key_for_general_path() local167 GrUniqueKey::Builder builder(key, kGeneralPathDomain, kBaseData32Cnt + strokeDataCnt); in compute_key_for_general_path()171 stroke.asUniqueKeyFragment(&builder[kBaseData32Cnt]); in compute_key_for_general_path()