HomeSort by relevance Sort by last modified time
    Searched refs:Y_SIZE (Results 1 - 4 of 4) sorted by null

  /external/skia/tests/
ReadWriteAlphaTest.cpp 16 static const int Y_SIZE = 12;
25 unsigned char textureData[X_SIZE][Y_SIZE];
27 memset(textureData, 0, X_SIZE * Y_SIZE);
36 desc.fHeight = Y_SIZE;
47 for (int y = 0; y < Y_SIZE; ++y) {
49 textureData[x][y] = x*Y_SIZE+y;
57 unsigned char readback[X_SIZE][Y_SIZE];
60 memset(readback, 0x1, X_SIZE * Y_SIZE);
69 for (int y = 0; y < Y_SIZE; ++y) {
85 const SkRect rect = SkRect::MakeLTRB(-10, -10, X_SIZE + 10, Y_SIZE + 10)
    [all...]
ClipCacheTest.cpp 16 static const int Y_SIZE = 12;
21 unsigned char textureData[X_SIZE][Y_SIZE][4];
23 memset(textureData, 0, 4* X_SIZE * Y_SIZE);
31 desc.fHeight = Y_SIZE;
145 desc.fHeight = Y_SIZE;
  /external/webp/src/enc/
vp8enci.h 120 #define Y_SIZE (BPS * 16)
122 #define YUV_SIZE (Y_SIZE + UV_SIZE)
125 #define U_OFF (Y_SIZE)
  /external/webp/src/dec/
vp8i.h 96 #define Y_SIZE (BPS * 17)

Completed in 38 milliseconds