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

/external/skia/gm/
H A Dcomplexclip2.cpp72 fTotalWidth = kCols * fWidth + SK_Scalar1 * (kCols + 1) * kPadX;
86 for (int j = 0; j < kCols; ++j) {
97 static const int kCols = 5; member in class:skiagm::ComplexClip2GM
147 for (int j = 0; j < kCols; ++j) {
201 SkRegion::Op fOps[kRows * kCols][5];
/external/chromium_org/third_party/skia/bench/
H A DPatchGridBench.cpp97 static const int kCols = 4; local
99 fGrid.reset(kRows, kCols, SkPatchGrid::kColors_VertexType, NULL);
101 for (int j = 0; j < kCols; j++) {
/external/chromium_org/third_party/skia/gm/
H A Dcomplexclip2.cpp72 fTotalWidth = kCols * fWidth + SK_Scalar1 * (kCols + 1) * kPadX;
86 for (int j = 0; j < kCols; ++j) {
97 static const int kCols = 5; member in class:skiagm::ComplexClip2GM
147 for (int j = 0; j < kCols; ++j) {
201 SkRegion::Op fOps[kRows * kCols][5];
H A Dpatchgrid.cpp114 static const int kCols = 4; variable
117 SkPatchGrid grid(kRows, kCols, SkPatchGrid::kColors_VertexType, NULL);
119 for (int j = 0; j < kCols; j++) {
/external/chromium_org/ui/app_list/views/
H A Dapps_grid_view_unittest.cc34 const int kCols = 2; member in namespace:app_list::test::__anon16559
36 const int kTilesPerPage = kCols * kRows;
104 apps_grid_view_->SetLayout(kCols, kRows);

Completed in 155 milliseconds