Home
last modified time | relevance | path

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

/external/skia/tests/
DReadWriteAlphaTest.cpp17 static const int Y_SIZE = 12; variable
30 unsigned char textureData[X_SIZE][Y_SIZE]; in DEF_GPUTEST()
32 memset(textureData, 0, X_SIZE * Y_SIZE); in DEF_GPUTEST()
41 desc.fHeight = Y_SIZE; in DEF_GPUTEST()
52 for (int y = 0; y < Y_SIZE; ++y) { in DEF_GPUTEST()
54 textureData[x][y] = x*Y_SIZE+y; in DEF_GPUTEST()
62 unsigned char readback[X_SIZE][Y_SIZE]; in DEF_GPUTEST()
65 memset(readback, 0x1, X_SIZE * Y_SIZE); in DEF_GPUTEST()
74 for (int y = 0; y < Y_SIZE; ++y) { in DEF_GPUTEST()
91 const SkRect rect = SkRect::MakeLTRB(-10, -10, X_SIZE + 10, Y_SIZE + 10); in DEF_GPUTEST()
[all …]
DClipCacheTest.cpp16 static const int Y_SIZE = 12; variable
21 unsigned char textureData[X_SIZE][Y_SIZE][4]; in createTexture()
23 memset(textureData, 0, 4* X_SIZE * Y_SIZE); in createTexture()
31 desc.fHeight = Y_SIZE; in createTexture()
154 desc.fHeight = Y_SIZE; in test_cache()
/external/webp/src/enc/
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/
Dvp8i.h97 #define Y_SIZE (BPS * 17) macro
/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/internal/
DMigratorFrame.java69 static final int Y_SIZE = 400; field in MigratorFrame