Home
last modified time | relevance | path

Searched refs:renditions (Results 1 – 25 of 438) sorted by relevance

12345678910>>...18

/dports/x11-toolkits/lesstif/lesstif-0.95.2/lib/Xm-2.1/
H A DRenderTable.c72 r->renditions[i] = _XmRenditionCopy(oldtable->renditions[i]); in XmRenderTableAddRenditions()
74 r->renditions[i+off] = _XmRenditionCopy(renditions[i]); in XmRenderTableAddRenditions()
76 r->dpy = r->renditions[0]->dpy; in XmRenderTableAddRenditions()
91 r->renditions[i+1] = _XmRenditionCopy(old->renditions[i]); in _XmRenderTablePushRendition()
93 r->dpy = r->renditions[0]->dpy; in _XmRenderTablePushRendition()
107 r->renditions[i-1] = _XmRenditionCopy(old->renditions[i]); in _XmRenderTablePopRendition()
131 r->renditions[i] = _XmRenditionCopy(table->renditions[i]); in XmRenderTableCopy()
150 r->renditions[j] = _XmRenditionCopy(table->renditions[i]); in XmRenderTableCopy()
256 r->renditions[j] = _XmRenditionCopy(table->renditions[i]); in XmRenderTableRemoveRenditions()
482 r->renditions[i]->xft_font = in _XmRenderTableFinaliseTag()
[all …]
H A DFontList.c105 if (list->renditions) { in __XmFontListDealloc()
107 if (list->renditions[i]) { in __XmFontListDealloc()
111 XtFree((char *)list->renditions); in __XmFontListDealloc()
200 newFontList->renditions[i] = old->renditions[i]; in XmFontListAppendEntry()
201 old->renditions[i]->count++; in XmFontListAppendEntry()
204 old, entry, old->renditions[i], i, old->renditions[i]->count)); in XmFontListAppendEntry()
380 newFontList->renditions[i] = fontlist->renditions[i]; in XmFontListCopy()
381 fontlist->renditions[i]->count++; in XmFontListCopy()
724 newFontList->renditions[j]->tag = XtNewString(oldlist->renditions[i]->tag); in XmFontListRemoveEntry()
725 newFontList->renditions[j]->type = oldlist->renditions[i]->type; in XmFontListRemoveEntry()
[all …]
H A DXmString.c275 fontlist && fontlist->renditions[i]->tag
276 && strlen(fontlist->renditions[i]->tag) != 0;
280 i, fontlist->renditions[i]->tag, fontlist->renditions[i]->type,
281 fontlist->renditions[i]->font);
1116 flist->renditions[comp->font]->xft_font, in __XmStringSegmentExtent()
1196 if (fontlist->renditions[i]->tag == NULL) in _XmFontListGetDefaultFont()
1986 r = rend ? rend : rt->renditions[0]; in _XmStringExtent()
2068 XmRendition rr = rt->renditions[i]; in _XmStringExtent()
2559 r = rend ? rend : rt->renditions[0]; in _XmStringDraw()
2629 XmRendition rr = rt->renditions[i]; in _XmStringDraw()
[all …]
H A DDebugUtil.c1178 switch (rt->renditions[x]->type) { in _LtDebugPrintRenderTable()
1183 rt->renditions[x]->font_name ? in _LtDebugPrintRenderTable()
1185 rt->renditions[x]->font); in _LtDebugPrintRenderTable()
1191 rt->renditions[x]->font_name ? in _LtDebugPrintRenderTable()
1193 rt->renditions[x]->font); in _LtDebugPrintRenderTable()
1200 rt->renditions[x]->font_name, in _LtDebugPrintRenderTable()
1201 rt->renditions[x]->font_style, in _LtDebugPrintRenderTable()
1202 rt->renditions[x]->font_foundry, in _LtDebugPrintRenderTable()
1203 rt->renditions[x]->font_encoding, in _LtDebugPrintRenderTable()
1204 rt->renditions[x]->font_size, in _LtDebugPrintRenderTable()
[all …]
H A DTextOut.c217 Out_FontList(o)->renditions[i]->tag) == 0 || in FontInit()
219 Out_FontList(o)->renditions[i]->tag) == 0) { in FontInit()
220 entry = Out_FontList(o)->renditions[i]; in FontInit()
234 entry = Out_FontList(o)->renditions[i]; in FontInit()
249 entry = Out_FontList(o)->renditions[i]; in FontInit()
271 if (Out_FontList(o) && Out_FontList(o)->renditions[0] in FontInit()
274 entry = Out_FontList(o)->renditions[0]; in FontInit()
288 entry = Out_FontList(o)->renditions[0]; in FontInit()
301 entry = Out_FontList(o)->renditions[0]; in FontInit()
1213 (XFontSet)Out_FontList(o)->renditions[0]->font, in DrawText()
[all …]
H A DXmIm.c439 if (TextF_FontList(w)->renditions[0]->type == XmFONT_IS_FONTSET) in XmImGetXIC()
441 fontset = (XFontSet)TextF_FontList(w)->renditions[0]->font; in XmImGetXIC()
448 if (Out_FontList(o)->renditions[0]->type == XmFONT_IS_FONTSET) in XmImGetXIC()
450 fontset = (XFontSet)Out_FontList(o)->renditions[0]->font; in XmImGetXIC()
797 if (fontlist->renditions[0]->type == XmFONT_IS_FONTSET) in XmImSetValues()
800 XNFontSet, fontlist->renditions[0]->font, NULL); in XmImSetValues()
802 fontset = (XFontSet)fontlist->renditions[0]->font; in XmImSetValues()
/dports/net/mosh/mosh-1.3.2/src/terminal/
H A Dterminalframebuffer.h91 Renditions renditions; variable
107 && (renditions == x.renditions)
190 const Renditions& get_renditions( void ) const { return renditions; } in get_renditions()
191 Renditions& get_renditions( void ) { return renditions; } in get_renditions()
192 void set_renditions( const Renditions& r ) { renditions = r; } in set_renditions()
233 Renditions renditions; variable
259 Renditions renditions; variable
321 void add_rendition( color_type x ) { renditions.set_rendition( x ); } in add_rendition()
322 const Renditions& get_renditions( void ) const { return renditions; } in get_renditions()
323 Renditions& get_renditions( void ) { return renditions; } in get_renditions()
[all …]
H A Dterminalframebuffer.cc43 renditions( background_color ), in Cell()
50 renditions( 0 ), in Cell()
61 renditions = Renditions( background_color ); in reset()
80 renditions( 0 ), save(), in DrawState()
282 renditions( 0 ), in SavedCursor()
291 save.renditions = renditions; in save_cursor()
300 renditions = save.renditions; in restore_cursor()
652 if ( !(renditions == other.renditions) ) { in compare()
/dports/x11/konsole/konsole-21.12.3/src/autotests/
H A DTerminalCharacterDecoderTest.cpp23 …alCharacterDecoderTest::convertToCharacter(const QString &text, QVector<RenditionFlags> renditions) in convertToCharacter() argument
28 if (renditions.size() < text.size()) { in convertToCharacter()
29 renditions.resize(text.size()); in convertToCharacter()
33 charResult[i].rendition = renditions.at(i); in convertToCharacter()
60 QFETCH(QVector<RenditionFlags>, renditions); in testPlainTextDecoder()
64 auto testCharacters = convertToCharacter(text, renditions); in testPlainTextDecoder()
103 QFETCH(QVector<RenditionFlags>, renditions); in testHTMLDecoder()
107 auto testCharacters = convertToCharacter(text, renditions); in testHTMLDecoder()
H A DTerminalCharacterDecoderTest.h22 Character *convertToCharacter(const QString &text, QVector<RenditionFlags> renditions);
/dports/net/libcmis/libcmis-0.5.2/src/libcmis/
H A Dgdrive-document.cxx66 vector< RenditionPtr > renditions = getRenditions( ); in getDownloadUrl() local
68 if ( renditions.empty( ) ) in getDownloadUrl()
74 for ( vector< RenditionPtr >::iterator it = renditions.begin( ) ; in getDownloadUrl()
75 it != renditions.end(); ++it ) in getDownloadUrl()
89 for ( vector< RenditionPtr >::iterator it = renditions.begin( ) ; in getDownloadUrl()
90 it != renditions.end(); ++it ) in getDownloadUrl()
95 for ( vector< RenditionPtr >::iterator it = renditions.begin( ) ; in getDownloadUrl()
96 it != renditions.end(); ++it ) in getDownloadUrl()
101 streamUrl = renditions.front( )->getUrl( ); in getDownloadUrl()
H A Dobject.cxx308 vector< RenditionPtr > renditions = getRenditions( ); in getThumbnailUrl() local
309 for ( vector< RenditionPtr >::iterator it = renditions.begin( ); in getThumbnailUrl()
310 it != renditions.end( ); ++it) in getThumbnailUrl()
372 vector< libcmis::RenditionPtr > renditions = getRenditions( ); in toString() local
373 if ( !renditions.empty() ) in toString()
376 for ( vector< libcmis::RenditionPtr >::iterator it = renditions.begin(); in toString()
377 it != renditions.end(); ++it ) in toString()
H A Dws-objectservice.cxx107 vector< libcmis::RenditionPtr > renditions; in getRenditions() local
117 renditions = response->getRenditions( ); in getRenditions()
121 return renditions; in getRenditions()
/dports/x11-toolkits/lesstif/lesstif-0.95.2/test/Xm-2.0/rendition/
H A Dtest1.c45 You need to create a render table which has some renditions in it
67 XmRendition renditions[MAX_RENDITIONS];
85 renditions[renditions_count++] = red_rendition;
93 render_table = XmRenderTableAddRenditions (NULL, renditions, renditions_count, XmMERGE_NEW);
274 XmRendition renditions[MAX_COLUMNS]; in main() local
316 renditions[i] = XmRenditionCreate (toplevel, rendition_data[i].tag, args, n); in main()
320 rendertable = XmRenderTableAddRenditions (NULL, renditions, XtNumber (renditions), XmMERGE_NEW) ; in main()
350 for (i = 0 ; i < XtNumber (renditions) ; i++) in main()
351 XmRenditionFree (renditions[i]) ; in main()
H A Dtest3.c149 XmRendition renditions[MAX_COLUMNS]; in main() local
192 renditions[i] = XmRenditionCreate (toplevel, rendition_data[i].tag, args, n); in main()
196 rendertable = XmRenderTableAddRenditions (NULL, renditions, XtNumber (renditions), XmMERGE_NEW) ; in main()
/dports/net/libcmis/libcmis-0.5.2/qa/libcmis/data/ws/
H A Dget-renditions.http22 <cmism:renditions>
30 </cmism:renditions>
31 <cmism:renditions>
36 </cmism:renditions>
/dports/sysutils/screen/screen-4.8.0/
H A Dlist_window.c43 extern int renditions[];
257 else if (w->w_monitor == MON_DONE && renditions[REND_MONITOR] != -1) in gl_Window_row()
260 ApplyAttrColor(renditions[REND_MONITOR], mchar); in gl_Window_row()
262 else if ((w->w_bell == BELL_DONE || w->w_bell == BELL_FOUND) && renditions[REND_BELL] != -1) in gl_Window_row()
265 ApplyAttrColor(renditions[REND_BELL], mchar); in gl_Window_row()
267 …else if ((w->w_silence == SILENCE_FOUND || w->w_silence == SILENCE_DONE) && renditions[REND_SILENC… in gl_Window_row()
270 ApplyAttrColor(renditions[REND_SILENCE], mchar); in gl_Window_row()
/dports/multimedia/livestreamer/livestreamer-1.12.2/src/livestreamer/plugins/
H A Dazubutv.py175 renditions = sorted(player.mediaDTO.renditions.values(),
179 for stream_name, rendition in zip(STREAM_NAMES, renditions):
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/images/
H A Dutils.py20 renditions = Rendition.objects.using(db_alias).filter(filter=flt, filter_spec='')
21 renditions.update(filter_spec=flt.spec)
H A Dshortcuts.py18 …Rendition = image.renditions.model # pick up any custom Image / Rendition classes that may be in …
/dports/www/yt-dlp/yt-dlp-2021.12.27/yt_dlp/extractor/
H A Dhidive.py79 renditions = self._call_api(
82 for rendition_id, rendition in renditions.items():
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/source/hls/playlist/
H A DHlsMasterPlaylist.java295 private static void addMediaPlaylistUrls(List<Rendition> renditions, List<Uri> out) { in addMediaPlaylistUrls() argument
296 for (int i = 0; i < renditions.size(); i++) { in addMediaPlaylistUrls()
297 Uri uri = renditions.get(i).url; in addMediaPlaylistUrls()
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/source/hls/playlist/
H A DHlsMasterPlaylist.java295 private static void addMediaPlaylistUrls(List<Rendition> renditions, List<Uri> out) { in addMediaPlaylistUrls() argument
296 for (int i = 0; i < renditions.size(); i++) { in addMediaPlaylistUrls()
297 Uri uri = renditions.get(i).url; in addMediaPlaylistUrls()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/source/hls/playlist/
H A DHlsMasterPlaylist.java295 private static void addMediaPlaylistUrls(List<Rendition> renditions, List<Uri> out) { in addMediaPlaylistUrls() argument
296 for (int i = 0; i < renditions.size(); i++) { in addMediaPlaylistUrls()
297 Uri uri = renditions.get(i).url; in addMediaPlaylistUrls()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavformat/
H A Dhls.c136 struct rendition **renditions; member
172 struct rendition **renditions; member
225 av_freep(&pls->renditions); in free_playlist_list()
261 av_free(c->renditions[i]); in free_rendition_list()
262 av_freep(&c->renditions); in free_rendition_list()
413 dynarray_add(&c->renditions, &c->n_renditions, rend); in new_rendition()
424 dynarray_add(&rend->playlist->renditions, in new_rendition()
1135 struct rendition *rend = c->renditions[i]; in add_renditions_to_variant()
1146 dynarray_add(&var->playlists[0]->renditions, in add_renditions_to_variant()
1166 struct rendition *rend = pls->renditions[rend_idx]; in add_metadata_from_renditions()

12345678910>>...18