Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrPath.cpp99 const int verbData32Cnt = ARRAY_DATA32_COUNT(uint8_t, verbCnt); in compute_key_for_simple_path() local
111 const int baseData32Cnt = 2 + verbData32Cnt + pointData32Cnt + conicWeightData32Cnt; in compute_key_for_simple_path()
134 if (verbData32Cnt != static_cast<int>((verbCnt * sizeof(uint8_t) / sizeof(uint32_t)))) { in compute_key_for_simple_path()
135 builder[i + verbData32Cnt - 1] = 0; in compute_key_for_simple_path()
138 i += verbData32Cnt; in compute_key_for_simple_path()