Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrPath.cpp111 const int baseData32Cnt = 2 + verbData32Cnt + pointData32Cnt + conicWeightData32Cnt; in compute_key_for_simple_path() local
114 GrUniqueKey::Builder builder(key, kSimpleVolatilePathDomain, baseData32Cnt + strokeDataCnt); in compute_key_for_simple_path()
155 SkASSERT(i == baseData32Cnt); in compute_key_for_simple_path()
157 stroke.asUniqueKeyFragment(&builder[baseData32Cnt]); in compute_key_for_simple_path()