Home
last modified time | relevance | path

Searched refs:cc_glyph2d_ref (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/Coin/coin-Coin-4.0.0/src/fonts/
H A Dglyph2d.h50 cc_glyph2d * cc_glyph2d_ref(uint32_t character, const cc_font_specification * spec, float angle);
H A Dglyph2d.cpp125 cc_glyph2d_ref(uint32_t character, const cc_font_specification * spec, float angle) in cc_glyph2d_ref() function
/dports/graphics/Coin/coin-Coin-4.0.0/src/shapenodes/
H A DSoText2.cpp432 cc_glyph2d * glyph = cc_glyph2d_ref(glyphidx, fontspec, 0.0f); in GLRender()
874 cc_glyph2d * glyph = cc_glyph2d_ref(glyphidx, fontspec, 0.0f); in buildGlyphCache()