Home
last modified time | relevance | path

Searched refs:ibounds (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/
DGrAAHairLinePathRenderer.cpp208 GrIRect ibounds; in generate_lines_and_quads() local
224 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()
/external/skia/src/core/
DSkScan_Hairline.cpp260 SkIRect ibounds; in hair_path() local
261 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()
DSkAAClip.cpp1291 SkIRect ibounds; in setPath() local
1292 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()
DSkCanvas.cpp1224 SkIRect ibounds; in getClipBounds() local
1225 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()
DSkDraw.cpp519 SkIRect ibounds; in bounder_points() local
527 bounds.roundOut(&ibounds); in bounder_points()
528 return bounder->doIRect(ibounds); in bounder_points()