Home
last modified time | relevance | path

Searched refs:styleIndex (Results 1 – 25 of 484) sorted by relevance

12345678910>>...20

/dports/x11/eaglemode/eaglemode-0.95.0/src/emFileMan/
H A DemFileManTheme.cpp319 if (styleIndex<0 || styleIndex>=ThemeStyles.GetCount()) { in GetThemeAspectRatioCount()
327 int styleIndex, int aspectRatioIndex in GetThemeName() argument
330 if (styleIndex<0 || styleIndex>=ThemeStyles.GetCount()) { in GetThemeName()
354 int styleIndex in GetThemeStyleDisplayName()
357 if (styleIndex<0 || styleIndex>=ThemeStyles.GetCount()) { in GetThemeStyleDisplayName()
360 return ThemeStyles[styleIndex].DisplayName; in GetThemeStyleDisplayName()
365 int styleIndex in GetThemeStyleDisplayIcon()
368 if (styleIndex<0 || styleIndex>=ThemeStyles.GetCount()) { in GetThemeStyleDisplayIcon()
371 return ThemeStyles[styleIndex].DisplayIcon; in GetThemeStyleDisplayIcon()
376 int styleIndex, int aspectRatioIndex in GetThemeAspectRatio() argument
[all …]
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/text/ssa/
H A DSsaDialogueFormat.java37 public final int styleIndex; field in SsaDialogueFormat
42 int startTimeIndex, int endTimeIndex, int styleIndex, int textIndex, int length) { in SsaDialogueFormat() argument
45 this.styleIndex = styleIndex; in SsaDialogueFormat()
59 int styleIndex = C.INDEX_UNSET; in fromFormatLine() local
72 styleIndex = i; in fromFormatLine()
80 ? new SsaDialogueFormat(startTimeIndex, endTimeIndex, styleIndex, textIndex, keys.length) in fromFormatLine()
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/text/ssa/
H A DSsaDialogueFormat.java37 public final int styleIndex; field in SsaDialogueFormat
42 int startTimeIndex, int endTimeIndex, int styleIndex, int textIndex, int length) { in SsaDialogueFormat() argument
45 this.styleIndex = styleIndex; in SsaDialogueFormat()
59 int styleIndex = C.INDEX_UNSET; in fromFormatLine() local
72 styleIndex = i; in fromFormatLine()
80 ? new SsaDialogueFormat(startTimeIndex, endTimeIndex, styleIndex, textIndex, keys.length) in fromFormatLine()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/text/ssa/
H A DSsaDialogueFormat.java37 public final int styleIndex; field in SsaDialogueFormat
42 int startTimeIndex, int endTimeIndex, int styleIndex, int textIndex, int length) { in SsaDialogueFormat() argument
45 this.styleIndex = styleIndex; in SsaDialogueFormat()
59 int styleIndex = C.INDEX_UNSET; in fromFormatLine() local
72 styleIndex = i; in fromFormatLine()
80 ? new SsaDialogueFormat(startTimeIndex, endTimeIndex, styleIndex, textIndex, keys.length) in fromFormatLine()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dtpalettehandle.cpp132 void TPaletteHandle::setPalette(TPalette *palette, int styleIndex) { in setPalette() argument
134 if (styleIndex < 0) { in setPalette()
135 styleIndex = palette->getCurrentStyleId(); in setPalette()
136 if (!palette->getStylePage(styleIndex)) { // in case the style is deleted in setPalette()
137 styleIndex = 1; in setPalette()
138 palette->setCurrentStyleId(styleIndex); in setPalette()
141 palette->setCurrentStyleId(styleIndex); in setPalette()
145 setStyleIndex(styleIndex); in setPalette()
148 m_styleIndex = styleIndex; in setPalette()
/dports/math/drgeo/drgeo-1.1.0/
H A Ddrgenius_config.cc117 gpointer styleIndex);
122 gpointer styleIndex);
136 gpointer styleIndex);
928 (drgeoThicknessType) GPOINTER_TO_INT(styleIndex)); in on_segmentStyle_toggled()
944 (drgeoThicknessType) GPOINTER_TO_INT(styleIndex)); in on_halflineStyle_toggled()
960 (drgeoThicknessType) GPOINTER_TO_INT(styleIndex)); in on_lineStyle_toggled()
976 (drgeoThicknessType) GPOINTER_TO_INT(styleIndex)); in on_vectorStyle_toggled()
992 (drgeoThicknessType) GPOINTER_TO_INT(styleIndex)); in on_circleStyle_toggled()
1008 (drgeoThicknessType) GPOINTER_TO_INT(styleIndex)); in on_arccircleStyle_toggled()
1024 (drgeoThicknessType) GPOINTER_TO_INT(styleIndex)); in on_locusStyle_toggled()
[all …]
/dports/multimedia/handbrake/HandBrake-1.4.2/libhb/
H A Ddectx3gsub.c163 int styleIndex = 0; in tx3g_decode_to_ssa() local
177 if (styleIndex < numStyleRecords) in tx3g_decode_to_ssa()
179 if (styleRecords[styleIndex].endChar == charIndex) in tx3g_decode_to_ssa()
181 if (styleIndex + 1 >= numStyleRecords || in tx3g_decode_to_ssa()
182 styleRecords[styleIndex+1].startChar > charIndex) in tx3g_decode_to_ssa()
186 styleIndex++; in tx3g_decode_to_ssa()
188 if (styleRecords[styleIndex].startChar == charIndex) in tx3g_decode_to_ssa()
190 dst += write_ssa_markup((char*)dst, &styleRecords[styleIndex]); in tx3g_decode_to_ssa()
/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dstylecombos.cpp77 int styleIndex = this->currentIndex(); in languageChange() local
80 if (styleIndex >= 0) in languageChange()
81 this->setCurrentIndex(styleIndex); in languageChange()
208 int styleIndex = this->currentIndex(); in languageChange() local
211 if (styleIndex >= 0) in languageChange()
212 this->setCurrentIndex(styleIndex); in languageChange()
339 int styleIndex = this->currentIndex(); in languageChange() local
342 if (styleIndex >= 0) in languageChange()
343 this->setCurrentIndex(styleIndex); in languageChange()
474 if (styleIndex >= 0) in languageChange()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/gm/
H A Dinversepaths.cpp97 for (size_t styleIndex = 0; styleIndex < SK_ARRAY_COUNT(styles); variable
98 styleIndex++) {
111 paint.setStyle(styles[styleIndex].fPaintStyle);
112 paint.setPathEffect(styles[styleIndex].fPathEffect);
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmNewLineStyle.cxx21 size_t const styleIndex = i + 1; in ReadFromArguments() local
22 if (args.size() > styleIndex) { in ReadFromArguments()
23 std::string const& eol = args[styleIndex]; in ReadFromArguments()
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmNewLineStyle.cxx21 size_t const styleIndex = i + 1; in ReadFromArguments() local
22 if (args.size() > styleIndex) { in ReadFromArguments()
23 std::string const& eol = args[styleIndex]; in ReadFromArguments()
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmNewLineStyle.cxx21 size_t const styleIndex = i + 1; in ReadFromArguments() local
22 if (args.size() > styleIndex) { in ReadFromArguments()
23 std::string const& eol = args[styleIndex]; in ReadFromArguments()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/gm/
H A Dinversepaths.cpp108 for (size_t styleIndex = 0; styleIndex < SK_ARRAY_COUNT(styles); variable
109 styleIndex++) {
122 paint.setStyle(styles[styleIndex].fPaintStyle);
123 paint.setPathEffect(styles[styleIndex].fPathEffect);
/dports/graphics/tikzit/tikzit-2.1.6/src/gui/
H A Dstylepalette.cpp83 int StylePalette::styleIndex() in styleIndex() function in StylePalette
92 _lastStyleIndex = styleIndex(); in setStyleIndex()
129 setStyleIndex(styleIndex()+1); in nextNodeStyle()
134 setStyleIndex(styleIndex()-1); in previousNodeStyle()
144 if (styleIndex() == 0) setStyleIndex(_lastStyleIndex); in toggleClearNodeStyle()
/dports/www/moodle310/moodle/lib/spout/src/Spout/Writer/ODS/Manager/
H A DWorksheetManager.php166 $styleIndex = $registeredStyle->getId() + 1; // 1-based
170 return $this->getCellXML($cell, $styleIndex, $numTimesValueRepeated);
177 * @param int $styleIndex Index of the used style
182 private function getCellXML(Cell $cell, $styleIndex, $numTimesValueRepeated) argument
184 $data = '<table:table-cell table:style-name="ce' . $styleIndex . '"';
/dports/www/moodle39/moodle/lib/spout/src/Spout/Writer/ODS/Manager/
H A DWorksheetManager.php166 $styleIndex = $registeredStyle->getId() + 1; // 1-based
170 return $this->getCellXML($cell, $styleIndex, $numTimesValueRepeated);
177 * @param int $styleIndex Index of the used style
182 private function getCellXML(Cell $cell, $styleIndex, $numTimesValueRepeated) argument
184 $data = '<table:table-cell table:style-name="ce' . $styleIndex . '"';
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/awt/
H A DFontConfiguration.java509 for (int styleIndex = 0; styleIndex < NUM_STYLES; styleIndex++) { in initAllComponentFonts()
553 compFontNameIDs[fontIndex][styleIndex] = nameIDs; in initAllComponentFonts()
564 String styleName = styleNames[styleIndex]; in remapLocaleMap()
708 protected static String getStyleName(int styleIndex) { in getStyleName() argument
709 return styleNames[styleIndex]; in getStyleName()
879 int styleIndex = getStyleIndex(style); in getFontDescriptors() local
880 return getFontDescriptors(fontIndex, styleIndex); in getFontDescriptors()
889 fontDescriptors[fontIndex][styleIndex] = descriptors; in getFontDescriptors()
896 String styleName = styleNames[styleIndex]; in buildFontDescriptors()
1052 for (int styleIndex = 0; styleIndex < NUM_STYLES; styleIndex++) { in get2DCompositeFontInfo()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/sun/awt/
H A DFontConfiguration.java509 for (int styleIndex = 0; styleIndex < NUM_STYLES; styleIndex++) { in initAllComponentFonts()
553 compFontNameIDs[fontIndex][styleIndex] = nameIDs; in initAllComponentFonts()
564 String styleName = styleNames[styleIndex]; in remapLocaleMap()
708 protected static String getStyleName(int styleIndex) { in getStyleName() argument
709 return styleNames[styleIndex]; in getStyleName()
879 int styleIndex = getStyleIndex(style); in getFontDescriptors() local
880 return getFontDescriptors(fontIndex, styleIndex); in getFontDescriptors()
889 fontDescriptors[fontIndex][styleIndex] = descriptors; in getFontDescriptors()
896 String styleName = styleNames[styleIndex]; in buildFontDescriptors()
1052 for (int styleIndex = 0; styleIndex < NUM_STYLES; styleIndex++) { in get2DCompositeFontInfo()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/awt/
H A DFontConfiguration.java509 for (int styleIndex = 0; styleIndex < NUM_STYLES; styleIndex++) { in initAllComponentFonts()
553 compFontNameIDs[fontIndex][styleIndex] = nameIDs; in initAllComponentFonts()
564 String styleName = styleNames[styleIndex]; in remapLocaleMap()
708 protected static String getStyleName(int styleIndex) { in getStyleName() argument
709 return styleNames[styleIndex]; in getStyleName()
879 int styleIndex = getStyleIndex(style); in getFontDescriptors() local
880 return getFontDescriptors(fontIndex, styleIndex); in getFontDescriptors()
889 fontDescriptors[fontIndex][styleIndex] = descriptors; in getFontDescriptors()
896 String styleName = styleNames[styleIndex]; in buildFontDescriptors()
1052 for (int styleIndex = 0; styleIndex < NUM_STYLES; styleIndex++) { in get2DCompositeFontInfo()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/awt/
H A DFontConfiguration.java485 for (int styleIndex = 0; styleIndex < NUM_STYLES; styleIndex++) { in initAllComponentFonts()
529 compFontNameIDs[fontIndex][styleIndex] = nameIDs; in initAllComponentFonts()
540 String styleName = styleNames[styleIndex]; in remapLocaleMap()
684 protected static String getStyleName(int styleIndex) { in getStyleName() argument
685 return styleNames[styleIndex]; in getStyleName()
855 int styleIndex = getStyleIndex(style); in getFontDescriptors() local
856 return getFontDescriptors(fontIndex, styleIndex); in getFontDescriptors()
865 fontDescriptors[fontIndex][styleIndex] = descriptors; in getFontDescriptors()
872 String styleName = styleNames[styleIndex]; in buildFontDescriptors()
1030 for (int styleIndex = 0; styleIndex < NUM_STYLES; styleIndex++) { in get2DCompositeFontInfo()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/sun/awt/
H A DFontConfiguration.java507 for (int styleIndex = 0; styleIndex < NUM_STYLES; styleIndex++) { in initAllComponentFonts()
551 compFontNameIDs[fontIndex][styleIndex] = nameIDs; in initAllComponentFonts()
562 String styleName = styleNames[styleIndex]; in remapLocaleMap()
706 protected static String getStyleName(int styleIndex) { in getStyleName() argument
707 return styleNames[styleIndex]; in getStyleName()
877 int styleIndex = getStyleIndex(style); in getFontDescriptors() local
878 return getFontDescriptors(fontIndex, styleIndex); in getFontDescriptors()
887 fontDescriptors[fontIndex][styleIndex] = descriptors; in getFontDescriptors()
894 String styleName = styleNames[styleIndex]; in buildFontDescriptors()
1050 for (int styleIndex = 0; styleIndex < NUM_STYLES; styleIndex++) { in get2DCompositeFontInfo()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/sun/awt/
H A DFontConfiguration.java508 for (int styleIndex = 0; styleIndex < NUM_STYLES; styleIndex++) { in initAllComponentFonts()
552 compFontNameIDs[fontIndex][styleIndex] = nameIDs; in initAllComponentFonts()
563 String styleName = styleNames[styleIndex]; in remapLocaleMap()
707 protected static String getStyleName(int styleIndex) { in getStyleName() argument
708 return styleNames[styleIndex]; in getStyleName()
878 int styleIndex = getStyleIndex(style); in getFontDescriptors() local
879 return getFontDescriptors(fontIndex, styleIndex); in getFontDescriptors()
888 fontDescriptors[fontIndex][styleIndex] = descriptors; in getFontDescriptors()
895 String styleName = styleNames[styleIndex]; in buildFontDescriptors()
1052 for (int styleIndex = 0; styleIndex < NUM_STYLES; styleIndex++) { in get2DCompositeFontInfo()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/sun/awt/
H A DFontConfiguration.java509 for (int styleIndex = 0; styleIndex < NUM_STYLES; styleIndex++) { in initAllComponentFonts()
553 compFontNameIDs[fontIndex][styleIndex] = nameIDs; in initAllComponentFonts()
564 String styleName = styleNames[styleIndex]; in remapLocaleMap()
708 protected static String getStyleName(int styleIndex) { in getStyleName() argument
709 return styleNames[styleIndex]; in getStyleName()
879 int styleIndex = getStyleIndex(style); in getFontDescriptors() local
880 return getFontDescriptors(fontIndex, styleIndex); in getFontDescriptors()
889 fontDescriptors[fontIndex][styleIndex] = descriptors; in getFontDescriptors()
896 String styleName = styleNames[styleIndex]; in buildFontDescriptors()
1052 for (int styleIndex = 0; styleIndex < NUM_STYLES; styleIndex++) { in get2DCompositeFontInfo()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/sun/awt/
H A DFontConfiguration.java509 for (int styleIndex = 0; styleIndex < NUM_STYLES; styleIndex++) { in initAllComponentFonts()
553 compFontNameIDs[fontIndex][styleIndex] = nameIDs; in initAllComponentFonts()
564 String styleName = styleNames[styleIndex]; in remapLocaleMap()
708 protected static String getStyleName(int styleIndex) { in getStyleName() argument
709 return styleNames[styleIndex]; in getStyleName()
879 int styleIndex = getStyleIndex(style); in getFontDescriptors() local
880 return getFontDescriptors(fontIndex, styleIndex); in getFontDescriptors()
889 fontDescriptors[fontIndex][styleIndex] = descriptors; in getFontDescriptors()
896 String styleName = styleNames[styleIndex]; in buildFontDescriptors()
1052 for (int styleIndex = 0; styleIndex < NUM_STYLES; styleIndex++) { in get2DCompositeFontInfo()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/sun/awt/
H A DFontConfiguration.java509 for (int styleIndex = 0; styleIndex < NUM_STYLES; styleIndex++) { in initAllComponentFonts()
553 compFontNameIDs[fontIndex][styleIndex] = nameIDs; in initAllComponentFonts()
564 String styleName = styleNames[styleIndex]; in remapLocaleMap()
708 protected static String getStyleName(int styleIndex) { in getStyleName() argument
709 return styleNames[styleIndex]; in getStyleName()
879 int styleIndex = getStyleIndex(style); in getFontDescriptors() local
880 return getFontDescriptors(fontIndex, styleIndex); in getFontDescriptors()
889 fontDescriptors[fontIndex][styleIndex] = descriptors; in getFontDescriptors()
896 String styleName = styleNames[styleIndex]; in buildFontDescriptors()
1052 for (int styleIndex = 0; styleIndex < NUM_STYLES; styleIndex++) { in get2DCompositeFontInfo()
[all …]

12345678910>>...20