/external/skqp/tools/fonts/ |
D | SkTestSVGTypeface.cpp | 215 SkIRect ibounds; in generateMetrics() local 216 newBounds.roundOut(&ibounds); in generateMetrics() 217 glyph->fLeft = ibounds.fLeft; in generateMetrics() 218 glyph->fTop = ibounds.fTop; in generateMetrics() 219 glyph->fWidth = ibounds.width(); in generateMetrics() 220 glyph->fHeight = ibounds.height(); in generateMetrics() 647 SkIRect ibounds = bounds.roundOut(); in exportTtxCbdt() local 648 if (ibounds.isEmpty()) { in exportTtxCbdt() 651 SkImageInfo image_info = SkImageInfo::MakeN32Premul(ibounds.width(), ibounds.height()); in exportTtxCbdt() 812 SkIRect ibounds = bounds.roundOut(); in exportTtxSbix() local [all …]
|
D | SkRandomScalerContext.cpp | 91 SkIRect ibounds; in generateMetrics() local 92 newBounds.roundOut(&ibounds); in generateMetrics() 93 glyph->fLeft = ibounds.fLeft; in generateMetrics() 94 glyph->fTop = ibounds.fTop; in generateMetrics() 95 glyph->fWidth = ibounds.width(); in generateMetrics() 96 glyph->fHeight = ibounds.height(); in generateMetrics()
|
/external/skia/tools/fonts/ |
D | SkTestSVGTypeface.cpp | 213 SkIRect ibounds; in generateMetrics() local 214 newBounds.roundOut(&ibounds); in generateMetrics() 215 glyph->fLeft = ibounds.fLeft; in generateMetrics() 216 glyph->fTop = ibounds.fTop; in generateMetrics() 217 glyph->fWidth = ibounds.width(); in generateMetrics() 218 glyph->fHeight = ibounds.height(); in generateMetrics() 645 SkIRect ibounds = bounds.roundOut(); in exportTtxCbdt() local 646 if (ibounds.isEmpty()) { in exportTtxCbdt() 649 SkImageInfo image_info = SkImageInfo::MakeN32Premul(ibounds.width(), ibounds.height()); in exportTtxCbdt() 810 SkIRect ibounds = bounds.roundOut(); in exportTtxSbix() local [all …]
|
D | SkRandomScalerContext.cpp | 91 SkIRect ibounds; in generateMetrics() local 92 newBounds.roundOut(&ibounds); in generateMetrics() 93 glyph->fLeft = ibounds.fLeft; in generateMetrics() 94 glyph->fTop = ibounds.fTop; in generateMetrics() 95 glyph->fWidth = ibounds.width(); in generateMetrics() 96 glyph->fHeight = ibounds.height(); in generateMetrics()
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCClipPath.cpp | 60 SkIRect ibounds; in accountForOwnPath() local 61 if (ibounds.intersect(fAccessRect, fPathDevIBounds)) { in accountForOwnPath() 62 specs->fRenderedAtlasSpecs.accountForSpace(ibounds.width(), ibounds.height()); in accountForOwnPath()
|
/external/skia/src/gpu/ccpr/ |
D | GrCCClipPath.cpp | 60 SkIRect ibounds; in accountForOwnPath() local 61 if (ibounds.intersect(fAccessRect, fPathDevIBounds)) { in accountForOwnPath() 62 specs->fRenderedAtlasSpecs.accountForSpace(ibounds.width(), ibounds.height()); in accountForOwnPath()
|
/external/skia/tools/viewer/ |
D | BisectSlide.cpp | 68 SkIRect ibounds; in onDrawPath() local 70 bounds.roundOut(&ibounds); in onDrawPath() 71 fDrawBounds.join(ibounds); in onDrawPath()
|
/external/skqp/tools/viewer/ |
D | BisectSlide.cpp | 68 SkIRect ibounds; in onDrawPath() local 70 bounds.roundOut(&ibounds); in onDrawPath() 71 fDrawBounds.join(ibounds); in onDrawPath()
|
/external/skqp/src/gpu/ops/ |
D | GrAAHairLinePathRenderer.cpp | 257 SkIRect ibounds; in gather_lines_and_quads() local 274 SkIRect ibounds; in gather_lines_and_quads() local 277 bounds.roundOut(&ibounds); in gather_lines_and_quads() 280 if (SkIRect::Intersects(devClipBounds, ibounds)) { in gather_lines_and_quads() 337 bounds.roundOut(&ibounds); in gather_lines_and_quads() 338 if (SkIRect::Intersects(devClipBounds, ibounds)) { in gather_lines_and_quads() 380 bounds.roundOut(&ibounds); in gather_lines_and_quads() 381 if (SkIRect::Intersects(devClipBounds, ibounds)) { in gather_lines_and_quads() 412 bounds.roundOut(&ibounds); in gather_lines_and_quads() 413 if (SkIRect::Intersects(devClipBounds, ibounds)) { in gather_lines_and_quads() [all …]
|
/external/skia/src/gpu/ops/ |
D | GrAAHairLinePathRenderer.cpp | 256 SkIRect ibounds; in gather_lines_and_quads() local 273 SkIRect ibounds; in gather_lines_and_quads() local 276 bounds.roundOut(&ibounds); in gather_lines_and_quads() 279 if (SkIRect::Intersects(devClipBounds, ibounds)) { in gather_lines_and_quads() 336 bounds.roundOut(&ibounds); in gather_lines_and_quads() 337 if (SkIRect::Intersects(devClipBounds, ibounds)) { in gather_lines_and_quads() 379 bounds.roundOut(&ibounds); in gather_lines_and_quads() 380 if (SkIRect::Intersects(devClipBounds, ibounds)) { in gather_lines_and_quads() 411 bounds.roundOut(&ibounds); in gather_lines_and_quads() 412 if (SkIRect::Intersects(devClipBounds, ibounds)) { in gather_lines_and_quads() [all …]
|
/external/skqp/src/ports/ |
D | SkScalerContext_win_dw.cpp | 606 SkIRect ibounds = bounds.roundOut(); in generateColorMetrics() local 608 glyph->fWidth = ibounds.fRight - ibounds.fLeft; in generateColorMetrics() 609 glyph->fHeight = ibounds.fBottom - ibounds.fTop; in generateColorMetrics() 610 glyph->fLeft = ibounds.fLeft; in generateColorMetrics() 611 glyph->fTop = ibounds.fTop; in generateColorMetrics()
|
/external/skia/src/ports/ |
D | SkScalerContext_win_dw.cpp | 606 SkIRect ibounds = bounds.roundOut(); in generateColorMetrics() local 608 glyph->fWidth = ibounds.fRight - ibounds.fLeft; in generateColorMetrics() 609 glyph->fHeight = ibounds.fBottom - ibounds.fTop; in generateColorMetrics() 610 glyph->fLeft = ibounds.fLeft; in generateColorMetrics() 611 glyph->fTop = ibounds.fTop; in generateColorMetrics()
|
/external/turbine/java/com/google/turbine/lower/ |
D | LowerSignature.java | 286 ImmutableList.Builder<Sig.TySig> ibounds = ImmutableList.builder(); in tyParamSig() local 301 ibounds.add(sig); in tyParamSig() 305 return new Sig.TyParamSig(identifier, cbound, ibounds.build()); in tyParamSig()
|
/external/skia/samplecode/ |
D | SampleCCPRGeometry.cpp | 386 SkIRect ibounds; in onExecute() local 387 this->bounds().roundOut(&ibounds); in onExecute() 388 stroker.drawStrokes(state, batchID, ibounds); in onExecute()
|
/external/skqp/samplecode/ |
D | SampleCCPRGeometry.cpp | 384 SkIRect ibounds; in onExecute() local 385 this->bounds().roundOut(&ibounds); in onExecute() 386 stroker.drawStrokes(state, batchID, ibounds); in onExecute()
|
/external/skqp/src/core/ |
D | SkAAClip.cpp | 1315 SkIRect ibounds; in setPath() local 1316 path.getBounds().roundOut(&ibounds); in setPath() 1320 tmpClip.setRect(ibounds); in setPath() 1330 ibounds = clip->getBounds(); in setPath() 1332 if (ibounds.isEmpty() || !ibounds.intersect(clip->getBounds())) { in setPath() 1335 snugClip.op(ibounds, SkRegion::kIntersect_Op); in setPath() 1338 Builder builder(ibounds); in setPath()
|
D | SkScan_Hairline.cpp | 515 const SkIRect ibounds = path.getBounds().roundOut().makeOutset(capOut, capOut); in hair_path() local 516 if (rclip.quickReject(ibounds)) { in hair_path() 519 if (!rclip.quickContains(ibounds)) { in hair_path()
|
D | SkCanvas.cpp | 1631 SkIRect ibounds = this->getDeviceClipBounds(); in getLocalClipBounds() local 1632 if (ibounds.isEmpty()) { in getLocalClipBounds() 1646 SkRect r = SkRect::Make(ibounds.makeOutset(margin, margin)); in getLocalClipBounds()
|
/external/skia/src/core/ |
D | SkAAClip.cpp | 1315 SkIRect ibounds; in setPath() local 1316 path.getBounds().roundOut(&ibounds); in setPath() 1320 tmpClip.setRect(ibounds); in setPath() 1330 ibounds = clip->getBounds(); in setPath() 1332 if (ibounds.isEmpty() || !ibounds.intersect(clip->getBounds())) { in setPath() 1335 snugClip.op(ibounds, SkRegion::kIntersect_Op); in setPath() 1338 Builder builder(ibounds); in setPath()
|
D | SkScan_Hairline.cpp | 515 const SkIRect ibounds = path.getBounds().roundOut().makeOutset(capOut, capOut); in hair_path() local 516 if (rclip.quickReject(ibounds)) { in hair_path() 519 if (!rclip.quickContains(ibounds)) { in hair_path()
|
D | SkCanvas.cpp | 1628 SkIRect ibounds = this->getDeviceClipBounds(); in getLocalClipBounds() local 1629 if (ibounds.isEmpty()) { in getLocalClipBounds() 1643 SkRect r = SkRect::Make(ibounds.makeOutset(margin, margin)); in getLocalClipBounds()
|