Home
last modified time | relevance | path

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

/dports/print/texlive-base/texlive-20150521-source/texk/dvipng/dvipng-1.15/
H A Dtfm.c33 dviunits* width; in ReadTFM()
45 if ((width=malloc(nw*sizeof(dviunits)))==NULL) in ReadTFM()
65 tcharptr->tfmw = (dviunits) in ReadTFM()
H A Ddraw.c32 dviunits h, v, w, x, y, z; /* stack entry */
73 (dviunits)((int64_t) a * ((struct font_entry*) parent)->s / (1 << 20)))
76 dviunits SetChar(int32_t c) in SetChar()
132 dviunits temp; in DrawCommand()
291 static void DrawPage(dviunits hoffset, dviunits voffset) in DrawPage()
329 DrawPage((dviunits)0,(dviunits)0); in DrawPages()
H A Dset.c208 dviunits SetGlyph(struct char_entry *ptr, int32_t hh,int32_t vv) in SetGlyph()
260 dviunits SetRule(dviunits a, dviunits b, subpixels hh,subpixels vv) in SetRule()
H A Ddvipng.h108 typedef int32_t dviunits; typedef
242 dviunits tfmw; /* TFM width */
342 dviunits SetGlyph(struct char_entry *ptr, int32_t hh,int32_t vv);
H A Dpk.c152 ptr->tfmw = (dviunits) in LoadPK()
H A Dspecial.c683 dviunits adj_llx,adj_lly,adj_urx,adj_ury,ht,dp,wd; in SetSpecial()