Home
last modified time | relevance | path

Searched refs:kCellWidth (Results 1 – 4 of 4) 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/gemmlowp/internal/
Dpack.h303 static const int kCellWidth = CellFormat::kWidth; variable
354 cell_start_width += kCellWidth) { in Pack()
358 complete_src_.block(cell_start_width, cell_start_depth, kCellWidth, in Pack()
360 for (int w = 0; w < kCellWidth; w++) { in Pack()
392 static const int kCellWidth = CellFormat::kWidth; variable
Dpack_SSE.h76 static const int kCellWidth = CellFormat::kWidth; variable
94 cell_start_width += kCellWidth) { in Pack()
Dpack_neon.h175 static const int kCellWidth = CellFormat::kWidth; variable
281 static const int kCellWidth = CellFormat::kWidth; variable