Lines Matching refs:outset
1087 // This method outsets 'iRect' by 'outset' all around and then clamps its extents to
1091 int outset,
1094 iRect->outset(outset, outset);
1098 offset->fX -= outset - leftClampDelta;
1101 offset->fX -= outset;
1106 offset->fY -= outset - topClampDelta;
1109 offset->fY -= outset;
1302 int outset = bicubic ? GrBicubicEffect::kFilterTexelPad : 1;
1303 clamped_outset_with_offset(&iTileR, outset, &offset, iClampRect);
1351 innerTransformedRect.outset(COLOR_BLEED_TOLERANCE, COLOR_BLEED_TOLERANCE);