Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrPath.cpp96 #define ARRAY_DATA32_COUNT(array_type, count) \ in compute_key_for_simple_path() macro
99 const int verbData32Cnt = ARRAY_DATA32_COUNT(uint8_t, verbCnt); in compute_key_for_simple_path()
100 const int pointData32Cnt = ARRAY_DATA32_COUNT(SkPoint, pointCnt); in compute_key_for_simple_path()
101 const int conicWeightData32Cnt = ARRAY_DATA32_COUNT(SkScalar, conicWeightCnt); in compute_key_for_simple_path()
103 #undef ARRAY_DATA32_COUNT in compute_key_for_simple_path()