Searched refs:gXSize (Results 1 - 1 of 1) sorted by relevance

/external/skia/gm/
H A Dbitmaprect.cpp93 static const int gXSize = 3; local
96 SkColor textureData[gXSize][gYSize] = {
103 bitmap->setConfig(SkBitmap::kARGB_8888_Config, gXSize, gYSize);
108 for (int x = 0; x < gXSize; x++) {
156 static const int gXSize = 4096; local
160 bitmap->setConfig(SkBitmap::kARGB_8888_Config, gXSize, gYSize);
165 for (int x = 0; x < gXSize; ++x) {
166 if (x <= gBorderWidth || x >= gXSize-gBorderWidth ||

Completed in 49 milliseconds