Home
last modified time | relevance | path

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

/external/skia/tools/fonts/
DSkRandomScalerContext.cpp95 SkIRect ibounds; in generateMetrics() local
96 newBounds.roundOut(&ibounds); in generateMetrics()
97 glyph->fLeft = ibounds.fLeft; in generateMetrics()
98 glyph->fTop = ibounds.fTop; in generateMetrics()
99 glyph->fWidth = ibounds.width(); in generateMetrics()
100 glyph->fHeight = ibounds.height(); in generateMetrics()
DSkTestScalerContext.cpp223 SkIRect ibounds; in generateMetrics() local
224 newBounds.roundOut(&ibounds); in generateMetrics()
225 glyph->fLeft = ibounds.fLeft; in generateMetrics()
226 glyph->fTop = ibounds.fTop; in generateMetrics()
227 glyph->fWidth = ibounds.width(); in generateMetrics()
228 glyph->fHeight = ibounds.height(); in generateMetrics()
/external/skqp/tools/
DSkRandomScalerContext.cpp95 SkIRect ibounds; in generateMetrics() local
96 newBounds.roundOut(&ibounds); in generateMetrics()
97 glyph->fLeft = ibounds.fLeft; in generateMetrics()
98 glyph->fTop = ibounds.fTop; in generateMetrics()
99 glyph->fWidth = ibounds.width(); in generateMetrics()
100 glyph->fHeight = ibounds.height(); in generateMetrics()
DSkTestScalerContext.cpp223 SkIRect ibounds; in generateMetrics() local
224 newBounds.roundOut(&ibounds); in generateMetrics()
225 glyph->fLeft = ibounds.fLeft; in generateMetrics()
226 glyph->fTop = ibounds.fTop; in generateMetrics()
227 glyph->fWidth = ibounds.width(); in generateMetrics()
228 glyph->fHeight = ibounds.height(); in generateMetrics()
/external/skqp/src/gpu/ops/
DGrAAHairLinePathRenderer.cpp254 SkIRect ibounds; in gather_lines_and_quads() local
281 bounds.roundOut(&ibounds); in gather_lines_and_quads()
282 if (SkIRect::Intersects(devClipBounds, ibounds)) { in gather_lines_and_quads()
323 bounds.roundOut(&ibounds); in gather_lines_and_quads()
324 if (SkIRect::Intersects(devClipBounds, ibounds)) { in gather_lines_and_quads()
348 bounds.roundOut(&ibounds); in gather_lines_and_quads()
350 if (SkIRect::Intersects(devClipBounds, ibounds)) { in gather_lines_and_quads()
383 bounds.roundOut(&ibounds); in gather_lines_and_quads()
384 if (SkIRect::Intersects(devClipBounds, ibounds)) { in gather_lines_and_quads()
408 bounds.roundOut(&ibounds); in gather_lines_and_quads()
[all …]
/external/skia/src/gpu/ops/
DGrAAHairLinePathRenderer.cpp254 SkIRect ibounds; in gather_lines_and_quads() local
281 bounds.roundOut(&ibounds); in gather_lines_and_quads()
282 if (SkIRect::Intersects(devClipBounds, ibounds)) { in gather_lines_and_quads()
323 bounds.roundOut(&ibounds); in gather_lines_and_quads()
324 if (SkIRect::Intersects(devClipBounds, ibounds)) { in gather_lines_and_quads()
348 bounds.roundOut(&ibounds); in gather_lines_and_quads()
350 if (SkIRect::Intersects(devClipBounds, ibounds)) { in gather_lines_and_quads()
383 bounds.roundOut(&ibounds); in gather_lines_and_quads()
384 if (SkIRect::Intersects(devClipBounds, ibounds)) { in gather_lines_and_quads()
408 bounds.roundOut(&ibounds); in gather_lines_and_quads()
[all …]
/external/skia/tools/viewer/
DBisectSlide.cpp59 SkIRect ibounds; in onDrawPath() local
61 bounds.roundOut(&ibounds); in onDrawPath()
62 fDrawBounds.join(ibounds); in onDrawPath()
/external/turbine/java/com/google/turbine/lower/
DLowerSignature.java288 ImmutableList.Builder<Sig.TySig> ibounds = ImmutableList.builder(); in tyParamSig() local
290 ibounds.add(signature(i)); in tyParamSig()
292 return new Sig.TyParamSig(identifier, cbound, ibounds.build()); in tyParamSig()
/external/skqp/src/core/
DSkAAClip.cpp1397 SkIRect ibounds; in setPath() local
1398 path.getBounds().roundOut(&ibounds); in setPath()
1402 tmpClip.setRect(ibounds); in setPath()
1412 ibounds = clip->getBounds(); in setPath()
1414 if (ibounds.isEmpty() || !ibounds.intersect(clip->getBounds())) { in setPath()
1417 snugClip.op(ibounds, SkRegion::kIntersect_Op); in setPath()
1420 Builder builder(ibounds); in setPath()
DSkScan_Hairline.cpp488 const SkIRect ibounds = path.getBounds().roundOut().makeOutset(capOut, capOut); in hair_path() local
489 if (rclip.quickReject(ibounds)) { in hair_path()
492 if (!rclip.quickContains(ibounds)) { in hair_path()
DSkCanvas.cpp1642 SkIRect ibounds = this->getDeviceClipBounds(); in getLocalClipBounds() local
1643 if (ibounds.isEmpty()) { in getLocalClipBounds()
1658 r.iset(ibounds.fLeft - inset, ibounds.fTop - inset, in getLocalClipBounds()
1659 ibounds.fRight + inset, ibounds.fBottom + inset); in getLocalClipBounds()
/external/skia/src/core/
DSkAAClip.cpp1397 SkIRect ibounds; in setPath() local
1398 path.getBounds().roundOut(&ibounds); in setPath()
1402 tmpClip.setRect(ibounds); in setPath()
1412 ibounds = clip->getBounds(); in setPath()
1414 if (ibounds.isEmpty() || !ibounds.intersect(clip->getBounds())) { in setPath()
1417 snugClip.op(ibounds, SkRegion::kIntersect_Op); in setPath()
1420 Builder builder(ibounds); in setPath()
DSkScan_Hairline.cpp488 const SkIRect ibounds = path.getBounds().roundOut().makeOutset(capOut, capOut); in hair_path() local
489 if (rclip.quickReject(ibounds)) { in hair_path()
492 if (!rclip.quickContains(ibounds)) { in hair_path()
DSkCanvas.cpp1638 SkIRect ibounds = this->getDeviceClipBounds(); in getLocalClipBounds() local
1639 if (ibounds.isEmpty()) { in getLocalClipBounds()
1654 r.iset(ibounds.fLeft - inset, ibounds.fTop - inset, in getLocalClipBounds()
1655 ibounds.fRight + inset, ibounds.fBottom + inset); in getLocalClipBounds()