Home
last modified time | relevance | path

Searched refs:cc_glyph2d (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/Coin/coin-Coin-4.0.0/src/fonts/
H A Dglyph2d.h48 typedef struct cc_glyph2d cc_glyph2d; typedef
50 cc_glyph2d * cc_glyph2d_ref(uint32_t character, const cc_font_specification * spec, float angle);
51 void cc_glyph2d_unref(cc_glyph2d * glyph);
53 void cc_glyph2d_getadvance(const cc_glyph2d * g, int * x, int * y);
54 void cc_glyph2d_getkerning(const cc_glyph2d * left, const cc_glyph2d * right, int * x, int * y);
56 unsigned int cc_glyph2d_getwidth(const cc_glyph2d * g);
57 const unsigned char * cc_glyph2d_getbitmap(const cc_glyph2d * g, int * size, int * offset);
58 SbBool cc_glyph2d_getmono(const cc_glyph2d * g);
H A Dglyph2d.cpp54 struct cc_glyph2d { struct
124 cc_glyph2d *
128 cc_glyph2d * glyph; in cc_glyph2d_ref()
151 glyph = (cc_glyph2d *) cc_list_get(glyphlist, i); in cc_glyph2d_ref()
169 glyph = (cc_glyph2d *) malloc(sizeof(cc_glyph2d)); in cc_glyph2d_ref()
241 cc_glyph2d_unref(cc_glyph2d * glyph) in cc_glyph2d_unref()
264 cc_glyph2d_getadvance(const cc_glyph2d * g, int * x, int * y) in cc_glyph2d_getadvance()
270 cc_glyph2d_getkerning(const cc_glyph2d * left, const cc_glyph2d * right, int * x, int * y) in cc_glyph2d_getkerning()
276 cc_glyph2d_getwidth(const cc_glyph2d * g) in cc_glyph2d_getwidth()
282 cc_glyph2d_getbitmap(const cc_glyph2d * g, int * size, int * offset) in cc_glyph2d_getbitmap()
[all …]
/dports/graphics/Coin/coin-Coin-4.0.0/src/caches/
H A DSoGlyphCache.cpp54 SbList <cc_glyph2d*> glyphlist2d;
102 SoGlyphCache::addGlyph(cc_glyph2d * glyph) in addGlyph()
H A DSoGlyphCache.h65 void addGlyph(cc_glyph2d * glyph);
/dports/graphics/Coin/coin-Coin-4.0.0/src/shapenodes/
H A DSoText2.cpp383 cc_glyph2d * prevglyph = NULL; in GLRender()
432 cc_glyph2d * glyph = cc_glyph2d_ref(glyphidx, fontspec, 0.0f); in GLRender()
863 const cc_glyph2d * prevglyph = NULL; in buildGlyphCache()
874 cc_glyph2d * glyph = cc_glyph2d_ref(glyphidx, fontspec, 0.0f); in buildGlyphCache()
/dports/graphics/Coin/coin-Coin-4.0.0/docs/
H A DChangeLog.20063965 Clean-up: collect common glyph-handling code between cc_glyph2d and cc_glyph3d