Home | History | Annotate | Download | only in gpu

Lines Matching defs:BORDER

38 #define BORDER      1
56 fRects = GrRectanizer::Factory(GR_ATLAS_WIDTH - BORDER,
57 GR_ATLAS_HEIGHT - BORDER);
77 if (!fRects->addRect(width + BORDER, height + BORDER, loc)) {
82 int dstW = width + 2*BORDER;
83 int dstH = height + 2*BORDER;
84 if (BORDER) {
109 // now tell the caller to skip the top/left BORDER
110 loc->fX += BORDER;
111 loc->fY += BORDER;