Home | History | Annotate | Download | only in utils

Lines Matching full:cols

14                          int texW, int texH, int rows, int cols) {
15 if (rows < 2 || cols < 2) {
27 fTexCount = rows * cols;
29 cols -= 1;
30 fIndexCount = rows * cols * 6;
46 for (int y = 0; y < cols; y++) {
66 const SkScalar dy = SkIntToScalar(texH) / cols;
67 for (int y = 0; y <= cols; y++) {
82 int rows, int cols, const SkPoint verts[],
86 if (idx.init(bitmap.width(), bitmap.height(), rows, cols)) {
92 rows * cols, verts, idx.tex(), colors, NULL,