Searched refs:X_SIZE (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/third_party/skia/tests/ |
H A D | ReadWriteAlphaTest.cpp | 15 static const int X_SIZE = 12; variable 29 unsigned char textureData[X_SIZE][Y_SIZE]; 31 memset(textureData, 0, X_SIZE * Y_SIZE); 39 desc.fWidth = X_SIZE; 52 for (int x = 0; x < X_SIZE; ++x) { 61 unsigned char readback[X_SIZE][Y_SIZE]; 64 memset(readback, 0x1, X_SIZE * Y_SIZE); 74 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 D | ClipCacheTest.cpp | 15 static const int X_SIZE = 12; variable 21 unsigned char textureData[X_SIZE][Y_SIZE][4]; 23 memset(textureData, 0, 4* X_SIZE * Y_SIZE); 30 desc.fWidth = X_SIZE; 153 desc.fWidth = X_SIZE;
|
/external/skia/tests/ |
H A D | ReadWriteAlphaTest.cpp | 15 static const int X_SIZE = 12; variable 29 unsigned char textureData[X_SIZE][Y_SIZE]; 31 memset(textureData, 0, X_SIZE * Y_SIZE); 39 desc.fWidth = X_SIZE; 52 for (int x = 0; x < X_SIZE; ++x) { 61 unsigned char readback[X_SIZE][Y_SIZE]; 64 memset(readback, 0x1, X_SIZE * Y_SIZE); 74 for (int x = 0; x < X_SIZE; ++x) { 89 const SkRect rect = SkRect::MakeLTRB(-10, -10, X_SIZE + 10, Y_SIZE + 10); 101 for (int x = 0; x < X_SIZE; [all...] |
H A D | ClipCacheTest.cpp | 15 static const int X_SIZE = 12; variable 21 unsigned char textureData[X_SIZE][Y_SIZE][4]; 23 memset(textureData, 0, 4* X_SIZE * Y_SIZE); 30 desc.fWidth = X_SIZE; 153 desc.fWidth = X_SIZE;
|
Completed in 160 milliseconds