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

/external/skia/gm/
H A Dbitmaprect.cpp158 static const int gBorderWidth = 10; local
163 if (x <= gBorderWidth || x >= gXSize-gBorderWidth ||
164 y <= gBorderWidth || y >= gYSize-gBorderWidth) {

Completed in 220 milliseconds