Home
last modified time | relevance | path

Searched defs:text_chunk (Results 1 – 14 of 14) sorted by relevance

/dports/games/wesnoth/wesnoth-1.14.17/src/font/
H A Dfont_id.hpp58 struct text_chunk struct
60 text_chunk(subset_id subset) in text_chunk() function
66 bool operator==(const text_chunk& t) const { return subset == t.subset && text == t.text; } in operator ==()
67 bool operator!=(const text_chunk& t) const { return !operator==(t); } in operator !=()
69 subset_id subset;
70 std::string text;
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/qlitehtml/src/3rdparty/litehtml/containers/cairo/
H A Dcairo_font.h23 struct text_chunk struct
25 typedef std::vector<text_chunk*> vector; argument
30 ~text_chunk() in ~text_chunk() argument
/dports/games/avp/avp-20170505/src/win95/
H A Ddummyobjectchunk.cpp34 Dummy_Object_Text_Chunk* text_chunk = (Dummy_Object_Text_Chunk*) lookup_single_child("DUMOBJTX"); in get_text() local
47 Dummy_Object_Text_Chunk* text_chunk = (Dummy_Object_Text_Chunk*) lookup_single_child("DUMOBJTX"); in set_text() local
/dports/textproc/libgepub/libgepub-0.6.0/libgepub/
H A Dgepub-utils.c207 GepubTextChunk *text_chunk = NULL; in gepub_utils_get_text_elements() local
224 GepubTextChunk *text_chunk = NULL; in gepub_utils_get_text_elements() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/feed/core/proto/ui/piet/
H A Dtext.proto111 StyledTextChunk text_chunk = 1; field
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/feed/core/proto/ui/piet/
H A Dtext.proto111 StyledTextChunk text_chunk = 1; field
/dports/net/kamailio/kamailio-5.4.5/src/modules/ctl/
H A Dfifo_server.c122 struct text_chunk { struct
125 struct text_chunk* next; argument
135 struct text_chunk* line; argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/child/dwrite_font_proxy/
H A Dfont_fallback_win.cc80 base::string16 text_chunk(text, std::min(chunk_length, text_length)); in MapCharacters() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/child/dwrite_font_proxy/
H A Dfont_fallback_win.cc80 base::string16 text_chunk(text, std::min(chunk_length, text_length)); in MapCharacters() local
/dports/www/p5-Template-Toolkit/Template-Toolkit-3.010/lib/Template/
H A DVMethods.pm302 sub text_chunk { subroutine
/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Dpngio.c1138 png_text text_chunk; in pixWriteStreamPng() local
1999 png_text text_chunk; in pixWriteMemPng() local
/dports/devel/upp/upp/bazaar/PixRaster/lib/
H A Dpngio.c711 png_text text_chunk; in pixWriteStreamPng() local
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/png/src/
H A Dencoder.rs409 let text_chunk = TEXtChunk::new(keyword, text); in add_text_chunk() localVariable
416 let text_chunk = ZTXtChunk::new(keyword, text); in add_ztxt_chunk() localVariable
426 let text_chunk = ITXtChunk::new(keyword, text); in add_itxt_chunk() localVariable
/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/
H A Dppmtoilbm.c155 static char *anno_chunk, *auth_chunk, *name_chunk, *text_chunk, *copyr_chunk; variable