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

  /external/skia/tests/
ReadWriteAlphaTest.cpp 24 static const int X_SIZE = 13;
53 unsigned char alphaData[X_SIZE * Y_SIZE];
58 static const size_t kRowBytes[] = {0, X_SIZE, X_SIZE + 1, 2 * X_SIZE - 1};
64 desc.fWidth = X_SIZE;
68 memset(alphaData, 0, X_SIZE * Y_SIZE);
79 const SkImageInfo ii = SkImageInfo::MakeA8(X_SIZE, Y_SIZE);
84 for (int x = 0; x < X_SIZE; ++x) {
85 alphaData[y * X_SIZE + x] = y*X_SIZE+x
    [all...]
  /external/skqp/tests/
ReadWriteAlphaTest.cpp 24 static const int X_SIZE = 13;
47 unsigned char alphaData[X_SIZE * Y_SIZE];
52 static const size_t kRowBytes[] = {0, X_SIZE, X_SIZE + 1, 2 * X_SIZE - 1};
58 desc.fWidth = X_SIZE;
62 memset(alphaData, 0, X_SIZE * Y_SIZE);
73 const SkImageInfo ii = SkImageInfo::MakeA8(X_SIZE, Y_SIZE);
78 for (int x = 0; x < X_SIZE; ++x) {
79 alphaData[y * X_SIZE + x] = y*X_SIZE+x
    [all...]
  /external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/internal/
MigratorFrame.java 68 static final int X_SIZE = 700;
268 progressBar.setPreferredSize(new java.awt.Dimension((int) (X_SIZE * 0.8), 5));

Completed in 268 milliseconds