Home
last modified time | relevance | path

Searched refs:kCellWidth (Results 1 – 9 of 9) 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/skqp/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.cpp105 static const int kCellWidth = 50; variable
111 static const int kTotalWidth = kNumColumns * (kCellWidth + kCellPad) + kCellPad;
115 static const int kDblContourTotalWidth = kDblContourNumColums * (kCellWidth + kCellPad) + kCellPad;
124 SkImageInfo info = canvas->imageInfo().makeWH(kCellWidth, kCellHeight); in draw_zero_length_capped_paths()
127 surface = SkSurface::MakeRasterN32Premul(kCellWidth, kCellHeight); in draw_zero_length_capped_paths()
144 pathStr.appendf("M %f %f ", (kCellWidth - 1) * 0.5f, (kCellHeight - 1) * 0.5f); in draw_zero_length_capped_paths()
163 canvas->translate(kCellWidth + kCellPad, 0); in draw_zero_length_capped_paths()
184 SkImageInfo info = canvas->imageInfo().makeWH(kCellWidth, kCellHeight); in draw_zero_length_capped_paths_dbl_contour()
187 surface = SkSurface::MakeRasterN32Premul(kCellWidth, kCellHeight); in draw_zero_length_capped_paths_dbl_contour()
232 canvas->translate(kCellWidth + kCellPad, 0); in draw_zero_length_capped_paths_dbl_contour()
Dcompositor_quads.cpp441 static constexpr SkScalar kCellWidth = 1.3f * kColCount * kTileWidth; in onISize() local
443 return SkISize::Make(SkScalarRoundToInt(kCellWidth * kMatrixCount + 175.f), in onISize()
/external/skqp/gm/
Dpath_stroke_with_zero_length.cpp105 static const int kCellWidth = 50; variable
111 static const int kTotalWidth = kNumColumns * (kCellWidth + kCellPad) + kCellPad;
115 static const int kDblContourTotalWidth = kDblContourNumColums * (kCellWidth + kCellPad) + kCellPad;
124 SkImageInfo info = canvas->imageInfo().makeWH(kCellWidth, kCellHeight); in draw_zero_length_capped_paths()
127 surface = SkSurface::MakeRasterN32Premul(kCellWidth, kCellHeight); in draw_zero_length_capped_paths()
144 pathStr.appendf("M %f %f ", (kCellWidth - 1) * 0.5f, (kCellHeight - 1) * 0.5f); in draw_zero_length_capped_paths()
163 canvas->translate(kCellWidth + kCellPad, 0); in draw_zero_length_capped_paths()
184 SkImageInfo info = canvas->imageInfo().makeWH(kCellWidth, kCellHeight); in draw_zero_length_capped_paths_dbl_contour()
187 surface = SkSurface::MakeRasterN32Premul(kCellWidth, kCellHeight); in draw_zero_length_capped_paths_dbl_contour()
232 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
Dpack_msa.h43 static const int kCellWidth = CellFormat::kWidth; variable
197 static const int kCellWidth = CellFormat::kWidth; variable