Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrPath.cpp24 const int kBaseData32Cnt = 1 + sizeof(pts) / sizeof(uint32_t); in compute_key_for_line_path() local
27 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() local
49 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() local
167 GrUniqueKey::Builder builder(key, kGeneralPathDomain, kBaseData32Cnt + strokeDataCnt); in compute_key_for_general_path()
171 stroke.asUniqueKeyFragment(&builder[kBaseData32Cnt]); in compute_key_for_general_path()