Home
last modified time | relevance | path

Searched refs:gr_font (Results 1 – 25 of 113) sorted by relevance

12345

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/graphite2/src/
H A Dgr_font.cpp42 gr_font* gr_make_font(float ppm/*pixels per em*/, const gr_face *face) in gr_make_font()
48 gr_font* gr_make_font_with_ops(float ppm/*pixels per em*/, const void* appFontHandle/*non-NULL*/, c… in gr_make_font_with_ops()
53 return static_cast<gr_font*>(res); in gr_make_font_with_ops()
56 gr_font* gr_make_font_with_advance_fn(float ppm/*pixels per em*/, const void* appFontHandle/*non-NU… in gr_make_font_with_advance_fn()
62 void gr_font_destroy(gr_font *font) in gr_font_destroy()
/dports/www/firefox-esr/firefox-91.8.0/gfx/graphite2/src/
H A Dgr_font.cpp42 gr_font* gr_make_font(float ppm/*pixels per em*/, const gr_face *face) in gr_make_font()
48 gr_font* gr_make_font_with_ops(float ppm/*pixels per em*/, const void* appFontHandle/*non-NULL*/, c… in gr_make_font_with_ops()
54 return static_cast<gr_font*>(res); in gr_make_font_with_ops()
62 gr_font* gr_make_font_with_advance_fn(float ppm/*pixels per em*/, const void* appFontHandle/*non-NU… in gr_make_font_with_advance_fn()
68 void gr_font_destroy(gr_font *font) in gr_font_destroy()
/dports/www/firefox/firefox-99.0/gfx/graphite2/src/
H A Dgr_font.cpp42 gr_font* gr_make_font(float ppm/*pixels per em*/, const gr_face *face) in gr_make_font()
48 gr_font* gr_make_font_with_ops(float ppm/*pixels per em*/, const void* appFontHandle/*non-NULL*/, c… in gr_make_font_with_ops()
54 return static_cast<gr_font*>(res); in gr_make_font_with_ops()
62 gr_font* gr_make_font_with_advance_fn(float ppm/*pixels per em*/, const void* appFontHandle/*non-NU… in gr_make_font_with_advance_fn()
68 void gr_font_destroy(gr_font *font) in gr_font_destroy()
/dports/graphics/graphite2/graphite2-1.3.14/src/
H A Dgr_font.cpp42 gr_font* gr_make_font(float ppm/*pixels per em*/, const gr_face *face) in gr_make_font()
48 gr_font* gr_make_font_with_ops(float ppm/*pixels per em*/, const void* appFontHandle/*non-NULL*/, c… in gr_make_font_with_ops()
54 return static_cast<gr_font*>(res); in gr_make_font_with_ops()
62 gr_font* gr_make_font_with_advance_fn(float ppm/*pixels per em*/, const void* appFontHandle/*non-NU… in gr_make_font_with_advance_fn()
68 void gr_font_destroy(gr_font *font) in gr_font_destroy()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/graphite2/src/
H A Dgr_font.cpp42 gr_font* gr_make_font(float ppm/*pixels per em*/, const gr_face *face) in gr_make_font()
48 gr_font* gr_make_font_with_ops(float ppm/*pixels per em*/, const void* appFontHandle/*non-NULL*/, c… in gr_make_font_with_ops()
54 return static_cast<gr_font*>(res); in gr_make_font_with_ops()
62 gr_font* gr_make_font_with_advance_fn(float ppm/*pixels per em*/, const void* appFontHandle/*non-NU… in gr_make_font_with_advance_fn()
68 void gr_font_destroy(gr_font *font) in gr_font_destroy()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/graphite2/src/
H A Dgr_font.cpp42 gr_font* gr_make_font(float ppm/*pixels per em*/, const gr_face *face) in gr_make_font()
48 gr_font* gr_make_font_with_ops(float ppm/*pixels per em*/, const void* appFontHandle/*non-NULL*/, c… in gr_make_font_with_ops()
54 return static_cast<gr_font*>(res); in gr_make_font_with_ops()
62 gr_font* gr_make_font_with_advance_fn(float ppm/*pixels per em*/, const void* appFontHandle/*non-NU… in gr_make_font_with_advance_fn()
68 void gr_font_destroy(gr_font *font) in gr_font_destroy()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/graphite2/src/
H A Dgr_font.cpp42 gr_font* gr_make_font(float ppm/*pixels per em*/, const gr_face *face) in gr_make_font()
48 gr_font* gr_make_font_with_ops(float ppm/*pixels per em*/, const void* appFontHandle/*non-NULL*/, c… in gr_make_font_with_ops()
54 return static_cast<gr_font*>(res); in gr_make_font_with_ops()
62 gr_font* gr_make_font_with_advance_fn(float ppm/*pixels per em*/, const void* appFontHandle/*non-NU… in gr_make_font_with_advance_fn()
68 void gr_font_destroy(gr_font *font) in gr_font_destroy()
/dports/www/firefox-esr/firefox-91.8.0/gfx/graphite2/include/graphite2/
H A DFont.h41 typedef struct gr_font gr_font; typedef
266 GR2_API gr_font* gr_make_font(float ppm, const gr_face *face);
305 GR2_API gr_font* gr_make_font_with_ops(float ppm, const void* appFontHandle, const gr_font_ops * fo…
318 GR2_API gr_font* gr_make_font_with_advance_fn(float ppm, const void* appFontHandle, gr_advance_fn g…
321 GR2_API void gr_font_destroy(gr_font *font);
H A DSegment.h269 GR2_API gr_segment* gr_make_seg(const gr_font* font, const gr_face* face, gr_uint32 script, const g…
327 …y(gr_segment* pSeg/*not NULL*/, const gr_slot* pStart/*not NULL*/, const gr_font *pFont, double wi…
395 GR2_API float gr_slot_advance_X(const gr_slot* p, const gr_face* face, const gr_font *font);
402 GR2_API float gr_slot_advance_Y(const gr_slot* p, const gr_face* face, const gr_font *font);
/dports/www/firefox/firefox-99.0/gfx/graphite2/include/graphite2/
H A DFont.h41 typedef struct gr_font gr_font; typedef
266 GR2_API gr_font* gr_make_font(float ppm, const gr_face *face);
305 GR2_API gr_font* gr_make_font_with_ops(float ppm, const void* appFontHandle, const gr_font_ops * fo…
318 GR2_API gr_font* gr_make_font_with_advance_fn(float ppm, const void* appFontHandle, gr_advance_fn g…
321 GR2_API void gr_font_destroy(gr_font *font);
H A DSegment.h269 GR2_API gr_segment* gr_make_seg(const gr_font* font, const gr_face* face, gr_uint32 script, const g…
327 …y(gr_segment* pSeg/*not NULL*/, const gr_slot* pStart/*not NULL*/, const gr_font *pFont, double wi…
395 GR2_API float gr_slot_advance_X(const gr_slot* p, const gr_face* face, const gr_font *font);
402 GR2_API float gr_slot_advance_Y(const gr_slot* p, const gr_face* face, const gr_font *font);
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/graphite2/include/graphite2/
H A DFont.h41 typedef struct gr_font gr_font; typedef
266 GR2_API gr_font* gr_make_font(float ppm, const gr_face *face);
305 GR2_API gr_font* gr_make_font_with_ops(float ppm, const void* appFontHandle, const gr_font_ops * fo…
318 GR2_API gr_font* gr_make_font_with_advance_fn(float ppm, const void* appFontHandle, gr_advance_fn g…
321 GR2_API void gr_font_destroy(gr_font *font);
H A DSegment.h269 GR2_API gr_segment* gr_make_seg(const gr_font* font, const gr_face* face, gr_uint32 script, const g…
327 …y(gr_segment* pSeg/*not NULL*/, const gr_slot* pStart/*not NULL*/, const gr_font *pFont, double wi…
395 GR2_API float gr_slot_advance_X(const gr_slot* p, const gr_face* face, const gr_font *font);
402 GR2_API float gr_slot_advance_Y(const gr_slot* p, const gr_face* face, const gr_font *font);
/dports/graphics/graphite2/graphite2-1.3.14/include/graphite2/
H A DFont.h41 typedef struct gr_font gr_font; typedef
266 GR2_API gr_font* gr_make_font(float ppm, const gr_face *face);
305 GR2_API gr_font* gr_make_font_with_ops(float ppm, const void* appFontHandle, const gr_font_ops * fo…
318 GR2_API gr_font* gr_make_font_with_advance_fn(float ppm, const void* appFontHandle, gr_advance_fn g…
321 GR2_API void gr_font_destroy(gr_font *font);
H A DSegment.h269 GR2_API gr_segment* gr_make_seg(const gr_font* font, const gr_face* face, gr_uint32 script, const g…
327 …y(gr_segment* pSeg/*not NULL*/, const gr_slot* pStart/*not NULL*/, const gr_font *pFont, double wi…
395 GR2_API float gr_slot_advance_X(const gr_slot* p, const gr_face* face, const gr_font *font);
402 GR2_API float gr_slot_advance_Y(const gr_slot* p, const gr_face* face, const gr_font *font);
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/graphite2/include/graphite2/
H A DFont.h41 typedef struct gr_font gr_font; typedef
264 GR2_API gr_font* gr_make_font(float ppm, const gr_face *face);
303 GR2_API gr_font* gr_make_font_with_ops(float ppm, const void* appFontHandle, const gr_font_ops * fo…
316 GR2_API gr_font* gr_make_font_with_advance_fn(float ppm, const void* appFontHandle, gr_advance_fn g…
319 GR2_API void gr_font_destroy(gr_font *font);
H A DSegment.h269 GR2_API gr_segment* gr_make_seg(const gr_font* font, const gr_face* face, gr_uint32 script, const g…
327 …y(gr_segment* pSeg/*not NULL*/, const gr_slot* pStart/*not NULL*/, const gr_font *pFont, double wi…
395 GR2_API float gr_slot_advance_X(const gr_slot* p, const gr_face* face, const gr_font *font);
402 GR2_API float gr_slot_advance_Y(const gr_slot* p, const gr_face* face, const gr_font *font);
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/graphite2/include/graphite2/
H A DFont.h41 typedef struct gr_font gr_font; typedef
264 GR2_API gr_font* gr_make_font(float ppm, const gr_face *face);
303 GR2_API gr_font* gr_make_font_with_ops(float ppm, const void* appFontHandle, const gr_font_ops * fo…
316 GR2_API gr_font* gr_make_font_with_advance_fn(float ppm, const void* appFontHandle, gr_advance_fn g…
319 GR2_API void gr_font_destroy(gr_font *font);
H A DSegment.h269 GR2_API gr_segment* gr_make_seg(const gr_font* font, const gr_face* face, gr_uint32 script, const g…
327 …y(gr_segment* pSeg/*not NULL*/, const gr_slot* pStart/*not NULL*/, const gr_font *pFont, double wi…
395 GR2_API float gr_slot_advance_X(const gr_slot* p, const gr_face* face, const gr_font *font);
402 GR2_API float gr_slot_advance_Y(const gr_slot* p, const gr_face* face, const gr_font *font);
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/graphite2/include/graphite2/
H A DFont.h41 typedef struct gr_font gr_font; typedef
266 GR2_API gr_font* gr_make_font(float ppm, const gr_face *face);
305 GR2_API gr_font* gr_make_font_with_ops(float ppm, const void* appFontHandle, const gr_font_ops * fo…
318 GR2_API gr_font* gr_make_font_with_advance_fn(float ppm, const void* appFontHandle, gr_advance_fn g…
321 GR2_API void gr_font_destroy(gr_font *font);
H A DSegment.h269 GR2_API gr_segment* gr_make_seg(const gr_font* font, const gr_face* face, gr_uint32 script, const g…
327 …y(gr_segment* pSeg/*not NULL*/, const gr_slot* pStart/*not NULL*/, const gr_font *pFont, double wi…
395 GR2_API float gr_slot_advance_X(const gr_slot* p, const gr_face* face, const gr_font *font);
402 GR2_API float gr_slot_advance_Y(const gr_slot* p, const gr_face* face, const gr_font *font);
/dports/math/gri/gri-2.12.23/src/
H A DGriState.hh51 void set_font(gr_font f) {the_font = f; } in set_font()
64 gr_font font() const {return the_font; } in font()
83 gr_font the_font;
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/thebes/
H A DgfxGraphiteShaper.h14 struct gr_font;
44 gr_font *mGrFont; // owned by the shaper itself
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/thebes/
H A DgfxGraphiteShaper.h14 struct gr_font;
38 gr_font *mGrFont; // owned by the shaper itself
/dports/www/firefox-esr/firefox-91.8.0/gfx/thebes/
H A DgfxGraphiteShaper.h17 struct gr_font;
50 tainted_opaque_gr<gr_font*> mGrFont; // owned by the shaper itself

12345