Searched refs:b_vert (Results 1 – 2 of 2) sorted by relevance
637 PrinterGfx::getCharWidth (sal_Bool b_vert, sal_Unicode n_char, CharacterMetric *p_bbox) in getCharWidth() argument639 b_vert = b_vert && (getVerticalDeltaAngle(n_char) != 0); in getCharWidth()640 int w = b_vert ? p_bbox->height : p_bbox->width; in getCharWidth()
252 int getCharWidth (sal_Bool b_vert, sal_Unicode n_char,
Completed in 20 milliseconds