Lines Matching refs:set
94 bounds.set(src[0], src[1]);
125 tmp[index0].set(sect_with_horizontal(src, clip.fTop), clip.fTop);
128 tmp[index1].set(sect_with_horizontal(src, clip.fBottom), clip.fBottom);
149 tmp[index0].set(clip.fLeft, sect_with_vertical(src, clip.fLeft));
152 tmp[index1].set(clip.fRight, sect_with_vertical(src, clip.fRight));
155 bounds.set(tmp[0], tmp[1]);
203 tmp[index0].set(sect_with_horizontal(pts, clip.fTop), clip.fTop);
207 tmp[index1].set(sect_with_horizontal(pts, clip.fBottom), clip.fBottom);
245 r->set(clip.fLeft, tmp[index0].fY);
247 r->set(clip.fLeft, sect_clamp_with_vertical(tmp, clip.fLeft));
255 r->set(clip.fRight, sect_clamp_with_vertical(tmp, clip.fRight));
258 r->set(clip.fRight, tmp[index1].fY);