Home
last modified time | relevance | path

Searched refs:tempStyle (Results 1 – 25 of 43) sorted by relevance

12

/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/label_annotation/
H A DAnnotationLabelSource.cpp98 Style tempStyle = styleCopy; in createNode() local
107tempStyle.get<TextSymbol>()->content()->setLiteral( feature->eval( textContentExpr, &context ) ); in createNode()
110tempStyle.get<TextSymbol>()->size()->setLiteral( feature->eval(textSizeExpr, &context) ); in createNode()
113tempStyle.get<TextSymbol>()->onScreenRotation()->setLiteral( feature->eval(textRotationExpr, &cont… in createNode()
116tempStyle.get<TextSymbol>()->geographicCourse()->setLiteral( feature->eval(textCourseExpr, &contex… in createNode()
122tempStyle.get<IconSymbol>()->url()->setLiteral( feature->eval(iconUrlExpr, &context) ); in createNode()
125tempStyle.get<IconSymbol>()->scale()->setLiteral( feature->eval(iconScaleExpr, &context) ); in createNode()
128tempStyle.get<IconSymbol>()->heading()->setLiteral( feature->eval(iconHeadingExpr, &context) ); in createNode()
134 tempStyle); in createNode()
/dports/devel/itext/itext-4.2.0/rtf/com/lowagie/text/rtf/style/
H A DRtfStylesheetList.java104 RtfParagraphStyle tempStyle = new RtfParagraphStyle(this.document, rtfParagraphStyle); in registerParagraphStyle() local
105 tempStyle.handleInheritance(); in registerParagraphStyle()
106 tempStyle.setStyleNumber(this.styleMap.size()); in registerParagraphStyle()
107 this.styleMap.put(tempStyle.getStyleName(), tempStyle); in registerParagraphStyle() local
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/com/ibm/icu/text/
H A DGenderInfo.java36 ListGenderStyle tempStyle = localeToListGender.get(language); in GenderInfo() local
37 style = tempStyle == null ? ListGenderStyle.NEUTRAL : tempStyle; in GenderInfo()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/zvision/text/
H A Dtext.cpp260 uint tempStyle = 0; in updateFontWithTextState() local
263 tempStyle |= StyledTTFont::TTF_STYLE_BOLD; in updateFontWithTextState()
266 tempStyle |= StyledTTFont::TTF_STYLE_ITALIC; in updateFontWithTextState()
269 tempStyle |= StyledTTFont::TTF_STYLE_UNDERLINE; in updateFontWithTextState()
272 tempStyle |= StyledTTFont::TTF_STYLE_STRIKETHROUGH; in updateFontWithTextState()
275 tempStyle |= StyledTTFont::TTF_STYLE_SHARP; in updateFontWithTextState()
278 font.loadFont(_fontname, _size, tempStyle); in updateFontWithTextState()
/dports/games/scummvm/scummvm-2.5.1/engines/zvision/text/
H A Dtext.cpp259 uint tempStyle = 0; in updateFontWithTextState() local
262 tempStyle |= StyledTTFont::TTF_STYLE_BOLD; in updateFontWithTextState()
265 tempStyle |= StyledTTFont::TTF_STYLE_ITALIC; in updateFontWithTextState()
268 tempStyle |= StyledTTFont::TTF_STYLE_UNDERLINE; in updateFontWithTextState()
271 tempStyle |= StyledTTFont::TTF_STYLE_STRIKETHROUGH; in updateFontWithTextState()
274 tempStyle |= StyledTTFont::TTF_STYLE_SHARP; in updateFontWithTextState()
277 font.loadFont(_fontname, _size, tempStyle); in updateFontWithTextState()
/dports/editors/abiword/abiword-3.0.5/src/af/gr/gtk/
H A Dgr_UnixCairoGraphics.cpp269 GtkStyle *tempStyle = gtk_style_new(); in getGUIFont()
270 const char *guiFontName = pango_font_description_get_family(tempStyle->font_desc); in getGUIFont()
292 g_object_unref(G_OBJECT(tempStyle)); in getGUIFont()
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/lexers/
H A DLexSQL.cxx650 int tempStyle = styler.StyleAt(tempPos); in Fold() local
651 if (!IsCommentStyle(tempStyle) in Fold()
652 && tempStyle != SCE_SQL_DEFAULT) { in Fold()
/dports/deskutils/presage/presage-0.9.1/apps/gtk/gprompter/scintilla/lexers/
H A DLexSQL.cxx620 int tempStyle = styler.StyleAt(tempPos); in Fold() local
621 if (!IsCommentStyle(tempStyle) in Fold()
622 && tempStyle != SCE_SQL_DEFAULT) { in Fold()
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/lexers/
H A DLexSQL.cxx657 int tempStyle = styler.StyleAt(tempPos); in Fold() local
658 if (!IsCommentStyle(tempStyle) in Fold()
659 && tempStyle != SCE_SQL_DEFAULT) { in Fold()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/stc/scintilla/lexers/
H A DLexSQL.cxx655 int tempStyle = styler.StyleAt(tempPos); in Fold() local
656 if (!IsCommentStyle(tempStyle) in Fold()
657 && tempStyle != SCE_SQL_DEFAULT) { in Fold()
/dports/x11-toolkits/scintilla/scintilla/lexers/
H A DLexSQL.cxx657 int tempStyle = styler.StyleAt(tempPos); in Fold() local
658 if (!IsCommentStyle(tempStyle) in Fold()
659 && tempStyle != SCE_SQL_DEFAULT) { in Fold()
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/libs/qscintilla/lexers/
H A DLexSQL.cpp654 int tempStyle = styler.StyleAt(tempPos); in Fold() local
655 if (!IsCommentStyle(tempStyle) in Fold()
656 && tempStyle != SCE_SQL_DEFAULT) { in Fold()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxscintilla/src/scintilla/lexers/
H A DLexSQL.cxx655 int tempStyle = styler.StyleAt(tempPos); in Fold() local
656 if (!IsCommentStyle(tempStyle) in Fold()
657 && tempStyle != SCE_SQL_DEFAULT) { in Fold()
/dports/devel/codequery/codequery-0.24.0/scintilla/lexers/
H A DLexSQL.cxx653 int tempStyle = styler.StyleAt(tempPos); in Fold() local
654 if (!IsCommentStyle(tempStyle) in Fold()
655 && tempStyle != SCE_SQL_DEFAULT) { in Fold()
/dports/devel/geany-legacy/geany-1.37.1/scintilla/lexers/
H A DLexSQL.cxx657 int tempStyle = styler.StyleAt(tempPos); in Fold() local
658 if (!IsCommentStyle(tempStyle) in Fold()
659 && tempStyle != SCE_SQL_DEFAULT) { in Fold()
/dports/devel/geany/geany-1.38/scintilla/lexers/
H A DLexSQL.cxx657 int tempStyle = styler.StyleAt(tempPos); in Fold() local
658 if (!IsCommentStyle(tempStyle) in Fold()
659 && tempStyle != SCE_SQL_DEFAULT) { in Fold()
/dports/editors/textadept/scintilla/lexers/
H A DLexSQL.cxx657 int tempStyle = styler.StyleAt(tempPos); in Fold() local
658 if (!IsCommentStyle(tempStyle) in Fold()
659 && tempStyle != SCE_SQL_DEFAULT) { in Fold()
/dports/editors/scite/scintilla/lexers/
H A DLexSQL.cxx657 int tempStyle = styler.StyleAt(tempPos); in Fold() local
658 if (!IsCommentStyle(tempStyle) in Fold()
659 && tempStyle != SCE_SQL_DEFAULT) { in Fold()
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/scintilla/lexers/
H A DLexSQL.cpp654 int tempStyle = styler.StyleAt(tempPos); in Fold() local
655 if (!IsCommentStyle(tempStyle) in Fold()
656 && tempStyle != SCE_SQL_DEFAULT) { in Fold()
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/scintilla/lexers/
H A DLexSQL.cpp654 int tempStyle = styler.StyleAt(tempPos); in Fold() local
655 if (!IsCommentStyle(tempStyle) in Fold()
656 && tempStyle != SCE_SQL_DEFAULT) { in Fold()
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/scintilla/lexers/
H A DLexSQL.cpp654 int tempStyle = styler.StyleAt(tempPos); in Fold() local
655 if (!IsCommentStyle(tempStyle) in Fold()
656 && tempStyle != SCE_SQL_DEFAULT) { in Fold()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/unit/
H A Dsubsequent_filters-test.cxx1300 SvxBorderLineStyle tempStyle = pLeft->GetBorderLineStyle(); in testBordersOoo33() local
1301 CPPUNIT_ASSERT_EQUAL(borders[temp].lStyle, tempStyle); in testBordersOoo33()
1302 tempStyle = pTop->GetBorderLineStyle(); in testBordersOoo33()
1303 CPPUNIT_ASSERT_EQUAL(borders[temp].tStyle, tempStyle); in testBordersOoo33()
1304 tempStyle = pRight->GetBorderLineStyle(); in testBordersOoo33()
1305 CPPUNIT_ASSERT_EQUAL(borders[temp].rStyle, tempStyle); in testBordersOoo33()
1306 tempStyle = pBottom->GetBorderLineStyle(); in testBordersOoo33()
1307 CPPUNIT_ASSERT_EQUAL(borders[temp].bStyle, tempStyle); in testBordersOoo33()
/dports/www/kf5-khtml/khtml-5.89.0/src/html/
H A Dhtml_canvasimpl.cpp534 CSSStyleDeclarationImpl tempStyle(nullptr); in colorFromString() local
535 if (!tempStyle.setProperty(CSS_PROP_COLOR, domStr)) { in colorFromString()
539 CSSValueImpl *val = tempStyle.getPropertyCSSValue(CSS_PROP_COLOR); in colorFromString()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/qa/unit/
H A Dsubsequent_filters-test.cxx1108 SvxBorderLineStyle tempStyle = pLeft->GetBorderLineStyle(); in testBordersOoo33() local
1109 CPPUNIT_ASSERT_EQUAL(borders[temp].lStyle, tempStyle); in testBordersOoo33()
1110 tempStyle = pTop->GetBorderLineStyle(); in testBordersOoo33()
1111 CPPUNIT_ASSERT_EQUAL(borders[temp].tStyle, tempStyle); in testBordersOoo33()
1112 tempStyle = pRight->GetBorderLineStyle(); in testBordersOoo33()
1113 CPPUNIT_ASSERT_EQUAL(borders[temp].rStyle, tempStyle); in testBordersOoo33()
1114 tempStyle = pBottom->GetBorderLineStyle(); in testBordersOoo33()
1115 CPPUNIT_ASSERT_EQUAL(borders[temp].bStyle, tempStyle); in testBordersOoo33()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/windows/
H A DnsWindow.cpp3035 DWORD_PTR tempStyle = ::GetWindowLongPtrW(hwnd, GWL_STYLE); in HideWindowChrome() local
3038 style = tempStyle & ~(WS_CAPTION | WS_THICKFRAME); in HideWindowChrome()
3042 mOldStyle = tempStyle; in HideWindowChrome()

12