OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/skia/tests/
ReadWriteAlphaTest.cpp
16
static const int
X_SIZE
= 12;
30
unsigned char textureData[
X_SIZE
][Y_SIZE];
32
memset(textureData, 0,
X_SIZE
* Y_SIZE);
40
desc.fWidth =
X_SIZE
;
53
for (int x = 0; x <
X_SIZE
; ++x) {
62
unsigned char readback[
X_SIZE
][Y_SIZE];
65
memset(readback, 0x1,
X_SIZE
* Y_SIZE);
75
for (int x = 0; x <
X_SIZE
; ++x) {
90
const SkRect rect = SkRect::MakeLTRB(-10, -10,
X_SIZE
+ 10, Y_SIZE + 10);
102
for (int x = 0; x <
X_SIZE
; ++x)
[
all
...]
ClipCacheTest.cpp
16
static const int
X_SIZE
= 12;
22
unsigned char textureData[
X_SIZE
][Y_SIZE][4];
24
memset(textureData, 0, 4*
X_SIZE
* Y_SIZE);
31
desc.fWidth =
X_SIZE
;
154
desc.fWidth =
X_SIZE
;
Completed in 105 milliseconds