OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kCellSize
(Results
1 - 6
of
6
) sorted by null
/external/skia/gm/
perspshaders.cpp
41
return SkISize::Make(
kCellSize
*kNumCols,
kCellSize
*kNumRows);
45
fBitmap = sk_tool_utils::create_checkerboard_bitmap(
kCellSize
,
kCellSize
,
47
kCellSize
/10);
54
{ SkIntToScalar(
kCellSize
), SkIntToScalar(
kCellSize
) }
58
{ 0, SkIntToScalar(
kCellSize
) }
76
fPath.lineTo(0, SkIntToScalar(
kCellSize
));
77
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 const int
kCellSize
= 100;
/external/gemmlowp/internal/
pack_SSE.h
79
static const int
kCellSize
= CellFormat::kSize;
123
reinterpret_cast<__m128i*>(&dst_ptr[
kCellSize
* kCells]), xmm10);
132
reinterpret_cast<__m128i*>(&dst_ptr[2 *
kCellSize
* kCells]),
135
reinterpret_cast<__m128i*>(&dst_ptr[3 *
kCellSize
* kCells]),
159
dst_ptr +=
kCellSize
;
161
dst_ptr += 3 *
kCellSize
* kCells;
pack_neon.h
178
static const int
kCellSize
= CellFormat::kSize;
284
static const int
kCellSize
= CellFormat::kSize;
pack.h
306
static const int
kCellSize
= CellFormat::kSize;
371
dst_ptr +=
kCellSize
;
/external/skia/samplecode/
SampleAtlas.cpp
71
kCellSize
= 32,
124
SkScalarHalf(
kCellSize
), SkScalarHalf(
kCellSize
));
145
fAtlas.reset(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 65 milliseconds