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

/external/skia/gm/
H A Dbitmaprect.cpp155 static const int gXSize = 4096; local
159 bitmap->allocN32Pixels(gXSize, gYSize);
161 for (int x = 0; x < gXSize; ++x) {
162 if (x <= gBorderWidth || x >= gXSize-gBorderWidth ||

Completed in 50 milliseconds