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

  /external/skia/tests/
ReadWriteAlphaTest.cpp 15 static const int X_SIZE = 12;
25 unsigned char textureData[X_SIZE][Y_SIZE];
27 memset(textureData, 0, X_SIZE * Y_SIZE);
35 desc.fWidth = X_SIZE;
48 for (int x = 0; x < X_SIZE; ++x) {
57 unsigned char readback[X_SIZE][Y_SIZE];
60 memset(readback, 0x1, X_SIZE * Y_SIZE);
70 for (int x = 0; x < X_SIZE; ++x) {
85 const SkRect rect = SkRect::MakeLTRB(-10, -10, X_SIZE + 10, Y_SIZE + 10);
97 for (int x = 0; x < X_SIZE; ++x)
    [all...]
ClipCacheTest.cpp 15 static const int X_SIZE = 12;
21 unsigned char textureData[X_SIZE][Y_SIZE][4];
23 memset(textureData, 0, 4* X_SIZE * Y_SIZE);
30 desc.fWidth = X_SIZE;
144 desc.fWidth = X_SIZE;

Completed in 164 milliseconds