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

  /external/chromium_org/third_party/skia/gm/
bitmaprect.cpp 92 static const int gXSize = 3;
95 SkColor textureData[gXSize][gYSize] = {
102 bitmap->allocN32Pixels(gXSize, gYSize);
104 for (int x = 0; x < gXSize; x++) {
152 static const int gXSize = 4096;
156 bitmap->allocN32Pixels(gXSize, gYSize);
158 for (int x = 0; x < gXSize; ++x) {
159 if (x <= gBorderWidth || x >= gXSize-gBorderWidth ||
  /external/skia/gm/
bitmaprect.cpp 92 static const int gXSize = 3;
95 SkColor textureData[gXSize][gYSize] = {
102 bitmap->allocN32Pixels(gXSize, gYSize);
104 for (int x = 0; x < gXSize; x++) {
152 static const int gXSize = 4096;
156 bitmap->allocN32Pixels(gXSize, gYSize);
158 for (int x = 0; x < gXSize; ++x) {
159 if (x <= gBorderWidth || x >= gXSize-gBorderWidth ||

Completed in 598 milliseconds