Home
last modified time | relevance | path

Searched refs:styleEntry (Results 1 – 10 of 10) sorted by relevance

/dports/math/jts/jts-jts-1.18.1/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/
H A DStyleList.java38 StyleEntry styleEntry = (StyleEntry) i.next(); in paint() local
39 if (styleEntry.isFullyEnabled()) in paint()
40 styleEntry.getStyle().paint(geom, viewport, g); in paint()
/dports/security/keybase/client-v5.7.1/shared/common-adapters/
H A Dchoice-list.native.tsx37 <Box style={styleEntry}>
60 const styleEntry = {
/dports/print/transfig/transfig.3.2.5e/fig2dev/dev/
H A Dgenemf.c1044 unsigned styleEntry[8]; /* "- . . . " */ local
1131 styleEntry[0] = htofl(width * 4); /* dash */
1132 styleEntry[1] = /* gap */
1133 styleEntry[2] = /* dot */
1134 styleEntry[3] = /* gap */
1135 styleEntry[4] = /* dot */
1136 styleEntry[5] = /* gap */
1137 styleEntry[6] = /* dot */
1138 styleEntry[7] = htofl(width); /* gap */
1139 em_pn.elp.elpNumEntries = htofl(sizeof styleEntry/sizeof styleEntry[0]);
[all …]
/dports/print/fig2dev/fig2dev-3.2.8a/fig2dev/dev/
H A Dgenemf.c1059 unsigned styleEntry[8]; /* "- . . . " */ in edgeattr() local
1146 styleEntry[0] = htofl(width * 4); /* dash */ in edgeattr()
1147 styleEntry[1] = /* gap */ in edgeattr()
1148 styleEntry[2] = /* dot */ in edgeattr()
1149 styleEntry[3] = /* gap */ in edgeattr()
1150 styleEntry[4] = /* dot */ in edgeattr()
1151 styleEntry[5] = /* gap */ in edgeattr()
1152 styleEntry[6] = /* dot */ in edgeattr()
1153 styleEntry[7] = htofl(width); /* gap */ in edgeattr()
1154 em_pn.elp.elpNumEntries = htofl(sizeof styleEntry/sizeof styleEntry[0]); in edgeattr()
[all …]
/dports/sysutils/calamares/calamares-3.2.44.2/src/libcalamaresui/
H A DBranding.h247 QString styleString( StyleEntry styleEntry ) const;
H A DBranding.cpp313 Branding::styleString( Branding::StyleEntry styleEntry ) const in styleString()
315 return m_style.value( s_styleEntryStrings.value( styleEntry ) ); in styleString()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/
H A DStyledTextRenderer.java1202 for (StyleEntry styleEntry : styleEntries) { in getTextLayout()
1203 layout.setStyle(styleEntry.style, styleEntry.start, styleEntry.end); in getTextLayout()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/custom/
H A DStyledTextRenderer.java1202 for (StyleEntry styleEntry : styleEntries) { in getTextLayout()
1203 layout.setStyle(styleEntry.style, styleEntry.start, styleEntry.end); in getTextLayout()
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Writers/
H A DDocx.hs380 let styleEntry = toEntry stylepath epochtime $ renderXml styledoc' function
520 footnoteRelEntry : numEntry : styleEntry : footnotesEntry :
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Writers/
H A DDocx.hs485 let styleEntry = toEntry stylepath epochtime $ renderXml styledoc' function
609 footnoteRelEntry : numEntry : styleEntry : footnotesEntry :