Home
last modified time | relevance | path

Searched refs:styleStr (Results 1 – 25 of 124) sorted by relevance

12345

/dports/www/firefox-esr/firefox-91.8.0/layout/base/
H A DAccessibleCaret.cpp298 nsAutoString styleStr; in SetCaretElementStyle() local
301 styleStr.AppendLiteral("left: "); in SetCaretElementStyle()
303 styleStr.AppendLiteral("px; top: "); in SetCaretElementStyle()
312 styleStr.AppendFloat( in SetCaretElementStyle()
314 styleStr.AppendLiteral("ms"); in SetCaretElementStyle()
326 nsAutoString styleStr; in SetTextOverlayElementStyle() local
327 styleStr.AppendLiteral("height: "); in SetTextOverlayElementStyle()
329 styleStr.AppendLiteral("px;"); in SetTextOverlayElementStyle()
337 nsAutoString styleStr; in SetCaretImageElementStyle() local
338 styleStr.AppendLiteral("height: "); in SetCaretImageElementStyle()
[all …]
/dports/www/firefox/firefox-99.0/layout/base/
H A DAccessibleCaret.cpp299 nsAutoString styleStr; in SetCaretElementStyle() local
302 styleStr.AppendLiteral("left: "); in SetCaretElementStyle()
304 styleStr.AppendLiteral("px; top: "); in SetCaretElementStyle()
313 styleStr.AppendFloat( in SetCaretElementStyle()
315 styleStr.AppendLiteral("ms"); in SetCaretElementStyle()
327 nsAutoString styleStr; in SetTextOverlayElementStyle() local
328 styleStr.AppendLiteral("height: "); in SetTextOverlayElementStyle()
330 styleStr.AppendLiteral("px;"); in SetTextOverlayElementStyle()
338 nsAutoString styleStr; in SetCaretImageElementStyle() local
339 styleStr.AppendLiteral("height: "); in SetCaretImageElementStyle()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/layout/base/
H A DAccessibleCaret.cpp298 nsAutoString styleStr; in SetCaretElementStyle() local
301 styleStr.AppendLiteral("left: "); in SetCaretElementStyle()
303 styleStr.AppendLiteral("px; top: "); in SetCaretElementStyle()
312 styleStr.AppendFloat( in SetCaretElementStyle()
314 styleStr.AppendLiteral("ms"); in SetCaretElementStyle()
326 nsAutoString styleStr; in SetTextOverlayElementStyle() local
327 styleStr.AppendLiteral("height: "); in SetTextOverlayElementStyle()
329 styleStr.AppendLiteral("px;"); in SetTextOverlayElementStyle()
337 nsAutoString styleStr; in SetCaretImageElementStyle() local
338 styleStr.AppendLiteral("height: "); in SetCaretImageElementStyle()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/layout/base/
H A DAccessibleCaret.cpp296 nsAutoString styleStr; in SetCaretElementStyle() local
299 styleStr.AppendLiteral("left: "); in SetCaretElementStyle()
301 styleStr.AppendLiteral("px; top: "); in SetCaretElementStyle()
303 styleStr.AppendLiteral("px; width: "); in SetCaretElementStyle()
309 styleStr.AppendLiteral("px"); in SetCaretElementStyle()
321 nsAutoString styleStr; in SetTextOverlayElementStyle() local
322 styleStr.AppendLiteral("height: "); in SetTextOverlayElementStyle()
324 styleStr.AppendLiteral("px;"); in SetTextOverlayElementStyle()
332 nsAutoString styleStr; in SetCaretImageElementStyle() local
333 styleStr.AppendLiteral("height: "); in SetCaretImageElementStyle()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/layout/base/
H A DAccessibleCaret.cpp318 nsAutoString styleStr; in SetCaretElementStyle() local
319 styleStr.AppendPrintf( in SetCaretElementStyle()
326 styleStr.AppendFloat(sWidth / aZoomLevel); in SetCaretElementStyle()
327 styleStr.AppendLiteral("px; height: "); in SetCaretElementStyle()
331 styleStr.AppendLiteral("px"); in SetCaretElementStyle()
344 nsAutoString styleStr; in SetTextOverlayElementStyle() local
345 styleStr.AppendPrintf("height: %dpx;", in SetTextOverlayElementStyle()
354 nsAutoString styleStr; in SetCaretImageElementStyle() local
355 styleStr.AppendPrintf("margin-top: %dpx;", in SetCaretImageElementStyle()
364 nsAutoString styleStr; in SetSelectionBarElementStyle() local
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DAccessibleCaret.cpp325 nsAutoString styleStr; in SetCaretElementStyle() local
326 styleStr.AppendPrintf("left: %dpx; top: %dpx; " in SetCaretElementStyle()
335 AC_LOG("%s: %s", __FUNCTION__, NS_ConvertUTF16toUTF8(styleStr).get()); in SetCaretElementStyle()
347 nsAutoString styleStr; in SetTextOverlayElementStyle() local
348 styleStr.AppendPrintf("height: %dpx;", in SetTextOverlayElementStyle()
352 AC_LOG("%s: %s", __FUNCTION__, NS_ConvertUTF16toUTF8(styleStr).get()); in SetTextOverlayElementStyle()
359 nsAutoString styleStr; in SetCaretImageElementStyle() local
360 styleStr.AppendPrintf("margin-top: %dpx;", in SetCaretImageElementStyle()
364 AC_LOG("%s: %s", __FUNCTION__, NS_ConvertUTF16toUTF8(styleStr).get()); in SetCaretImageElementStyle()
371 nsAutoString styleStr; in SetSelectionBarElementStyle() local
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/classes/sun/font/
H A DNativeFont.java134 String styleStr = null; in initNames() local
139 styleStr = "Bold"; in initNames()
146 if (styleStr == null) { in initNames()
147 styleStr = "Italic"; in initNames()
149 styleStr = styleStr + " Italic"; in initNames()
155 if (styleStr == null) { in initNames()
156 styleStr = "Oblique"; in initNames()
158 styleStr = styleStr + " Oblique"; in initNames()
162 if (styleStr == null) { in initNames()
165 fullName = familyName + " " + styleStr; in initNames()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/unix/classes/sun/font/
H A DNativeFont.java134 String styleStr = null; in initNames() local
139 styleStr = "Bold"; in initNames()
146 if (styleStr == null) { in initNames()
147 styleStr = "Italic"; in initNames()
149 styleStr = styleStr + " Italic"; in initNames()
155 if (styleStr == null) { in initNames()
156 styleStr = "Oblique"; in initNames()
158 styleStr = styleStr + " Oblique"; in initNames()
162 if (styleStr == null) { in initNames()
165 fullName = familyName + " " + styleStr; in initNames()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/classes/sun/font/
H A DNativeFont.java134 String styleStr = null; in initNames() local
139 styleStr = "Bold"; in initNames()
146 if (styleStr == null) { in initNames()
147 styleStr = "Italic"; in initNames()
149 styleStr = styleStr + " Italic"; in initNames()
155 if (styleStr == null) { in initNames()
156 styleStr = "Oblique"; in initNames()
158 styleStr = styleStr + " Oblique"; in initNames()
162 if (styleStr == null) { in initNames()
165 fullName = familyName + " " + styleStr; in initNames()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/font/
H A DNativeFont.java134 String styleStr = null; in initNames() local
139 styleStr = "Bold"; in initNames()
146 if (styleStr == null) { in initNames()
147 styleStr = "Italic"; in initNames()
149 styleStr = styleStr + " Italic"; in initNames()
155 if (styleStr == null) { in initNames()
156 styleStr = "Oblique"; in initNames()
158 styleStr = styleStr + " Oblique"; in initNames()
162 if (styleStr == null) { in initNames()
165 fullName = familyName + " " + styleStr; in initNames()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/unix/classes/sun/font/
H A DNativeFont.java134 String styleStr = null; in initNames() local
139 styleStr = "Bold"; in initNames()
146 if (styleStr == null) { in initNames()
147 styleStr = "Italic"; in initNames()
149 styleStr = styleStr + " Italic"; in initNames()
155 if (styleStr == null) { in initNames()
156 styleStr = "Oblique"; in initNames()
158 styleStr = styleStr + " Oblique"; in initNames()
162 if (styleStr == null) { in initNames()
165 fullName = familyName + " " + styleStr; in initNames()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/unix/classes/sun/font/
H A DNativeFont.java134 String styleStr = null; in initNames() local
139 styleStr = "Bold"; in initNames()
146 if (styleStr == null) { in initNames()
147 styleStr = "Italic"; in initNames()
149 styleStr = styleStr + " Italic"; in initNames()
155 if (styleStr == null) { in initNames()
156 styleStr = "Oblique"; in initNames()
158 styleStr = styleStr + " Oblique"; in initNames()
162 if (styleStr == null) { in initNames()
165 fullName = familyName + " " + styleStr; in initNames()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/unix/classes/sun/font/
H A DNativeFont.java134 String styleStr = null; in initNames() local
139 styleStr = "Bold"; in initNames()
146 if (styleStr == null) { in initNames()
147 styleStr = "Italic"; in initNames()
149 styleStr = styleStr + " Italic"; in initNames()
155 if (styleStr == null) { in initNames()
156 styleStr = "Oblique"; in initNames()
158 styleStr = styleStr + " Oblique"; in initNames()
162 if (styleStr == null) { in initNames()
165 fullName = familyName + " " + styleStr; in initNames()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/unix/classes/sun/font/
H A DNativeFont.java134 String styleStr = null; in initNames() local
139 styleStr = "Bold"; in initNames()
146 if (styleStr == null) { in initNames()
147 styleStr = "Italic"; in initNames()
149 styleStr = styleStr + " Italic"; in initNames()
155 if (styleStr == null) { in initNames()
156 styleStr = "Oblique"; in initNames()
158 styleStr = styleStr + " Oblique"; in initNames()
162 if (styleStr == null) { in initNames()
165 fullName = familyName + " " + styleStr; in initNames()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/unix/classes/sun/font/
H A DNativeFont.java134 String styleStr = null; in initNames() local
139 styleStr = "Bold"; in initNames()
146 if (styleStr == null) { in initNames()
147 styleStr = "Italic"; in initNames()
149 styleStr = styleStr + " Italic"; in initNames()
155 if (styleStr == null) { in initNames()
156 styleStr = "Oblique"; in initNames()
158 styleStr = styleStr + " Oblique"; in initNames()
162 if (styleStr == null) { in initNames()
165 fullName = familyName + " " + styleStr; in initNames()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/font/
H A DNativeFont.java134 String styleStr = null; in initNames() local
139 styleStr = "Bold"; in initNames()
146 if (styleStr == null) { in initNames()
147 styleStr = "Italic"; in initNames()
149 styleStr = styleStr + " Italic"; in initNames()
155 if (styleStr == null) { in initNames()
156 styleStr = "Oblique"; in initNames()
158 styleStr = styleStr + " Oblique"; in initNames()
162 if (styleStr == null) { in initNames()
165 fullName = familyName + " " + styleStr; in initNames()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/jung-kurt/gofpdf/
H A Ddef.go316 AddFont(familyStr, styleStr, fileStr string) argument
328 Beziergon(points []PointType, styleStr string)
333 Circle(x, y, r float64, styleStr string)
351 DrawPath(styleStr string)
364 GetFontDesc(familyStr, styleStr string) FontDescType
399 Polygon(points []PointType, styleStr string)
403 Rect(x, y, w, h float64, styleStr string)
426 SetFont(familyStr, styleStr string, size float64)
430 SetFontStyle(styleStr string)
440 SetLineCapStyle(styleStr string)
[all …]
/dports/editors/o/o-2.46.0/vendor/github.com/jung-kurt/gofpdf/
H A Ddef.go316 AddFont(familyStr, styleStr, fileStr string) argument
328 Beziergon(points []PointType, styleStr string)
333 Circle(x, y, r float64, styleStr string)
351 DrawPath(styleStr string)
364 GetFontDesc(familyStr, styleStr string) FontDescType
399 Polygon(points []PointType, styleStr string)
403 Rect(x, y, w, h float64, styleStr string)
426 SetFont(familyStr, styleStr string, size float64)
430 SetFontStyle(styleStr string)
440 SetLineCapStyle(styleStr string)
[all …]
/dports/editors/o/o-2.46.0/vendor/github.com/jung-kurt/gofpdf/gofpdf-1.16.2/
H A Ddef.go316 AddFont(familyStr, styleStr, fileStr string) argument
328 Beziergon(points []PointType, styleStr string)
333 Circle(x, y, r float64, styleStr string)
351 DrawPath(styleStr string)
364 GetFontDesc(familyStr, styleStr string) FontDescType
399 Polygon(points []PointType, styleStr string)
403 Rect(x, y, w, h float64, styleStr string)
426 SetFont(familyStr, styleStr string, size float64)
430 SetFontStyle(styleStr string)
440 SetLineCapStyle(styleStr string)
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/richtext/
H A Drichtexthtml.cpp287 wxString styleStr; in BeginParagraphFormatting() local
293 styleStr += wxString::Format(wxT("margin-top: %.2fmm; "), spacingBeforeMM); in BeginParagraphFormatting()
305 styleStr += wxString::Format(wxT("margin-left: %.2fmm; "), indentLeftMM); in BeginParagraphFormatting()
310 styleStr += wxString::Format(wxT("margin-right: %.2fmm; "), indentRightMM); in BeginParagraphFormatting()
319 if (!styleStr.IsEmpty()) in BeginParagraphFormatting()
320 str << wxT(" style=\"") << styleStr << wxT("\""); in BeginParagraphFormatting()
347 wxString styleStr; in BeginParagraphFormatting() local
353 styleStr += wxString::Format(wxT("margin-top: %.2fmm; "), spacingBeforeMM); in BeginParagraphFormatting()
359 styleStr += wxString::Format(wxT("margin-bottom: %.2fmm; "), spacingAfterMM); in BeginParagraphFormatting()
362 if (!styleStr.IsEmpty()) in BeginParagraphFormatting()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/richtext/
H A Drichtexthtml.cpp287 wxString styleStr; in BeginParagraphFormatting() local
293 styleStr += wxString::Format(wxT("margin-top: %.2fmm; "), spacingBeforeMM); in BeginParagraphFormatting()
305 styleStr += wxString::Format(wxT("margin-left: %.2fmm; "), indentLeftMM); in BeginParagraphFormatting()
310 styleStr += wxString::Format(wxT("margin-right: %.2fmm; "), indentRightMM); in BeginParagraphFormatting()
319 if (!styleStr.IsEmpty()) in BeginParagraphFormatting()
320 str << wxT(" style=\"") << styleStr << wxT("\""); in BeginParagraphFormatting()
347 wxString styleStr; in BeginParagraphFormatting() local
353 styleStr += wxString::Format(wxT("margin-top: %.2fmm; "), spacingBeforeMM); in BeginParagraphFormatting()
359 styleStr += wxString::Format(wxT("margin-bottom: %.2fmm; "), spacingAfterMM); in BeginParagraphFormatting()
362 if (!styleStr.IsEmpty()) in BeginParagraphFormatting()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/richtext/
H A Drichtexthtml.cpp287 wxString styleStr; in BeginParagraphFormatting() local
293 styleStr += wxString::Format(wxT("margin-top: %.2fmm; "), spacingBeforeMM); in BeginParagraphFormatting()
305 styleStr += wxString::Format(wxT("margin-left: %.2fmm; "), indentLeftMM); in BeginParagraphFormatting()
310 styleStr += wxString::Format(wxT("margin-right: %.2fmm; "), indentRightMM); in BeginParagraphFormatting()
319 if (!styleStr.IsEmpty()) in BeginParagraphFormatting()
320 str << wxT(" style=\"") << styleStr << wxT("\""); in BeginParagraphFormatting()
347 wxString styleStr; in BeginParagraphFormatting() local
353 styleStr += wxString::Format(wxT("margin-top: %.2fmm; "), spacingBeforeMM); in BeginParagraphFormatting()
359 styleStr += wxString::Format(wxT("margin-bottom: %.2fmm; "), spacingAfterMM); in BeginParagraphFormatting()
362 if (!styleStr.IsEmpty()) in BeginParagraphFormatting()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/richtext/
H A Drichtexthtml.cpp287 wxString styleStr; in BeginParagraphFormatting() local
293 styleStr += wxString::Format(wxT("margin-top: %.2fmm; "), spacingBeforeMM); in BeginParagraphFormatting()
305 styleStr += wxString::Format(wxT("margin-left: %.2fmm; "), indentLeftMM); in BeginParagraphFormatting()
310 styleStr += wxString::Format(wxT("margin-right: %.2fmm; "), indentRightMM); in BeginParagraphFormatting()
319 if (!styleStr.IsEmpty()) in BeginParagraphFormatting()
320 str << wxT(" style=\"") << styleStr << wxT("\""); in BeginParagraphFormatting()
347 wxString styleStr; in BeginParagraphFormatting() local
353 styleStr += wxString::Format(wxT("margin-top: %.2fmm; "), spacingBeforeMM); in BeginParagraphFormatting()
359 styleStr += wxString::Format(wxT("margin-bottom: %.2fmm; "), spacingAfterMM); in BeginParagraphFormatting()
362 if (!styleStr.IsEmpty()) in BeginParagraphFormatting()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/richtext/
H A Drichtexthtml.cpp321 wxString styleStr; in BeginParagraphFormatting() local
327 styleStr += wxString::Format(wxT("margin-top: %.2fmm; "), spacingBeforeMM); in BeginParagraphFormatting()
339 styleStr += wxString::Format(wxT("margin-left: %.2fmm; "), indentLeftMM); in BeginParagraphFormatting()
344 styleStr += wxString::Format(wxT("margin-right: %.2fmm; "), indentRightMM); in BeginParagraphFormatting()
353 if (!styleStr.IsEmpty()) in BeginParagraphFormatting()
354 str << wxT(" style=\"") << styleStr << wxT("\""); in BeginParagraphFormatting()
381 wxString styleStr; in BeginParagraphFormatting() local
387 styleStr += wxString::Format(wxT("margin-top: %.2fmm; "), spacingBeforeMM); in BeginParagraphFormatting()
393 styleStr += wxString::Format(wxT("margin-bottom: %.2fmm; "), spacingAfterMM); in BeginParagraphFormatting()
396 if (!styleStr.IsEmpty()) in BeginParagraphFormatting()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/richtext/
H A Drichtexthtml.cpp323 wxString styleStr; in BeginParagraphFormatting() local
329 styleStr += wxString::Format(wxT("margin-top: %.2fmm; "), spacingBeforeMM); in BeginParagraphFormatting()
341 styleStr += wxString::Format(wxT("margin-left: %.2fmm; "), indentLeftMM); in BeginParagraphFormatting()
346 styleStr += wxString::Format(wxT("margin-right: %.2fmm; "), indentRightMM); in BeginParagraphFormatting()
355 if (!styleStr.IsEmpty()) in BeginParagraphFormatting()
356 str << wxT(" style=\"") << styleStr << wxT("\""); in BeginParagraphFormatting()
383 wxString styleStr; in BeginParagraphFormatting() local
389 styleStr += wxString::Format(wxT("margin-top: %.2fmm; "), spacingBeforeMM); in BeginParagraphFormatting()
395 styleStr += wxString::Format(wxT("margin-bottom: %.2fmm; "), spacingAfterMM); in BeginParagraphFormatting()
398 if (!styleStr.IsEmpty()) in BeginParagraphFormatting()
[all …]

12345