Home
last modified time | relevance | path

Searched refs:styleIds (Results 1 – 25 of 35) sorted by relevance

12

/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/geckoview/src/thirdparty/java/com/google/android/exoplayer2/text/ttml/
H A DTtmlRenderUtil.java37 public static TtmlStyle resolveStyle(TtmlStyle style, String[] styleIds, in resolveStyle() argument
39 if (style == null && styleIds == null) { in resolveStyle()
42 } else if (style == null && styleIds.length == 1) { in resolveStyle()
44 return globalStyles.get(styleIds[0]); in resolveStyle()
45 } else if (style == null && styleIds.length > 1) { in resolveStyle()
48 for (String id : styleIds) { in resolveStyle()
52 } else if (style != null && styleIds != null && styleIds.length == 1) { in resolveStyle()
54 return style.chain(globalStyles.get(styleIds[0])); in resolveStyle()
55 } else if (style != null && styleIds != null && styleIds.length > 1) { in resolveStyle()
57 for (String id : styleIds) { in resolveStyle()
H A DTtmlNode.java85 private final String[] styleIds; field in TtmlNode
97 TtmlStyle style, String[] styleIds, String regionId) { in buildNode() argument
98 return new TtmlNode(tag, null, startTimeUs, endTimeUs, style, styleIds, regionId); in buildNode()
102 TtmlStyle style, String[] styleIds, String regionId) { in TtmlNode() argument
106 this.styleIds = styleIds; in TtmlNode()
170 return styleIds; in getStyleIds()
242 TtmlStyle resolvedStyle = TtmlRenderUtil.resolveStyle(style, styleIds, globalStyles); in applyStyleToOutput()
H A DTtmlDecoder.java364 String[] styleIds = null; in parseNode() local
384 styleIds = ids; in parseNode()
416 return TtmlNode.buildNode(parser.getName(), startTime, endTime, style, styleIds, regionId); in parseNode()
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/text/ttml/
H A DTtmlRenderUtil.java37 public static TtmlStyle resolveStyle(TtmlStyle style, String[] styleIds, in resolveStyle() argument
39 if (style == null && styleIds == null) { in resolveStyle()
42 } else if (style == null && styleIds.length == 1) { in resolveStyle()
44 return globalStyles.get(styleIds[0]); in resolveStyle()
45 } else if (style == null && styleIds.length > 1) { in resolveStyle()
48 for (String id : styleIds) { in resolveStyle()
52 } else if (style != null && styleIds != null && styleIds.length == 1) { in resolveStyle()
54 return style.chain(globalStyles.get(styleIds[0])); in resolveStyle()
55 } else if (style != null && styleIds != null && styleIds.length > 1) { in resolveStyle()
57 for (String id : styleIds) { in resolveStyle()
H A DTtmlNode.java89 @Nullable private final String[] styleIds; field in TtmlNode
115 @Nullable String[] styleIds, in buildNode() argument
119 tag, /* text= */ null, startTimeUs, endTimeUs, style, styleIds, regionId, imageId); in buildNode()
128 @Nullable String[] styleIds, in TtmlNode() argument
135 this.styleIds = styleIds; in TtmlNode()
200 return styleIds; in getStyleIds()
346 TtmlStyle resolvedStyle = TtmlRenderUtil.resolveStyle(style, styleIds, globalStyles); in applyStyleToOutput()
H A DTtmlDecoder.java543 String[] styleIds = null; in parseNode() local
563 styleIds = ids; in parseNode()
603 parser.getName(), startTime, endTime, style, styleIds, regionId, imageId); in parseNode()
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/text/ttml/
H A DTtmlRenderUtil.java37 public static TtmlStyle resolveStyle(TtmlStyle style, String[] styleIds, in resolveStyle() argument
39 if (style == null && styleIds == null) { in resolveStyle()
42 } else if (style == null && styleIds.length == 1) { in resolveStyle()
44 return globalStyles.get(styleIds[0]); in resolveStyle()
45 } else if (style == null && styleIds.length > 1) { in resolveStyle()
48 for (String id : styleIds) { in resolveStyle()
52 } else if (style != null && styleIds != null && styleIds.length == 1) { in resolveStyle()
54 return style.chain(globalStyles.get(styleIds[0])); in resolveStyle()
55 } else if (style != null && styleIds != null && styleIds.length > 1) { in resolveStyle()
57 for (String id : styleIds) { in resolveStyle()
H A DTtmlNode.java89 @Nullable private final String[] styleIds; field in TtmlNode
115 @Nullable String[] styleIds, in buildNode() argument
119 tag, /* text= */ null, startTimeUs, endTimeUs, style, styleIds, regionId, imageId); in buildNode()
128 @Nullable String[] styleIds, in TtmlNode() argument
135 this.styleIds = styleIds; in TtmlNode()
200 return styleIds; in getStyleIds()
346 TtmlStyle resolvedStyle = TtmlRenderUtil.resolveStyle(style, styleIds, globalStyles); in applyStyleToOutput()
H A DTtmlDecoder.java543 String[] styleIds = null; in parseNode() local
563 styleIds = ids; in parseNode()
603 parser.getName(), startTime, endTime, style, styleIds, regionId, imageId); in parseNode()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/text/ttml/
H A DTtmlRenderUtil.java37 public static TtmlStyle resolveStyle(TtmlStyle style, String[] styleIds, in resolveStyle() argument
39 if (style == null && styleIds == null) { in resolveStyle()
42 } else if (style == null && styleIds.length == 1) { in resolveStyle()
44 return globalStyles.get(styleIds[0]); in resolveStyle()
45 } else if (style == null && styleIds.length > 1) { in resolveStyle()
48 for (String id : styleIds) { in resolveStyle()
52 } else if (style != null && styleIds != null && styleIds.length == 1) { in resolveStyle()
54 return style.chain(globalStyles.get(styleIds[0])); in resolveStyle()
55 } else if (style != null && styleIds != null && styleIds.length > 1) { in resolveStyle()
57 for (String id : styleIds) { in resolveStyle()
H A DTtmlNode.java89 @Nullable private final String[] styleIds; field in TtmlNode
115 @Nullable String[] styleIds, in buildNode() argument
119 tag, /* text= */ null, startTimeUs, endTimeUs, style, styleIds, regionId, imageId); in buildNode()
128 @Nullable String[] styleIds, in TtmlNode() argument
135 this.styleIds = styleIds; in TtmlNode()
200 return styleIds; in getStyleIds()
346 TtmlStyle resolvedStyle = TtmlRenderUtil.resolveStyle(style, styleIds, globalStyles); in applyStyleToOutput()
H A DTtmlDecoder.java543 String[] styleIds = null; in parseNode() local
563 styleIds = ids; in parseNode()
603 parser.getName(), startTime, endTime, style, styleIds, regionId, imageId); in parseNode()
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/text/ttml/
H A DTtmlRenderUtil.java37 public static TtmlStyle resolveStyle(TtmlStyle style, String[] styleIds, in resolveStyle() argument
39 if (style == null && styleIds == null) { in resolveStyle()
42 } else if (style == null && styleIds.length == 1) { in resolveStyle()
44 return globalStyles.get(styleIds[0]); in resolveStyle()
45 } else if (style == null && styleIds.length > 1) { in resolveStyle()
48 for (String id : styleIds) { in resolveStyle()
52 } else if (style != null && styleIds != null && styleIds.length == 1) { in resolveStyle()
54 return style.chain(globalStyles.get(styleIds[0])); in resolveStyle()
55 } else if (style != null && styleIds != null && styleIds.length > 1) { in resolveStyle()
57 for (String id : styleIds) { in resolveStyle()
H A DTtmlNode.java85 private final String[] styleIds; field in TtmlNode
97 TtmlStyle style, String[] styleIds, String regionId) { in buildNode() argument
98 return new TtmlNode(tag, null, startTimeUs, endTimeUs, style, styleIds, regionId); in buildNode()
102 TtmlStyle style, String[] styleIds, String regionId) { in TtmlNode() argument
106 this.styleIds = styleIds; in TtmlNode()
170 return styleIds; in getStyleIds()
242 TtmlStyle resolvedStyle = TtmlRenderUtil.resolveStyle(style, styleIds, globalStyles); in applyStyleToOutput()
H A DTtmlDecoder.java364 String[] styleIds = null; in parseNode() local
384 styleIds = ids; in parseNode()
416 return TtmlNode.buildNode(parser.getName(), startTime, endTime, style, styleIds, regionId); in parseNode()
/dports/audio/mumble/mumble-1.3.3/src/mumble/
H A DThemeInfo.cpp98 QStringList styleIds; in load() local
101 styleIds = themeConfig.value(QLatin1String("theme/styles")).toStringList(); in load()
108 if (styleIds.isEmpty()) { in load()
113 foreach (const QString &styleId, styleIds) { in load()
/dports/audio/murmur/mumble-1.3.3/src/mumble/
H A DThemeInfo.cpp98 QStringList styleIds; in load() local
101 styleIds = themeConfig.value(QLatin1String("theme/styles")).toStringList(); in load()
108 if (styleIds.isEmpty()) { in load()
113 foreach (const QString &styleId, styleIds) { in load()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dpltgizmopopup.cpp53 static void getStyleIds(std::vector<int> &styleIds, in getStyleIds() argument
55 styleIds.clear(); in getStyleIds()
63 styleIds.reserve(indices.size()); in getStyleIds()
65 styleIds.push_back(page->getStyleId(*it)); in getStyleIds()
376 std::vector<int> styleIds; in modifyColor() local
382 getStyleIds(styleIds, *selection); in modifyColor()
406 getStyleIds(styleIds, tmpSelection); in modifyColor()
411 for (int i = 0; i < (int)styleIds.size(); i++) { in modifyColor()
412 int styleId = styleIds[i]; in modifyColor()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonz/
H A Dpalettecmd.h33 const std::vector<int> styleIds);
61 const std::vector<int> &styleIds);
H A DNaa2TlvConverter.h156 void removeUnusedStyles(const QList<int> &styleIds);
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dpalettecmd.cpp119 for (j = 0; j < (int)styleIds.size(); j++) in areStylesUsed()
120 if (isStyleUsed(image, styleIds[j])) return true; in areStylesUsed()
140 const std::vector<int> styleIds) { in areStylesUsed() argument
147 if (areStylesUsed(image, styleIds)) return true; in areStylesUsed()
501 const std::vector<int> styleIds) { in eraseStylesInLevels() argument
511 vi->eraseStyleIds(styleIds); in eraseStylesInLevels()
513 TRop::eraseStyleIds(ti.getPointer(), styleIds); in eraseStylesInLevels()
536 const std::vector<int> &styleIds) in eraseStyles()
537 : m_levels(levels), m_styleIds(styleIds) { in eraseStyles()
605 if (levels.empty() || styleIds.empty()) return; in eraseStyles()
[all …]
H A DNaa2TlvConverter.cpp1025 QList<int> styleIds; in makeTlv() local
1039 styleIds.append(styleId); in makeTlv()
1042 styleIds.append(0); // syntetic ink in makeTlv()
1055 Q_ASSERT(0 <= color && color < styleIds.count()); in makeTlv()
1057 int styleId = styleIds.at(color); in makeTlv()
1165 void Naa2TlvConverter::removeUnusedStyles(const QList<int> &styleIds) { in removeUnusedStyles() argument
1174 if (!styleIds.contains(styleId)) page->removeStyle(s); in removeUnusedStyles()
/dports/textproc/R-cran-openxlsx/openxlsx/R/
H A Dworkbook_column_widths.R63 styleIds <- worksheets[[sheet]]$sheet_data$style_id functionVar
64 styObSubet <- styleObjects[sort(unique(styleIds))]
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzqt/
H A Ddvdialog.cpp1382 std::vector<int> styleIds; in eraseStylesInDemand() local
1392 if (styleId > 0 && !isStyleIdInNewPalette) styleIds.push_back(styleId); in eraseStylesInDemand()
1396 return eraseStylesInDemand(palette, styleIds, xsheetHandle); in eraseStylesInDemand()
1401 int DVGui::eraseStylesInDemand(TPalette *palette, std::vector<int> styleIds, in eraseStylesInDemand() argument
1417 styleIds.empty(); // I guess this is wrong... but I'm not touching it in eraseStylesInDemand()
1418 if (someStyleIsUsed) someStyleIsUsed = areStylesUsed(levels, styleIds); in eraseStylesInDemand()
1451 PaletteCmd::eraseStyles(levels, styleIds); in eraseStylesInDemand()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/
H A Dtropcm.h64 DVAPI void eraseStyleIds(TToonzImage *image, const std::vector<int> styleIds);

12