Searched refs:kCellWidth (Results 1 – 9 of 9) sorted by relevance
/external/skia/bench/ |
D | TableBench.cpp | 12 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/ |
D | TableBench.cpp | 12 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/ |
D | path_stroke_with_zero_length.cpp | 105 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()
|
D | compositor_quads.cpp | 441 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/ |
D | path_stroke_with_zero_length.cpp | 105 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/ |
D | pack.h | 213 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
|
D | pack_sse.h | 45 static const int kCellWidth = CellFormat::kWidth; variable 59 cell_start_width += kCellWidth) { in Pack()
|
D | pack_neon.h | 43 static const int kCellWidth = CellFormat::kWidth; variable 144 static const int kCellWidth = CellFormat::kWidth; variable 269 static const int kCellWidth = CellFormat::kWidth; variable
|
D | pack_msa.h | 43 static const int kCellWidth = CellFormat::kWidth; variable 197 static const int kCellWidth = CellFormat::kWidth; variable
|