Home | History | Annotate | Download | only in gpu

Lines Matching refs:bounds

43         // Each quadratic is rendered as a five sided polygon. This poly bounds
208 GrRect bounds;
222 bounds.setBounds(devPts, 2);
223 bounds.outset(SK_Scalar1, SK_Scalar1);
224 bounds.roundOut(&ibounds);
233 bounds.setBounds(devPts, 3);
234 bounds.outset(SK_Scalar1, SK_Scalar1);
235 bounds.roundOut(&ibounds);
259 bounds.setBounds(devPts, 4);
260 bounds.outset(SK_Scalar1, SK_Scalar1);
261 bounds.roundOut(&ibounds);
278 // bounds has to be calculated in device space, but q is
282 bounds.setBounds(devPts, 3);
285 bounds.setBounds(&q[i], 3);
288 bounds.outset(SK_Scalar1, SK_Scalar1);
289 bounds.roundOut(&ibounds);