Home
last modified time | relevance | path

Searched refs:mInset (Results 1 – 21 of 21) sorted by relevance

/dports/x11-toolkits/qt5-quickcontrols/kde-qtquickcontrols-5.15.2p3/src/extras/Private/
H A Dqquickcircularprogressbar.cpp50 mInset(0), in QQuickCircularProgressBar()
70 rect.adjust(mInset, mInset, -mInset, -mInset); in paint()
102 gradient.setStart(bounds.width() / 2, mInset); in paint()
103 gradient.setFinalStop(bounds.width() / 2, bounds.height() - mInset); in paint()
145 return mInset; in inset()
150 if (mInset != inset) { in setInset()
151 mInset = inset; in setInset()
152 emit insetChanged(mInset); in setInset()
H A Dqquickcircularprogressbar_p.h95 qreal mInset; variable
/dports/devel/flexdock/flexdock-1.2.4/src/java/dockbar/org/flexdock/dockbar/util/
H A DTextIcon.java52 private int mInset; field in TextIcon
73 mInset = inset; in TextIcon()
170 mWidth += 2 * mInset; in calcDimensions()
171 mHeight += 2 * mInset; in calcDimensions()
192 x += mInset; in paintIcon()
193 y += mInset; in paintIcon()
205 g.drawString(mText, x, mHeight- mDescent - mInset); in paintIcon()
212 int translateX = x + mWidth - mInset; in paintIcon()
213 int translateY = y + mHeight - mInset; in paintIcon()
237 int translateX = x + mInset; in paintIcon()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko_bindings/sugar/
H A Dns_css_shadow_item.rs19 self.mInset = shadow.inset; in set_from_box_shadow()
28 inset: self.mInset, in to_box_shadow()
39 self.mInset = false; in set_from_simple_shadow()
75 debug_assert_eq!(self.mInset, false); in to_simple_shadow()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/browser_ui/widget/android/java/src/org/chromium/components/browser_ui/widget/highlight/
H A DPulseDrawable.java254 private final Rect mInset = new Rect();
306 mInset.set(left, top, right, bottom);
344 left + mInset.left, top + mInset.top, right - mInset.right, bottom - mInset.bottom);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/browser_ui/widget/android/java/src/org/chromium/components/browser_ui/widget/highlight/
H A DPulseDrawable.java237 private final Rect mInset = new Rect();
289 mInset.set(left, top, right, bottom);
327 left + mInset.left, top + mInset.top, right - mInset.right, bottom - mInset.bottom);
/dports/lang/spidermonkey60/firefox-60.9.0/layout/forms/
H A DnsButtonFrameRenderer.cpp183 if (shadow->mInset) { in CreateWebRenderCommands()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsStyleStruct.h963 bool mInset; member
971 mSpread == aOther.mSpread && mInset == aOther.mInset &&
1024 if (mArray[i].mInset == aInset) { in HasShadowWithInset()
H A DnsRuleNode.cpp4008 item->mInset = true; in GetShadowData()
4010 item->mInset = false; in GetShadowData()
H A DStyleAnimationValue.cpp325 if (aShadow->mInset) { in AppendCSSShadowValue()
H A DnsComputedDOMStyle.cpp3675 if (item->mInset && aIsBoxShadow) { in GetCSSShadowArray()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsStyleStruct.h1103 bool mInset; member
1118 mInset == aOther.mInset &&
1172 if (mArray[i].mInset == aInset) { in HasShadowWithInset()
H A DnsRuleNode.cpp4443 item->mInset = true; in GetShadowData()
4445 item->mInset = false; in GetShadowData()
H A DStyleAnimationValue.cpp291 if (aShadow->mInset) { in AppendCSSShadowValue()
H A DnsComputedDOMStyle.cpp3465 if (item->mInset && aIsBoxShadow) { in GetCSSShadowArray()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/painting/
H A DnsCSSRendering.cpp1458 if (shadowItem->mInset) continue; in PaintBoxShadowOuter()
1683 if (!shadowItem->mInset) continue; in PaintBoxShadowInner()
H A DnsDisplayList.cpp5578 if (shadow->mInset) { in CreateWebRenderCommands()
5717 if (!shadowItem->mInset) { in CreateInsetBoxShadowWebRenderCommands()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DnsCSSRendering.cpp1347 if (shadowItem->mInset) in PaintBoxShadowOuter()
1563 if (!shadowItem->mInset) in PaintBoxShadowInner()
H A DnsLayoutUtils.cpp8026 if (shadow->mInset) in GetBoxShadowRectForFrame()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/base/
H A DnsLayoutUtils.cpp8192 if (shadow->mInset) continue; in GetBoxShadowRectForFrame()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dstructs.rs32398 pub mInset: bool, field
32473 unsafe { &(*(::std::ptr::null::<nsCSSShadowItem>())).mInset as *const _ as usize }, in bindgen_test_layout_nsCSSShadowItem()
32479 stringify!(mInset) in bindgen_test_layout_nsCSSShadowItem()