Searched refs:kCols (Results 1 – 3 of 3) sorted by relevance
36 fTotalWidth = kCols * fWidth + SK_Scalar1 * (kCols + 1) * kPadX; in ComplexClip2GM()95 for (int j = 0; j < kCols; ++j) { in onOnceBeforeDraw()104 static const int kCols = 5; member in skiagm::ComplexClip2GM147 for (int j = 0; j < kCols; ++j) { in onDraw()201 SkRegion::Op fOps[kRows * kCols][5];
110 static const int kCols = 4; in onDraw() local113 SkPatchGrid grid(kRows, kCols, SkPatchGrid::kColors_VertexType, NULL); in onDraw()115 for (int j = 0; j < kCols; j++) { in onDraw()
97 static const int kCols = 4; in setGrid() local99 fGrid.reset(kRows, kCols, SkPatchGrid::kColors_VertexType, NULL); in setGrid()101 for (int j = 0; j < kCols; j++) { in setGrid()