Home
last modified time | relevance | path

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

1234

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/
H A DDragHandle.java75 Rectangle ibounds = handleImage.getBounds(); in paintControl() local
77 int x = ((size.x - 2 * margin) % ibounds.width) / 2 + margin; in paintControl()
78 int y = ((size.y - 2 * margin) % ibounds.height) / 2 + margin; in paintControl()
83 x += ibounds.width; in paintControl()
84 if (x + ibounds.width > size.x - margin) { in paintControl()
88 y += ibounds.height; in paintControl()
89 if (y + ibounds.height > size.y - margin) { in paintControl()
101 Rectangle ibounds = handleImage.getBounds(); in computeSize() local
104 result.x = ibounds.width + 2 * margin; in computeSize()
108 result.y = ibounds.height + 2 * margin; in computeSize()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/
H A DGrReducedClip.h30 const SkIRect& ibounds() const { SkASSERT(fHasIBounds); return fIBounds; } in ibounds() function
31 int left() const { return this->ibounds().left(); } in left()
32 int top() const { return this->ibounds().top(); } in top()
33 int width() const { return this->ibounds().width(); } in width()
34 int height() const { return this->ibounds().height(); } in height()
H A DGrClipStackClip.cpp287 !GrClip::IsInsideClip(reducedClip.ibounds(), clipSpaceDevBounds)) { in apply()
288 SkIRect scissorSpaceIBounds(reducedClip.ibounds()); in apply()
347 SkIRect rtSpaceMaskBounds = reducedClip.ibounds(); in apply()
367 if (stencilAttachment->mustRenderClip(reducedClip.elementsGenID(), reducedClip.ibounds(), in apply()
370 stencilAttachment->setLastClip(reducedClip.elementsGenID(), reducedClip.ibounds(), in apply()
392 GetClipMaskKey(reducedClip.elementsGenID(), reducedClip.ibounds(), &key); in CreateAlphaClipMask()
419 GetClipMaskKey(reducedClip.elementsGenID(), reducedClip.ibounds(), &key); in CreateSoftwareClipMask()
448 SkRect temp = SkRect::Make(reducedClip.ibounds()); in CreateSoftwareClipMask()
H A DGrDrawTarget.cpp266 SkIRect ibounds; in drawBatches() local
267 bounds.roundOut(&ibounds); in drawBatches()
271 fGpu->drawDebugWireRect(rt, ibounds, 0xFF000000 | random.nextU()); in drawBatches()
364 SkIRect ibounds; in drawBatch() local
365 ibounds.fLeft = SkTPin(SkScalarFloorToInt(batch->bounds().fLeft), viewport.fLeft, in drawBatch()
367 ibounds.fTop = SkTPin(SkScalarFloorToInt(batch->bounds().fTop), viewport.fBottom, in drawBatch()
369 ibounds.fRight = SkTPin(SkScalarCeilToInt(batch->bounds().fRight), viewport.fLeft, in drawBatch()
371 ibounds.fBottom = SkTPin(SkScalarCeilToInt(batch->bounds().fBottom), viewport.fBottom, in drawBatch()
373 if (!appliedClip.addScissor(ibounds)) { in drawBatch()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/fonts/
H A DTestSVGTypeface.cpp218 SkIRect ibounds; in generateMetrics() local
219 newBounds.roundOut(&ibounds); in generateMetrics()
220 glyph->fLeft = ibounds.fLeft; in generateMetrics()
221 glyph->fTop = ibounds.fTop; in generateMetrics()
721 if (!SkTFitsIn<int8_t>(ibounds.fLeft) || !SkTFitsIn<int8_t>(ibounds.fTop) || in exportTtxCbdt()
722 !SkTFitsIn<uint8_t>(ibounds.width()) || !SkTFitsIn<uint8_t>(ibounds.height()) || in exportTtxCbdt()
760 if (ibounds.isEmpty()) { in exportTtxCbdt()
763 SkImageInfo image_info = SkImageInfo::MakeN32Premul(ibounds.width(), ibounds.height()); in exportTtxCbdt()
982 if (ibounds.isEmpty()) { in exportTtxSbix()
985 SkImageInfo image_info = SkImageInfo::MakeN32Premul(ibounds.width(), ibounds.height()); in exportTtxSbix()
[all …]
H A DRandomScalerContext.cpp81 SkIRect ibounds; in generateMetrics() local
82 newBounds.roundOut(&ibounds); in generateMetrics()
83 glyph->fLeft = ibounds.fLeft; in generateMetrics()
84 glyph->fTop = ibounds.fTop; in generateMetrics()
85 glyph->fWidth = ibounds.width(); in generateMetrics()
86 glyph->fHeight = ibounds.height(); in generateMetrics()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/fonts/
H A DTestSVGTypeface.cpp216 SkIRect ibounds; in generateMetrics() local
217 newBounds.roundOut(&ibounds); in generateMetrics()
218 glyph->fLeft = ibounds.fLeft; in generateMetrics()
219 glyph->fTop = ibounds.fTop; in generateMetrics()
719 if (!SkTFitsIn<int8_t>(ibounds.fLeft) || !SkTFitsIn<int8_t>(ibounds.fTop) || in exportTtxCbdt()
720 !SkTFitsIn<uint8_t>(ibounds.width()) || !SkTFitsIn<uint8_t>(ibounds.height()) || in exportTtxCbdt()
758 if (ibounds.isEmpty()) { in exportTtxCbdt()
761 SkImageInfo image_info = SkImageInfo::MakeN32Premul(ibounds.width(), ibounds.height()); in exportTtxCbdt()
980 if (ibounds.isEmpty()) { in exportTtxSbix()
983 SkImageInfo image_info = SkImageInfo::MakeN32Premul(ibounds.width(), ibounds.height()); in exportTtxSbix()
[all …]
H A DRandomScalerContext.cpp81 SkIRect ibounds; in generateMetrics() local
82 newBounds.roundOut(&ibounds); in generateMetrics()
83 glyph->fLeft = ibounds.fLeft; in generateMetrics()
84 glyph->fTop = ibounds.fTop; in generateMetrics()
85 glyph->fWidth = ibounds.width(); in generateMetrics()
86 glyph->fHeight = ibounds.height(); in generateMetrics()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/ccpr/
H A DGrCCClipPath.cpp58 SkIRect ibounds; in accountForOwnPath() local
59 if (ibounds.intersect(fAccessRect, fPathDevIBounds)) { in accountForOwnPath()
60 specs->fRenderedAtlasSpecs.accountForSpace(ibounds.width(), ibounds.height()); in accountForOwnPath()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.forms/src/org/eclipse/ui/internal/forms/widgets/
H A DBusyIndicator.java83 Rectangle ibounds = image.getBounds(); in computeSize() local
84 size.x = ibounds.width; in computeSize()
85 size.y = ibounds.height; in computeSize()
136 Rectangle ibounds = activeImage.getBounds(); in onPaint() local
137 gc.drawImage(activeImage, rect.width / 2 - ibounds.width / 2, in onPaint()
138 rect.height / 2 - ibounds.height / 2); in onPaint()
H A DBulletParagraph.java133 Rectangle ibounds = image.getBounds(); in layoutBullet() local
134 int y = loc.y + rowHeight / 2 - ibounds.height / 2; in layoutBullet()
135 bbounds = new Rectangle(x, y, ibounds.width, ibounds.height); in layoutBullet()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/ccpr/
H A DGrCCClipPath.cpp61 SkIRect ibounds; in accountForOwnPath() local
62 if (ibounds.intersect(fAccessRect, fPathDevIBounds)) { in accountForOwnPath()
63 specs->fRenderedAtlasSpecs.accountForSpace(ibounds.width(), ibounds.height()); in accountForOwnPath()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/ccpr/
H A DGrCCClipPath.cpp61 SkIRect ibounds; in accountForOwnPath() local
62 if (ibounds.intersect(fAccessRect, fPathDevIBounds)) { in accountForOwnPath()
63 specs->fRenderedAtlasSpecs.accountForSpace(ibounds.width(), ibounds.height()); in accountForOwnPath()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/ccpr/
H A DGrCCClipPath.cpp61 SkIRect ibounds; in accountForOwnPath() local
62 if (ibounds.intersect(fAccessRect, fPathDevIBounds)) { in accountForOwnPath()
63 specs->fRenderedAtlasSpecs.accountForSpace(ibounds.width(), ibounds.height()); in accountForOwnPath()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/ccpr/
H A DGrCCClipPath.cpp61 SkIRect ibounds; in accountForOwnPath() local
62 if (ibounds.intersect(fAccessRect, fPathDevIBounds)) { in accountForOwnPath()
63 specs->fRenderedAtlasSpecs.accountForSpace(ibounds.width(), ibounds.height()); in accountForOwnPath()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/ccpr/
H A DGrCCClipPath.cpp65 SkIRect ibounds; in accountForOwnPath() local
66 if (ibounds.intersect(fAccessRect, fPathDevIBounds)) { in accountForOwnPath()
67 specs->fRenderedAtlasSpecs.accountForSpace(ibounds.width(), ibounds.height()); in accountForOwnPath()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/fonts/
H A DSkRandomScalerContext.cpp97 SkIRect ibounds; in generateMetrics() local
98 newBounds.roundOut(&ibounds); in generateMetrics()
99 glyph->fLeft = ibounds.fLeft; in generateMetrics()
100 glyph->fTop = ibounds.fTop; in generateMetrics()
101 glyph->fWidth = ibounds.width(); in generateMetrics()
102 glyph->fHeight = ibounds.height(); in generateMetrics()
H A DSkGScalerContext.cpp100 SkIRect ibounds; in generateMetrics() local
101 newBounds.roundOut(&ibounds); in generateMetrics()
102 glyph->fLeft = ibounds.fLeft; in generateMetrics()
103 glyph->fTop = ibounds.fTop; in generateMetrics()
104 glyph->fWidth = ibounds.width(); in generateMetrics()
105 glyph->fHeight = ibounds.height(); in generateMetrics()
H A DSkTestScalerContext.cpp246 SkIRect ibounds; in generateMetrics() local
247 newBounds.roundOut(&ibounds); in generateMetrics()
248 glyph->fLeft = ibounds.fLeft; in generateMetrics()
249 glyph->fTop = ibounds.fTop; in generateMetrics()
250 glyph->fWidth = ibounds.width(); in generateMetrics()
251 glyph->fHeight = ibounds.height(); in generateMetrics()
/dports/graphics/mupdf/mupdf-1.18.0-source/source/tools/
H A Dmuraster.c421 fz_irect ibounds; member
577 fz_irect ibounds = render->ibounds; in dodrawpage() local
579 int total_height = ibounds.y1 - ibounds.y0; in dodrawpage()
581 int remaining_start = ibounds.y0 + start_offset; in dodrawpage()
596 ibounds.y1 = ibounds.y0 + band_height; in dodrawpage()
613 ibounds.y1 = ibounds.y0 + remaining_height; in dodrawpage()
729 int w = render->ibounds.x1 - render->ibounds.x0; in try_render_page()
730 int h = render->ibounds.y1 - render->ibounds.y0; in try_render_page()
934 render->ibounds = fz_round_rect(render->tbounds); in get_page_render_details()
979 w = render->ibounds.x1 - render->ibounds.x0; in initialise_banding()
[all …]
/dports/science/bagel/bagel-1.2.2/src/wfn/
H A Dlocalization.cc337 for (auto& ibounds : region_bounds_) { in calc_P() local
338 const int natombasis = ibounds.second - ibounds.first; in calc_P()
341 dgemm_("T", "N", norb, norb, natombasis, 1.0, mos->element_ptr(ibounds.first, 0), nbasis, in calc_P()
342 mos->element_ptr(ibounds.first, 0), nbasis, 0.0, P_A->data(), norb); in calc_P()
344 dgemm_("T", "N", norb, norb, natombasis, 1.0, mos->element_ptr(ibounds.first, 0), nbasis, in calc_P()
345 … coeff->element_ptr(ibounds.first, nstart), nbasis, 0.0, P_A->data(), norb); in calc_P()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/viewer/
H A DBisectSlide.cpp63 SkIRect ibounds; in onDrawPath() local
65 bounds.roundOut(&ibounds); in onDrawPath()
66 fDrawBounds.join(ibounds); in onDrawPath()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/viewer/
H A DBisectSlide.cpp68 SkIRect ibounds; in onDrawPath() local
70 bounds.roundOut(&ibounds); in onDrawPath()
71 fDrawBounds.join(ibounds); in onDrawPath()
/dports/science/bagel/bagel-1.2.2/src/util/math/
H A Djacobi.cc123 for (auto& ibounds : atom_bounds_) { in subsweep() local
124 const int natombasis = ibounds.second - ibounds.first; in subsweep()
125 const int boundstart = ibounds.first; in subsweep()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/ops/
H A 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 …]

1234