Home
last modified time | relevance | path

Searched refs:glyph_cache (Results 1 – 25 of 146) sorted by relevance

123456

/dports/graphics/agg/agg-2.5/include/
H A Dagg_font_cache_manager.h45 struct glyph_cache struct
95 glyph_cache* cache_glyph(unsigned glyph_code, in cache_glyph()
107 (glyph_cache**)m_allocator.allocate(sizeof(glyph_cache*) * 256, in cache_glyph()
115 glyph_cache* glyph = in cache_glyph()
116 (glyph_cache*)m_allocator.allocate(sizeof(glyph_cache), in cache_glyph()
131 glyph_cache** m_glyphs[256];
210 glyph_cache* cache_glyph(unsigned glyph_code, in cache_glyph()
294 const glyph_cache* glyph(unsigned glyph_code) in glyph()
323 void init_embedded_adaptors(const glyph_cache* gl,
406 const glyph_cache* m_prev_glyph;
[all …]
/dports/math/py-matplotlib2/matplotlib-2.2.4/extern/agg24-svn/include/
H A Dagg_font_cache_manager.h36 struct glyph_cache struct
86 glyph_cache* cache_glyph(unsigned glyph_code, in cache_glyph()
98 (glyph_cache**)m_allocator.allocate(sizeof(glyph_cache*) * 256, in cache_glyph()
106 glyph_cache* glyph = in cache_glyph()
107 (glyph_cache*)m_allocator.allocate(sizeof(glyph_cache), in cache_glyph()
122 glyph_cache** m_glyphs[256];
201 glyph_cache* cache_glyph(unsigned glyph_code, in cache_glyph()
285 const glyph_cache* glyph(unsigned glyph_code) in glyph()
314 void init_embedded_adaptors(const glyph_cache* gl,
397 const glyph_cache* m_prev_glyph;
[all …]
/dports/math/py-matplotlib/matplotlib-3.4.3/extern/agg24-svn/include/
H A Dagg_font_cache_manager.h36 struct glyph_cache struct
86 glyph_cache* cache_glyph(unsigned glyph_code, in cache_glyph()
98 (glyph_cache**)m_allocator.allocate(sizeof(glyph_cache*) * 256, in cache_glyph()
106 glyph_cache* glyph = in cache_glyph()
107 (glyph_cache*)m_allocator.allocate(sizeof(glyph_cache), in cache_glyph()
122 glyph_cache** m_glyphs[256];
201 glyph_cache* cache_glyph(unsigned glyph_code, in cache_glyph()
285 const glyph_cache* glyph(unsigned glyph_code) in glyph()
314 void init_embedded_adaptors(const glyph_cache* gl,
397 const glyph_cache* m_prev_glyph;
[all …]
/dports/graphics/mapserver/mapserver-7.6.4/renderers/agg/include/
H A Dagg_font_cache_manager.h36 struct glyph_cache struct
86 glyph_cache* cache_glyph(unsigned glyph_code, in cache_glyph()
98 (glyph_cache**)m_allocator.allocate(sizeof(glyph_cache*) * 256, in cache_glyph()
106 glyph_cache* glyph = in cache_glyph()
107 (glyph_cache*)m_allocator.allocate(sizeof(glyph_cache), in cache_glyph()
122 glyph_cache** m_glyphs[256];
201 glyph_cache* cache_glyph(unsigned glyph_code, in cache_glyph()
285 const glyph_cache* glyph(unsigned glyph_code) in glyph()
314 void init_embedded_adaptors(const glyph_cache* gl,
397 const glyph_cache* m_prev_glyph;
[all …]
/dports/sysutils/fluxengine/fluxengine-61ff48c/dep/agg/include/
H A Dagg_font_cache_manager.h36 struct glyph_cache struct
86 glyph_cache* cache_glyph(unsigned glyph_code, in cache_glyph()
98 (glyph_cache**)m_allocator.allocate(sizeof(glyph_cache*) * 256, in cache_glyph()
106 glyph_cache* glyph = in cache_glyph()
107 (glyph_cache*)m_allocator.allocate(sizeof(glyph_cache), in cache_glyph()
122 glyph_cache** m_glyphs[256];
201 glyph_cache* cache_glyph(unsigned glyph_code, in cache_glyph()
285 const glyph_cache* glyph(unsigned glyph_code) in glyph()
314 void init_embedded_adaptors(const glyph_cache* gl,
397 const glyph_cache* m_prev_glyph;
[all …]
/dports/x11/alacritty/alacritty-0.9.0/alacritty/src/display/
H A Dmod.rs199 glyph_cache: GlyphCache,
339 glyph_cache,
364 let glyph_cache = {
383 Ok((glyph_cache, cw, ch))
390 let cache = &mut self.glyph_cache;
403 let cache = &mut self.glyph_cache;
518 let glyph_cache = &mut self.glyph_cache;
597 let glyph_cache = &mut self.glyph_cache;
741 let glyph_cache = &mut self.glyph_cache;
762 let glyph_cache = &mut self.glyph_cache;
[all …]
/dports/graphics/mupdf/mupdf-1.18.0-source/source/fitz/
H A Ddraw-glyph.c65 ctx->glyph_cache = cache; in fz_new_glyph_cache_context()
71 fz_glyph_cache *cache = ctx->glyph_cache; in drop_glyph_cache_entry()
97 fz_glyph_cache *cache = ctx->glyph_cache; in do_purge()
120 if (!ctx || !ctx->glyph_cache) in fz_drop_glyph_cache_context()
124 ctx->glyph_cache->refs--; in fz_drop_glyph_cache_context()
125 if (ctx->glyph_cache->refs == 0) in fz_drop_glyph_cache_context()
128 fz_free(ctx, ctx->glyph_cache); in fz_drop_glyph_cache_context()
129 ctx->glyph_cache = NULL; in fz_drop_glyph_cache_context()
138 ctx->glyph_cache->refs++; in fz_keep_glyph_cache()
140 return ctx->glyph_cache; in fz_keep_glyph_cache()
[all …]
/dports/games/libretro-2048/libretro-2048-35a299c/cairo/src/
H A Dcairo-gl-device.c130 for (n = 0; n < ARRAY_LENGTH (ctx->glyph_cache); n++) in _gl_destroy()
131 _cairo_gl_glyph_cache_fini (ctx, &ctx->glyph_cache[n]); in _gl_destroy()
159 memset (ctx->glyph_cache, 0, sizeof (ctx->glyph_cache)); in _cairo_gl_context_init()
231 for (n = 0; n < ARRAY_LENGTH (ctx->glyph_cache); n++) in _cairo_gl_context_init()
232 _cairo_gl_glyph_cache_init (&ctx->glyph_cache[n]); in _cairo_gl_context_init()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/glyph_rasterizer/
H A Dno_pathfinder.rs17 use glyph_cache::{GlyphCache, CachedGlyphInfo, GlyphCacheEntry};
41 glyph_cache: &mut GlyphCache, in request_glyphs()
56 let glyph_key_cache = glyph_cache.get_glyph_key_cache_for_font_mut(font.clone()); in request_glyphs()
134 glyph_cache: &mut GlyphCache, in resolve_glyphs()
160 let glyph_key_cache = glyph_cache.get_glyph_key_cache_for_font_mut(font); in resolve_glyphs()
H A Dpathfinder.rs19 use glyph_cache::{GlyphCache, GlyphCacheEntry, CachedGlyphInfo};
93 glyph_cache: &GlyphCache, in get_cache_item_for_glyph()
98 let glyph_key_cache = glyph_cache.get_glyph_key_cache_for_font(font); in get_cache_item_for_glyph()
152 glyph_cache: &mut GlyphCache, in request_glyphs()
162 let glyph_key_cache = glyph_cache.get_glyph_key_cache_for_font_mut(font.clone()); in request_glyphs()
/dports/graphics/cogl/cogl-1.22.8/cogl-pango/
H A Dcogl-pango-render.c73 CoglPangoGlyphCache *glyph_cache; member
230 renderer->no_mipmap_caches.glyph_cache = in _cogl_pango_renderer_constructed()
232 renderer->mipmap_caches.glyph_cache = in _cogl_pango_renderer_constructed()
304 cogl_pango_glyph_cache_free (priv->no_mipmap_caches.glyph_cache); in cogl_pango_renderer_finalize()
305 cogl_pango_glyph_cache_free (priv->mipmap_caches.glyph_cache); in cogl_pango_renderer_finalize()
353 (caches->glyph_cache, in cogl_pango_layout_qdata_forget_display_list()
425 (caches->glyph_cache, in cogl_pango_show_layout()
540 cogl_pango_glyph_cache_clear (renderer->mipmap_caches.glyph_cache); in _cogl_pango_renderer_clear_glyph_cache()
541 cogl_pango_glyph_cache_clear (renderer->no_mipmap_caches.glyph_cache); in _cogl_pango_renderer_clear_glyph_cache()
568 return cogl_pango_glyph_cache_lookup (caches->glyph_cache, in cogl_pango_renderer_get_cached_glyph()
[all …]
/dports/x11-wm/mutter/mutter-41.1/cogl/cogl-pango/
H A Dcogl-pango-render.c72 CoglPangoGlyphCache *glyph_cache; member
229 renderer->no_mipmap_caches.glyph_cache = in _cogl_pango_renderer_constructed()
231 renderer->mipmap_caches.glyph_cache = in _cogl_pango_renderer_constructed()
303 cogl_pango_glyph_cache_free (priv->no_mipmap_caches.glyph_cache); in cogl_pango_renderer_finalize()
304 cogl_pango_glyph_cache_free (priv->mipmap_caches.glyph_cache); in cogl_pango_renderer_finalize()
352 (caches->glyph_cache, in cogl_pango_layout_qdata_forget_display_list()
424 (caches->glyph_cache, in cogl_pango_show_layout()
498 cogl_pango_glyph_cache_clear (renderer->mipmap_caches.glyph_cache); in _cogl_pango_renderer_clear_glyph_cache()
499 cogl_pango_glyph_cache_clear (renderer->no_mipmap_caches.glyph_cache); in _cogl_pango_renderer_clear_glyph_cache()
526 return cogl_pango_glyph_cache_lookup (caches->glyph_cache, in cogl_pango_renderer_get_cached_glyph()
[all …]
/dports/x11-wm/muffin/muffin-4.8.0/cogl/cogl-pango/
H A Dcogl-pango-render.c66 CoglPangoGlyphCache *glyph_cache; member
223 renderer->no_mipmap_caches.glyph_cache = in _cogl_pango_renderer_constructed()
225 renderer->mipmap_caches.glyph_cache = in _cogl_pango_renderer_constructed()
297 cogl_pango_glyph_cache_free (priv->no_mipmap_caches.glyph_cache); in cogl_pango_renderer_finalize()
298 cogl_pango_glyph_cache_free (priv->mipmap_caches.glyph_cache); in cogl_pango_renderer_finalize()
346 (caches->glyph_cache, in cogl_pango_layout_qdata_forget_display_list()
418 (caches->glyph_cache, in cogl_pango_show_layout()
533 cogl_pango_glyph_cache_clear (renderer->mipmap_caches.glyph_cache); in _cogl_pango_renderer_clear_glyph_cache()
534 cogl_pango_glyph_cache_clear (renderer->no_mipmap_caches.glyph_cache); in _cogl_pango_renderer_clear_glyph_cache()
561 return cogl_pango_glyph_cache_lookup (caches->glyph_cache, in cogl_pango_renderer_get_cached_glyph()
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/gsk/gl/
H A Dgskglglyphcache.c45 GskGLGlyphCache *glyph_cache; in gsk_gl_glyph_cache_new() local
47 glyph_cache = g_new0 (GskGLGlyphCache, 1); in gsk_gl_glyph_cache_new()
49 glyph_cache->display = display; in gsk_gl_glyph_cache_new()
50 glyph_cache->hash_table = g_hash_table_new_full (glyph_cache_hash, glyph_cache_equal, in gsk_gl_glyph_cache_new()
53 glyph_cache->atlases = gsk_gl_texture_atlases_ref (atlases); in gsk_gl_glyph_cache_new()
55 glyph_cache->ref_count = 1; in gsk_gl_glyph_cache_new()
57 return glyph_cache; in gsk_gl_glyph_cache_new()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/piston2d-gfx_graphics-0.61.0/examples/
H A Dtext_test.rs32 let mut glyph_cache = GlyphCache::new( in main() localVariable
66 &mut glyph_cache, in main()
74 glyph_cache.factory.encoder.flush(&mut device); in main()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gsk/vulkan/
H A Dgskvulkanrenderer.c58 GskVulkanGlyphCache *glyph_cache; member
134 self->glyph_cache = gsk_vulkan_glyph_cache_new (renderer, self->vulkan); in gsk_vulkan_renderer_realize()
145 g_clear_object (&self->glyph_cache); in gsk_vulkan_renderer_unrealize()
369 return g_object_ref (gsk_vulkan_glyph_cache_get_glyph_image (self->glyph_cache, uploader, index)); in gsk_vulkan_renderer_ref_glyph_image()
380 …return gsk_vulkan_glyph_cache_lookup (self->glyph_cache, TRUE, font, glyph, x, y, scale)->texture_… in gsk_vulkan_renderer_cache_glyph()
391 return gsk_vulkan_glyph_cache_lookup (self->glyph_cache, FALSE, font, glyph, x, y, scale); in gsk_vulkan_renderer_get_cached_glyph()
/dports/games/allacrost/allacrost-1.0.2/src/engine/video/
H A Dtext.cpp528 if (fp->glyph_cache) { in ~TextSupervisor()
529 …for (std::map<uint16, FontGlyph*>::iterator j = fp->glyph_cache->begin(); j != fp->glyph_cache->en… in ~TextSupervisor()
532 delete fp->glyph_cache; in ~TextSupervisor()
589 fp->glyph_cache = new std::map<uint16, FontGlyph*>; in LoadFont()
775 if (fp->glyph_cache->find(character) != fp->glyph_cache->end()) in _CacheGlyphs()
854 fp->glyph_cache->insert(pair<uint16, FontGlyph*>(character, glyph)); in _CacheGlyphs()
913 FontGlyph* glyph_info = (*fp->glyph_cache)[*glyph]; in _DrawTextHelper()
1001 FontGlyph* glyphinfo = (*fp->glyph_cache)[*char_ptr]; in _RenderText()
1013 FontGlyph* first_glyphinfo = (*fp->glyph_cache)[*char_ptr]; in _RenderText()
1040 FontGlyph* glyphinfo = (*fp->glyph_cache)[*char_ptr]; in _RenderText()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender/src/
H A Dglyph_rasterizer.rs14 use glyph_cache::{CachedGlyphInfo, GlyphCache};
383 glyph_cache: &mut GlyphCache, in request_glyphs()
396 let glyph_key_cache = glyph_cache.get_glyph_key_cache_for_font_mut(font.clone()); in request_glyphs()
491 glyph_cache: &mut GlyphCache, in resolve_glyphs()
559 let glyph_key_cache = glyph_cache.get_glyph_key_cache_for_font_mut(job.request.font); in resolve_glyphs()
643 let mut glyph_cache = GlyphCache::new(); in rasterize_200_glyphs() localVariable
681 &mut glyph_cache, in rasterize_200_glyphs()
692 &mut glyph_cache, in rasterize_200_glyphs()
/dports/graphics/blender/blender-2.91.0/source/blender/blenfont/intern/
H A Dblf_internal_types.h41 struct GlyphCacheBLF *glyph_cache; member
135 struct GlyphCacheBLF *glyph_cache; member
/dports/x11-fonts/fcft/fcft/
H A Dfcft.c132 } glyph_cache; member
1039 font->glyph_cache.count = 0; in fcft_from_name()
1156 new->glyph_cache.count = 0; in fcft_size_adjust()
1157 new->glyph_cache.table = cache_table; in fcft_size_adjust()
1698 if (font->glyph_cache.count * 100 / font->glyph_cache.size < 75) in glyph_cache_resize()
1729 free(font->glyph_cache.table); in glyph_cache_resize()
1732 font->glyph_cache.table = table; in glyph_cache_resize()
1733 font->glyph_cache.size = size; in glyph_cache_resize()
1915 font->glyph_cache.count++; in fcft_glyph_rasterize()
2686 i < font->glyph_cache.size && font->glyph_cache.table != NULL; in fcft_destroy()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/glyph_rasterizer/
H A Dmod.rs15 use crate::glyph_cache::{GlyphCache, CachedGlyphInfo, GlyphCacheEntry};
64 glyph_cache: &mut GlyphCache, in request_glyphs()
227 glyph_cache: &mut GlyphCache, in resolve_glyphs()
1148 use crate::glyph_cache::GlyphCache; in rasterize_200_glyphs()
1162 let mut glyph_cache = GlyphCache::new(); in rasterize_200_glyphs() localVariable
1200 &mut glyph_cache, in rasterize_200_glyphs()
1211 &mut glyph_cache, in rasterize_200_glyphs()
1226 use crate::glyph_cache::GlyphCache; in rasterize_large_glyphs()
1240 let mut glyph_cache = GlyphCache::new(); in rasterize_large_glyphs() localVariable
1277 &mut glyph_cache, in rasterize_large_glyphs()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/glyph_rasterizer/
H A Dmod.rs15 use crate::glyph_cache::{GlyphCache, CachedGlyphInfo, GlyphCacheEntry};
64 glyph_cache: &mut GlyphCache, in request_glyphs()
227 glyph_cache: &mut GlyphCache, in resolve_glyphs()
1148 use crate::glyph_cache::GlyphCache; in rasterize_200_glyphs()
1162 let mut glyph_cache = GlyphCache::new(); in rasterize_200_glyphs() localVariable
1200 &mut glyph_cache, in rasterize_200_glyphs()
1211 &mut glyph_cache, in rasterize_200_glyphs()
1226 use crate::glyph_cache::GlyphCache; in rasterize_large_glyphs()
1240 let mut glyph_cache = GlyphCache::new(); in rasterize_large_glyphs() localVariable
1277 &mut glyph_cache, in rasterize_large_glyphs()
[all …]
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/cache/
H A Dglyph.c38 static rdpGlyph* glyph_cache_get(rdpGlyphCache* glyph_cache, UINT32 id, UINT32 index);
39 static BOOL glyph_cache_put(rdpGlyphCache* glyph_cache, UINT32 id, UINT32 index, rdpGlyph* entry);
82 rdpGlyphCache* glyph_cache; in update_process_glyph() local
88 glyph_cache = context->cache->glyph; in update_process_glyph()
89 glyph = glyph_cache_get(glyph_cache, cacheId, cacheIndex); in update_process_glyph()
146 rdpGlyphCache* glyph_cache; in update_process_glyph_fragments() local
154 glyph_cache = context->cache->glyph; in update_process_glyph_fragments()
248 fragments = (BYTE*)glyph_cache_fragment_get(glyph_cache, id, &size); in update_process_glyph_fragments()
271 glyph_cache_fragment_put(glyph_cache, id, size, data); in update_process_glyph_fragments()
/dports/graphics/cairo/cairo-1.17.4/src/drm/
H A Dcairo-drm-i915-glyphs.c297 cairo_scaled_glyph_t *glyph_cache[64]; in i915_surface_glyphs() local
435 memset (glyph_cache, 0, sizeof (glyph_cache)); in i915_surface_glyphs()
440 int cache_index = glyphs[i].index % ARRAY_LENGTH (glyph_cache); in i915_surface_glyphs()
443 scaled_glyph = glyph_cache[cache_index]; in i915_surface_glyphs()
454 glyph_cache[cache_index] = scaled_glyph; in i915_surface_glyphs()
H A Dcairo-drm-i965-glyphs.c238 cairo_scaled_glyph_t *glyph_cache[64]; in i965_surface_glyphs() local
354 memset (glyph_cache, 0, sizeof (glyph_cache)); in i965_surface_glyphs()
359 int cache_index = g[i].index % ARRAY_LENGTH (glyph_cache); in i965_surface_glyphs()
362 scaled_glyph = glyph_cache[cache_index]; in i965_surface_glyphs()
373 glyph_cache[cache_index] = scaled_glyph; in i965_surface_glyphs()

123456