Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ops/
DGrAAConvexPathRenderer.cpp134 int64_t vCount64 = 0; in compute_vectors() local
151 vCount64 += 5; in compute_vectors()
154 vCount64 += 6; in compute_vectors()
168 vCount64 += 4; in compute_vectors()
171 if (vCount64 > SK_MaxS32 || iCount64 > SK_MaxS32) { in compute_vectors()
174 *vCount = vCount64; in compute_vectors()
/external/skia/src/gpu/ops/
DGrAAConvexPathRenderer.cpp136 int64_t vCount64 = 0; in compute_vectors() local
153 vCount64 += 5; in compute_vectors()
156 vCount64 += 6; in compute_vectors()
170 vCount64 += 4; in compute_vectors()
173 if (vCount64 > SK_MaxS32 || iCount64 > SK_MaxS32) { in compute_vectors()
176 *vCount = vCount64; in compute_vectors()