Searched refs:ibounds (Results 1 – 5 of 5) sorted by relevance
208 GrIRect ibounds; in generate_lines_and_quads() local224 bounds.roundOut(&ibounds); in generate_lines_and_quads()225 if (SkIRect::Intersects(clip, ibounds)) { in generate_lines_and_quads()236 bounds.roundOut(&ibounds); in generate_lines_and_quads()237 if (SkIRect::Intersects(clip, ibounds)) { in generate_lines_and_quads()263 bounds.roundOut(&ibounds); in generate_lines_and_quads()264 if (SkIRect::Intersects(clip, ibounds)) { in generate_lines_and_quads()289 bounds.roundOut(&ibounds); in generate_lines_and_quads()290 if (SkIRect::Intersects(clip, ibounds)) { in generate_lines_and_quads()
260 SkIRect ibounds; in hair_path() local261 path.getBounds().roundOut(&ibounds); in hair_path()262 ibounds.inset(-1, -1); in hair_path()264 if (rclip.quickReject(ibounds)) { in hair_path()267 if (!rclip.quickContains(ibounds)) { in hair_path()
1291 SkIRect ibounds; in setPath() local1292 path.getBounds().roundOut(&ibounds); in setPath()1296 tmpClip.setRect(ibounds); in setPath()1301 ibounds = clip->getBounds(); in setPath()1303 if (ibounds.isEmpty() || !ibounds.intersect(clip->getBounds())) { in setPath()1308 Builder builder(ibounds); in setPath()
1224 SkIRect ibounds; in getClipBounds() local1225 if (!getClipDeviceBounds(&ibounds)) { in getClipBounds()1248 r.iset(pinIntForScalar(ibounds.fLeft - inset), in getClipBounds()1249 pinIntForScalar(ibounds.fTop - inset), in getClipBounds()1250 pinIntForScalar(ibounds.fRight + inset), in getClipBounds()1251 pinIntForScalar(ibounds.fBottom + inset)); in getClipBounds()
519 SkIRect ibounds; in bounder_points() local527 bounds.roundOut(&ibounds); in bounder_points()528 return bounder->doIRect(ibounds); in bounder_points()