Searched refs:X_SIZE (Results 1 - 2 of 2) sorted by relevance

/external/skia/tests/
H A DReadWriteAlphaTest.cpp16 static const int X_SIZE = 12; variable
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;
[all...]
H A DClipCacheTest.cpp16 static const int X_SIZE = 12; variable
22 unsigned char textureData[X_SIZE][Y_SIZE][4];
24 memset(textureData, 0, 4* X_SIZE * Y_SIZE);
31 desc.fWidth = X_SIZE;
148 desc.fWidth = X_SIZE;

Completed in 97 milliseconds