HomeSort by relevance Sort by last modified time
    Searched defs:kCols (Results 1 - 5 of 5) sorted by null

  /external/skia/gm/
patchgrid.cpp 110 static const int kCols = 4;
113 SkPatchGrid grid(kRows, kCols, SkPatchGrid::kColors_VertexType, nullptr);
115 for (int j = 0; j < kCols; j++) {
complexclip2.cpp 38 fTotalWidth = kCols * fWidth + SK_Scalar1 * (kCols + 1) * kPadX;
97 for (int j = 0; j < kCols; ++j) {
106 static const int kCols = 5;
149 for (int j = 0; j < kCols; ++j) {
203 SkRegion::Op fOps[kRows * kCols][5];
  /external/gemmlowp/internal/
kernel.h 160 static const int kCols = Rhs::Cell::kWidth * Rhs::kCells;
output.h 60 static const int kCols = tCols;
  /external/skia/bench/
PatchGridBench.cpp 97 static const int kCols = 4;
99 fGrid.reset(kRows, kCols, SkPatchGrid::kColors_VertexType, nullptr);
101 for (int j = 0; j < kCols; j++) {

Completed in 266 milliseconds