HomeSort by relevance Sort by last modified time
    Searched refs:kRows (Results 1 - 2 of 2) sorted by null

  /external/skia/gm/
complexclip2.cpp 62 fTotalHeight = kRows * fHeight + SK_Scalar1 * (kRows + 1) * kPadY;
74 for (int i = 0; i < kRows; ++i) {
77 fOps[j*kRows+i][k] = ops[r.nextU() % SK_ARRAY_COUNT(ops)];
85 static const int kRows = 5;
115 for (int i = 0; i < kRows; ++i) {
136 fOps[j*kRows+i][k],
140 fOps[j*kRows+i][k],
155 SkRegion::Op fOps[kRows * kCols][5];
  /external/chromium_org/ui/app_list/views/
apps_grid_view_unittest.cc 31 const int kRows = 2;
32 const int kTilesPerPage = kCols * kRows;
108 apps_grid_view_->SetLayout(kIconDimension, kCols, kRows);
358 const int last_index_on_page1_first_row = kRows - 1;
361 const int first_index_on_page2_last_row = 2 * kTilesPerPage - kRows;

Completed in 758 milliseconds