Home | History | Annotate | Download | only in gpu

Lines Matching full:border

41 #define BORDER      1
61 fRects = GrRectanizer::Factory(GR_ATLAS_WIDTH - BORDER,
62 GR_ATLAS_HEIGHT - BORDER);
118 if (!fRects->addRect(width + BORDER, height + BORDER, loc)) {
123 int dstW = width + 2*BORDER;
124 int dstH = height + 2*BORDER;
125 if (BORDER) {
151 // now tell the caller to skip the top/left BORDER
152 loc->fX += BORDER;
153 loc->fY += BORDER;