Home
last modified time | relevance | path

Searched refs:ibounds (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/tools/fonts/
H A DTestSVGTypeface.cpp217 SkIRect ibounds; variable
218 newBounds.roundOut(&ibounds);
219 glyph->fLeft = ibounds.fLeft;
220 glyph->fTop = ibounds.fTop;
221 glyph->fWidth = ibounds.width();
222 glyph->fHeight = ibounds.height();
721 SkIRect ibounds = bounds.roundOut(); in exportTtxCbdt()
722 if (!SkTFitsIn<int8_t>(ibounds.fLeft) || !SkTFitsIn<int8_t>(ibounds.fTop) || in exportTtxCbdt()
723 !SkTFitsIn<uint8_t>(ibounds in exportTtxCbdt()
760 SkIRect ibounds = bounds.roundOut(); exportTtxCbdt() local
933 SkIRect ibounds = bounds.roundOut(); exportTtxSbix() local
982 SkIRect ibounds = bounds.roundOut(); exportTtxSbix() local
1188 SkIRect ibounds = bounds.roundOut(); writePath() local
[all...]
H A DRandomScalerContext.cpp79 SkIRect ibounds; in generateMetrics() local
80 newBounds.roundOut(&ibounds); in generateMetrics()
81 glyph->fLeft = ibounds.fLeft; in generateMetrics()
82 glyph->fTop = ibounds.fTop; in generateMetrics()
83 glyph->fWidth = ibounds.width(); in generateMetrics()
84 glyph->fHeight = ibounds.height(); in generateMetrics()
/third_party/skia/tools/viewer/
H A DBisectSlide.cpp28 SkIRect ibounds; in Create()
30 bounds.roundOut(&ibounds); in Create()
31 bisect->fDrawBounds.join(ibounds); in Create()
/third_party/skia/src/gpu/ops/
H A DAAHairLinePathRenderer.cpp266 SkIRect ibounds; in gather_lines_and_quads() local
283 SkIRect ibounds; in gather_lines_and_quads()
286 bounds.roundOut(&ibounds); in gather_lines_and_quads()
289 if (SkIRect::Intersects(devClipBounds, ibounds)) { in gather_lines_and_quads()
346 bounds.roundOut(&ibounds); in gather_lines_and_quads()
347 if (SkIRect::Intersects(devClipBounds, ibounds)) { in gather_lines_and_quads()
389 bounds.roundOut(&ibounds); in gather_lines_and_quads()
390 if (SkIRect::Intersects(devClipBounds, ibounds)) { in gather_lines_and_quads()
421 bounds.roundOut(&ibounds); in gather_lines_and_quads()
422 if (SkIRect::Intersects(devClipBounds, ibounds)) { in gather_lines_and_quads()
[all...]
/third_party/skia/src/ports/
H A DSkScalerContext_win_dw.cpp635 SkIRect ibounds = bounds.roundOut(); in generateColorMetrics() local
637 glyph->fWidth = ibounds.fRight - ibounds.fLeft; in generateColorMetrics()
638 glyph->fHeight = ibounds.fBottom - ibounds.fTop; in generateColorMetrics()
639 glyph->fLeft = ibounds.fLeft; in generateColorMetrics()
640 glyph->fTop = ibounds.fTop; in generateColorMetrics()
/third_party/skia/src/core/
H A DSkScan_Hairline.cpp524 const SkIRect ibounds = path.getBounds().roundOut().makeOutset(capOut, capOut);
525 if (rclip.quickReject(ibounds)) {
528 if (!rclip.quickContains(ibounds)) {
H A DSkAAClip.cpp1402 SkIRect ibounds;
1404 // of clip and ibounds, we create the builder with the snug bounds.
1406 ibounds = clip;
1408 path.getBounds().roundOut(&ibounds);
1409 if (ibounds.isEmpty() || !ibounds.intersect(clip)) {
1414 Builder builder(ibounds);
H A DSkCanvas.cpp1654 SkIRect ibounds = this->getDeviceClipBounds();
1655 if (ibounds.isEmpty()) {
1669 SkRect r = SkRect::Make(ibounds.makeOutset(margin, margin));

Completed in 21 milliseconds