Home
last modified time | relevance | path

Searched refs:kCellWidth (Results 1 – 5 of 5) sorted by relevance

/external/skia/bench/
DTableBench.cpp12 static const SkScalar kCellWidth = SkIntToScalar(20); variable
46 SkRect cell = SkRect::MakeLTRB(col * kCellWidth, in onDraw()
48 (col+1) * kCellWidth, in onDraw()
52 SkRect bottom = SkRect::MakeLTRB(col * kCellWidth, in onDraw()
54 (col+1) * kCellWidth, in onDraw()
58 SkRect right = SkRect::MakeLTRB(col * kCellWidth + (kCellWidth-SK_Scalar1), in onDraw()
60 (col+1) * kCellWidth, in onDraw()
/external/skia/gm/
Dpath_stroke_with_zero_length.cpp103 static const int kCellWidth = 50; variable
109 static const int kTotalWidth = kNumColumns * (kCellWidth + kCellPad) + kCellPad;
113 static const int kDblContourTotalWidth = kDblContourNumColums * (kCellWidth + kCellPad) + kCellPad;
122 SkImageInfo info = canvas->imageInfo().makeWH(kCellWidth, kCellHeight); in draw_zero_length_capped_paths()
125 surface = SkSurface::MakeRasterN32Premul(kCellWidth, kCellHeight); in draw_zero_length_capped_paths()
142 pathStr.appendf("M %f %f ", (kCellWidth - 1) * 0.5f, (kCellHeight - 1) * 0.5f); in draw_zero_length_capped_paths()
161 canvas->translate(kCellWidth + kCellPad, 0); in draw_zero_length_capped_paths()
182 SkImageInfo info = canvas->imageInfo().makeWH(kCellWidth, kCellHeight); in draw_zero_length_capped_paths_dbl_contour()
185 surface = SkSurface::MakeRasterN32Premul(kCellWidth, kCellHeight); in draw_zero_length_capped_paths_dbl_contour()
230 canvas->translate(kCellWidth + kCellPad, 0); in draw_zero_length_capped_paths_dbl_contour()
/external/gemmlowp/internal/
Dpack.h213 static const int kCellWidth = CellFormat::kWidth; variable
262 cell_start_width += kCellWidth) { in Pack()
266 complete_src_.block(cell_start_width, cell_start_depth, kCellWidth, in Pack()
268 for (int w = 0; w < kCellWidth; w++) { in Pack()
298 static const int kCellWidth = CellFormat::kWidth; variable
Dpack_sse.h45 static const int kCellWidth = CellFormat::kWidth; variable
59 cell_start_width += kCellWidth) { in Pack()
Dpack_neon.h43 static const int kCellWidth = CellFormat::kWidth; variable
144 static const int kCellWidth = CellFormat::kWidth; variable
269 static const int kCellWidth = CellFormat::kWidth; variable