Home | History | Annotate | Download | only in gpu

Lines Matching defs:outset

878 // This method outsets 'iRect' by 'outset' all around and then clamps its extents to
882 int outset,
885 iRect->outset(outset, outset);
889 offset->fX -= outset - leftClampDelta;
892 offset->fX -= outset;
897 offset->fY -= outset - topClampDelta;
900 offset->fY -= outset;
976 int outset = bicubic ? GrBicubicEffect::kFilterTexelPad : 1;
977 clamped_outset_with_offset(&iTileR, outset, &offset, iClampRect);