Lines Matching refs:uvrCount

62                                       Sk4f* x, Sk4f* y, Sk4f* u, Sk4f* v, Sk4f* r, int uvrCount) {  in outset_masked_vertices()  argument
70 if (uvrCount > 0) { in outset_masked_vertices()
78 if (uvrCount == 3) { in outset_masked_vertices()
87 Sk4f* x, Sk4f* y, Sk4f* u, Sk4f* v, Sk4f* r, int uvrCount) { in outset_vertices() argument
91 if (uvrCount > 0) { in outset_vertices()
98 if (uvrCount == 3) { in outset_vertices()
123 int uvrCount, bool rectilinear) { in compute_nested_quad_vertices() argument
124 SkASSERT(uvrCount == 0 || uvrCount == 2 || uvrCount == 3); in compute_nested_quad_vertices()
163 u1, v1, r1, uvrCount); in compute_nested_quad_vertices()
165 u2, v2, r2, uvrCount); in compute_nested_quad_vertices()
167 … outset_vertices(outset, outsetCW, xdiff, ydiff, invLengths, x1, y1, u1, v1, r1, uvrCount); in compute_nested_quad_vertices()
168 outset_vertices(inset, insetCW, xdiff, ydiff, invLengths, x2, y2, u2, v2, r2, uvrCount); in compute_nested_quad_vertices()
177 u1, v1, r1, uvrCount); in compute_nested_quad_vertices()
179 u2, v2, r2, uvrCount); in compute_nested_quad_vertices()
181 outset_vertices(outset, outset, xdiff, ydiff, invLengths, x1, y1, u1, v1, r1, uvrCount); in compute_nested_quad_vertices()
182 outset_vertices(inset, inset, xdiff, ydiff, invLengths, x2, y2, u2, v2, r2, uvrCount); in compute_nested_quad_vertices()
217 Sk4f* w, Sk4f* u, Sk4f* v, Sk4f* r, int uvrCount, bool inset) { in compute_quad_persp_vertices() argument
218 SkASSERT(uvrCount == 0 || uvrCount == 2 || uvrCount == 3); in compute_quad_persp_vertices()
257 if (uvrCount > 0) { in compute_quad_persp_vertices()
262 if (uvrCount == 3) { in compute_quad_persp_vertices()
299 if (uvrCount > 0) { in compute_quad_persp_vertices()
304 if (uvrCount == 3) { in compute_quad_persp_vertices()