Home
last modified time | relevance | path

Searched refs:gfxglyph_t (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/swftools/swftools-0.9.2/lib/
H A Dgfxfont.c38 static void glyph_clear(gfxglyph_t*g) in glyph_clear()
132 static gfxglyph_t cloneGlyph(gfxglyph_t*src) in cloneGlyph()
134 gfxglyph_t dest; in cloneGlyph()
195 font->glyphs = (gfxglyph_t*)rfx_calloc(face->num_glyphs*sizeof(gfxglyph_t)); in gfxfont_load()
448 gfxglyph_t*newglyphs = (gfxglyph_t*)rfx_calloc(font->max_unicode*sizeof(gfxglyph_t)); in gfxfont_load()
632 gfxglyph_t*src = &font->glyphs[t]; in gfxfont_to_ttf()
714 gfxglyph_t*src = &font->glyphs[t]; in gfxfont_to_ttf()
H A Dgfxdevice.h31 } gfxglyph_t; typedef
41 gfxglyph_t*glyphs;
/dports/graphics/swftools/swftools-0.9.2/lib/pdf/
H A DInfoOutputDev.cc200 gfxglyph_t*g = &font->glyphs[t]; in findSpace()
226 gfxglyph_t*g = &font->glyphs[space_glyph]; in addSpace()
238 static void transform_glyph(gfxglyph_t*g, fontclass_t*mm, double scale) in transform_glyph()
257 gfxglyph_t*g = &font->glyphs[t]; in gfxfont_transform()
281 font->glyphs = (gfxglyph_t*)malloc(sizeof(gfxglyph_t)*(this->num_glyphs+2)); in createGfxFont()
282 memset(font->glyphs, 0, sizeof(gfxglyph_t)*this->num_glyphs); in createGfxFont()
297 gfxglyph_t*glyph = &font->glyphs[font->num_glyphs]; in createGfxFont()
386 gfxglyph_t*g = &font->glyphs[t]; in createGfxFont()
435 gfxglyph_t*g = &this->gfxfont->glyphs[this->gfxfont->num_glyphs++]; in getGfxFont()
H A DCharOutputDev.cc825 gfxglyph_t* gfxglyph = &current_gfxfont->glyphs[glyphid]; in drawChar()
/dports/graphics/swftools/swftools-0.9.2/lib/filters/
H A Done_big_font.c59 font->glyphs = rfx_calloc(sizeof(gfxglyph_t)*i->num_glyphs); in pass1_finish()
64 memcpy(font->glyphs + d->start, old->glyphs, sizeof(gfxglyph_t)*old->num_glyphs); in pass1_finish()
H A Dvectors_to_glyphs.c33 gfxglyph_t glyph;
91 i->font->glyphs = malloc(sizeof(gfxglyph_t)*i->font->num_glyphs); in make_font()
H A Dremove_font_transforms.c175 static void glyph_transform(gfxglyph_t*g, mymatrix_t*mm) in glyph_transform()
206 font->glyphs = rfx_calloc(sizeof(gfxglyph_t)*font->num_glyphs); in pass1_finish()
235 gfxglyph_t*g = &font->glyphs[t]; in pass1_finish()
/dports/graphics/swftools/swftools-0.9.2/lib/devices/
H A Dbbox.c122 gfxglyph_t*glyph = &font->glyphs[glyphnr]; in bbox_drawchar()
H A Dpdf.c367 gfxglyph_t*g = &font->glyphs[t]; in pdf_addfont()
432 gfxglyph_t*glyph = &font->glyphs[glyphnr]; in pdf_drawchar()
H A Drecord.c422 font->glyphs = (gfxglyph_t*)rfx_calloc(sizeof(gfxglyph_t)*font->num_glyphs); in readFont()
H A Dopengl.c525 gfxglyph_t*glyph = &i->font->glyphs[glyphnr]; in opengl_drawchar()
H A Drender.c768 gfxglyph_t*glyph = &font->glyphs[glyphnr]; in render_drawchar()
H A Dswf.c3110 gfxglyph_t*g = &font->glyphs[glyph]; in swf_drawchar()
/dports/graphics/swftools/swftools-0.9.2/lib/python/
H A Dgfx.c764 gfxglyph_t*glyph = &font->glyphs[glyphnr]; in my_drawchar()
1021 gfxglyph_t*glyph = &font->gfxfont->glyphs[self->nr]; in char_getattr()