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

  /external/chromium_org/third_party/skia/gm/
bitmaprect.cpp 154 static const int gBorderWidth = 10;
159 if (x <= gBorderWidth || x >= gXSize-gBorderWidth ||
160 y <= gBorderWidth || y >= gYSize-gBorderWidth) {
  /external/skia/gm/
bitmaprect.cpp 154 static const int gBorderWidth = 10;
159 if (x <= gBorderWidth || x >= gXSize-gBorderWidth ||
160 y <= gBorderWidth || y >= gYSize-gBorderWidth) {

Completed in 57 milliseconds