Home
last modified time | relevance | path

Searched refs:b_vert (Results 1 – 2 of 2) sorted by path

/trunk/main/vcl/inc/
H A Dprintergfx.hxx252 int getCharWidth (sal_Bool b_vert, sal_Unicode n_char,
/trunk/main/vcl/unx/generic/printergfx/
H A Dtext_gfx.cxx637 PrinterGfx::getCharWidth (sal_Bool b_vert, sal_Unicode n_char, CharacterMetric *p_bbox) in getCharWidth() argument
639 b_vert = b_vert && (getVerticalDeltaAngle(n_char) != 0); in getCharWidth()
640 int w = b_vert ? p_bbox->height : p_bbox->width; in getCharWidth()

Completed in 28 milliseconds