Lines Matching refs:BORDER
41 #define BORDER 1
53 fRects = GrRectanizer::Factory(GR_ATLAS_WIDTH - BORDER,
54 GR_ATLAS_HEIGHT - BORDER);
89 if (!fRects->addRect(width + BORDER, height + BORDER, loc)) {
94 int dstW = width + 2*BORDER;
95 int dstH = height + 2*BORDER;
96 if (BORDER) {
122 // now tell the caller to skip the top/left BORDER
123 loc->fX += BORDER;
124 loc->fY += BORDER;