Searched defs:glyph (Results 1 - 15 of 15) sorted by relevance

/haiku/src/system/kernel/
H A Dconvertutf.cpp22 glyph_length(uint32 glyph) argument
38 encode_glyph(uint32 glyph, size_t glyphLength, char* buffer) argument
70 uint32 glyph = isLittleEndian local
[all...]
/haiku/headers/libs/agg/
H A Dagg_renderer_raster_text.h34 renderer_raster_htext_solid(ren_type& ren, glyph_gen_type& glyph) : argument
98 renderer_raster_vtext_solid(ren_type& ren, glyph_gen_type& glyph) : argument
205 renderer_raster_htext(ren_type& ren, glyph_gen_type& glyph) : argument
H A Dagg_glyph_raster_bin.h66 unsigned glyph = *str; local
76 void prepare(glyph_rect* r, double x, double y, unsigned glyph, bool flip) argument
H A Dagg_gsv_text.h42 glyph enumerator in enum:agg::gsv_text::status
H A Dagg_font_cache_manager.h279 const glyph_cache* glyph(unsigne function in class:agg::font_cache_manager
[all...]
/haiku/src/add-ons/kernel/console/vga_text/
H A Dvga_text.c95 put_glyph(int32 x, int32 y, uint8 glyph, uint8 attr) argument
104 fill_glyph(int32 x, int32 y, int32 width, int32 height, uint8 glyph, uint8 attr) argument
/haiku/src/tests/apps/miniterminal/
H A DViewBuffer.cpp150 ViewBuffer::PutGlyph(int32 x, int32 y, uint8 glyph, uint8 attr) argument
160 ViewBuffer::FillGlyph(int32 x, int32 y, int32 width, int32 height, uint8 glyph, uint8 attr) argument
182 ViewBuffer::RenderGlyph(int32 x, int32 y, uint8 glyph, uint8 attr) argument
215 uint8 glyph = grid >> 8; local
[all...]
/haiku/src/apps/icon-o-matic/import_export/styled_text/
H A DStyledTextImporter.cpp312 BShape glyph; local
/haiku/src/servers/app/font/
H A DGlyphLayoutEngine.h324 const GlyphCache* glyph = entry->CachedGlyph(charCode); local
[all...]
H A DFontCacheEntry.cpp79 GlyphCache* glyph = fGlyphTable.Clear(true); local
102 GlyphCache* glyph = fGlyphTable.Lookup(glyphIndex); local
308 const GlyphCache* glyph = fGlyphCache->FindGlyph(glyphCode); local
352 InitAdaptors(const GlyphCache* glyph, double x, double y, GlyphMonoAdapter& monoAdapter, GlyphGray8Adapter& gray8Adapter, GlyphPathAdapter& pathAdapter, double scale) argument
[all...]
/haiku/src/servers/app/drawing/Painter/
H A DAGGTextRenderer.cpp227 bool ConsumeGlyph(int32 index, uint32 charCode, const GlyphCache* glyph, argument
[all...]
/haiku/src/apps/charactermap/
H A DCharacterWindow.cpp346 char glyph[20]; local
/haiku/src/system/kernel/debug/
H A Dframe_buffer_console.cpp132 get_font_data(uint8 glyph, int y) argument
143 render_glyph(int32 column, int32 row, uint8 glyph, uint8 attr) argument
265 console_put_glyph(int32 x, int32 y, uint8 glyph, uint8 attr) argument
276 console_fill_glyph(int32 x, int32 y, int32 width, int32 height, uint8 glyph, uint8 attr) argument
[all...]
/haiku/src/apps/haikudepot/textview/
H A DParagraphLayout.cpp301 const GlyphInfo& glyph = fGlyphInfos[fGlyphInfos.size() - 1]; local
308 const GlyphInfo& glyph = fGlyphInfos[textOffset]; local
391 const GlyphInfo& glyph = fGlyphInfos[fGlyphInfos.size() - 1]; local
405 const GlyphInfo& glyph = fGlyphInfos[textOffset]; local
454 const GlyphInfo& glyph = fGlyphInfos[textOffset]; local
529 GlyphInfo glyph = fGlyphInfos[i]; local
668 GlyphInfo glyph = fGlyphInfos[i]; local
860 GlyphInfo glyph = fGlyphInfos[i]; local
950 const GlyphInfo& glyph = fGlyphInfos[textOffset]; local
[all...]
/haiku/src/servers/app/
H A DServerFont.cpp752 bool ConsumeGlyph(int32 index, uint32 charCode, const GlyphCache* glyph, argument
819 bool ConsumeGlyph(int32 index, uint32 charCode, const GlyphCache* glyph, argument
886 bool ConsumeGlyph(int32 index, uint32 charCode, const GlyphCache* glyph, argument
939 ConsumeGlyph(int32 index, uint32 charCode, const GlyphCache* glyph, FontCacheEntry* entry, double x, double y, double advanceX, double advanceY) argument
1072 ConsumeGlyph(int32 index, uint32 charCode, const GlyphCache* glyph, FontCacheEntry* entry, double x, double y, double advanceX, double advanceY) argument
[all...]

Completed in 98 milliseconds