Home | History | Annotate | Download | only in gpu

Lines Matching full:outset

615         bounds.outset(SK_ScalarHalf, SK_ScalarHalf);
945 // This method outsets 'iRect' by 'outset' all around and then clamps its extents to
949 int outset,
952 iRect->outset(outset, outset);
956 offset->fX -= outset - leftClampDelta;
959 offset->fX -= outset;
964 offset->fY -= outset - topClampDelta;
967 offset->fY -= outset;
1053 int outset = bicubic ? GrBicubicEffect::kFilterTexelPad : 1;
1054 clamped_outset_with_offset(&iTileR, outset, &offset, iClampRect);