Home
last modified time | relevance | path

Searched refs:fz_bound_glyph (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/mupdf/mupdf-1.18.0-source/include/mupdf/fitz/
H A Dfont.h486 fz_rect fz_bound_glyph(fz_context *ctx, fz_font *font, int gid, fz_matrix trm);
/dports/graphics/mupdf/mupdf-1.18.0-source/source/fitz/
H A Dtext.c177 gbox = fz_bound_glyph(ctx, span->font, span->items[i].gid, trm); in fz_bound_text()
H A Dfont.c1536 bounds = fz_expand_rect(fz_bound_glyph(ctx, font, gid, trm), 1); in fz_render_t3_glyph_pixmap()
1629 fz_bound_glyph(fz_context *ctx, fz_font *font, int gid, fz_matrix trm) in fz_bound_glyph() function
H A Dsvg-device.c493 rect = fz_bound_glyph(ctx, span->font, gid, fz_identity); in svg_dev_text_span_as_paths_defs()
/dports/graphics/mupdf/mupdf-1.18.0-source/source/pdf/
H A Dpdf-interpret.c1224 tos->char_bbox = fz_expand_rect(fz_bound_glyph(ctx, fontdesc->font, tos->gid, *trm), 1); in pdf_tos_make_trm()