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

  /external/skia/gm/
perspshaders.cpp 42 return SkISize::Make(kCellSize*kNumCols, kCellSize*kNumRows);
46 fBitmap = sk_tool_utils::create_checkerboard_bitmap(kCellSize, kCellSize,
48 kCellSize/10);
54 { SkIntToScalar(kCellSize), SkIntToScalar(kCellSize) }
58 { 0, SkIntToScalar(kCellSize) }
74 fPath.lineTo(0, SkIntToScalar(kCellSize));
75 fPath.lineTo(kCellSize/2.0f, kCellSize/2.0f)
    [all...]
polygons.cpp 31 int width = kNumPolygons * kCellSize + 40;
32 int height = (kNumJoins * kNumStrokeWidths + kNumExtraStyles) * kCellSize + 40;
83 SkScalar x = SK_Scalar1 * kCellSize * (counter % lineNum) + 30 + SK_Scalar1 / 4;
84 SkScalar y = SK_Scalar1 * kCellSize * (counter / lineNum) + 30 + 3 * SK_Scalar1 / 4;
156 static constexpr int kCellSize = 100;
reveal.cpp 20 constexpr int kCellSize = 128;
350 return SkISize::Make(kNumCols * kCellSize, kNumRows * kCellSize);
365 SkRect cell = SkRect::MakeXYWH(SkIntToScalar(x*kCellSize),
366 SkIntToScalar(y*kCellSize),
367 SkIntToScalar(kCellSize),
368 SkIntToScalar(kCellSize));
376 SkScalar curSize = kCellSize * fFraction;
  /external/gemmlowp/internal/
pack_sse.h 48 static const int kCellSize = CellFormat::kSize;
85 reinterpret_cast<__m128i*>(&dst_ptr[kCellSize * kCells]), xmm10);
91 reinterpret_cast<__m128i*>(&dst_ptr[2 * kCellSize * kCells]),
94 reinterpret_cast<__m128i*>(&dst_ptr[3 * kCellSize * kCells]),
118 dst_ptr += kCellSize;
120 dst_ptr += 3 * kCellSize * kCells;
pack_neon.h 46 static const int kCellSize = CellFormat::kSize;
147 static const int kCellSize = CellFormat::kSize;
272 static const int kCellSize = CellFormat::kSize;
pack.h 216 static const int kCellSize = CellFormat::kSize;
280 dst_ptr += kCellSize;
  /external/skia/samplecode/
SampleAtlas.cpp 71 kCellSize = 32,
124 SkScalarHalf(kCellSize), SkScalarHalf(kCellSize));
145 fAtlas = make_atlas(kAtlasSize, kCellSize);
147 const SkScalar cell = SkIntToScalar(kCellSize);
149 for (int y = 0; y < kAtlasSize; y += kCellSize) {
150 for (int x = 0; x < kAtlasSize; x += kCellSize) {
194 const SkScalar border = kMaxScale * kCellSize;

Completed in 462 milliseconds