Searched refs:Y_SIZE (Results 1 - 5 of 5) sorted by relevance

/external/skia/tests/
H A DReadWriteAlphaTest.cpp17 static const int Y_SIZE = 12; variable
30 unsigned char textureData[X_SIZE][Y_SIZE];
32 memset(textureData, 0, X_SIZE * Y_SIZE);
41 desc.fHeight = Y_SIZE;
52 for (int y = 0; y < Y_SIZE; ++y) {
54 textureData[x][y] = x*Y_SIZE+y;
62 unsigned char readback[X_SIZE][Y_SIZE];
65 memset(readback, 0x1, X_SIZE * Y_SIZE);
74 for (int y = 0; y < Y_SIZE; ++y) {
91 const SkRect rect = SkRect::MakeLTRB(-10, -10, X_SIZE + 10, Y_SIZE
[all...]
H A DClipCacheTest.cpp16 static const int Y_SIZE = 12; variable
21 unsigned char textureData[X_SIZE][Y_SIZE][4];
23 memset(textureData, 0, 4* X_SIZE * Y_SIZE);
31 desc.fHeight = Y_SIZE;
154 desc.fHeight = Y_SIZE;
/external/webp/src/enc/
H A Dvp8enci.h123 #define Y_SIZE (BPS * 16) macro
125 #define YUV_SIZE (Y_SIZE + UV_SIZE)
128 #define U_OFF (Y_SIZE)
/external/webp/src/dec/
H A Dvp8i.h97 #define Y_SIZE (BPS * 17) macro
/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/internal/
H A DMigratorFrame.java69 static final int Y_SIZE = 400; field in class:MigratorFrame

Completed in 267 milliseconds