Home
last modified time | relevance | path

Searched refs:ydpmm (Results 1 – 4 of 4) sorted by relevance

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dgdlgstream.hpp150 PLFLT ydpmm; // y resolution Dots per mm member
347 inline PLFLT yResolution(){return thePage.ydpmm;} in yResolution()
777 thePage.ydpmm=abs(thePage.height/(thePage.ny*bysize_mm)); in syncPageInfo()
780 thePage.ysizemm=thePage.height/thePage.ydpmm; in syncPageInfo()
782 thePage.xdpmm,thePage.ydpmm,thePage.length,thePage.height,thePage.xsizemm,thePage.ysizemm); in syncPageInfo()
784 thePage.subpage.dyoff=offy_mm*thePage.ydpmm; in syncPageInfo()
786 thePage.subpage.dysize=bysize_mm*thePage.ydpmm; in syncPageInfo()
/dports/science/gnudatalanguage/gdl-1.0.1/src/otherdevices/
H A Dgdlwinstream.hpp76 PLFLT ydpmm; // Device y pixel per mm member
/dports/math/plplot-ada/plplot-5.15.0/drivers/
H A Dwingdi.c90 PLFLT ydpmm; // Device y pixel per mm member
321 dev->ydpmm = pls->ydpi / 25.4; in UpdatePageMetrics()
1900 state.font_height = 1.6 * pls->chrht * dev->ydpmm; in plD_text_wingdi()
1965 ry -= (int) ( 0.5 * pls->chrht * dev->ydpmm ); in plD_text_wingdi()
/dports/math/plplot/plplot-5.15.0/drivers/
H A Dwingdi.c90 PLFLT ydpmm; // Device y pixel per mm member
321 dev->ydpmm = pls->ydpi / 25.4; in UpdatePageMetrics()
1900 state.font_height = 1.6 * pls->chrht * dev->ydpmm; in plD_text_wingdi()
1965 ry -= (int) ( 0.5 * pls->chrht * dev->ydpmm ); in plD_text_wingdi()