Searched refs:n_char (Results 1 – 2 of 2) sorted by relevance
/trunk/main/vcl/unx/generic/printergfx/ |
H A D | text_gfx.cxx | 637 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() 646 PrinterGfx::getCharMetric (const Font3 &rFont, sal_Unicode n_char, CharacterMetric *p_bbox) in getCharMetric() argument 665 if( n_char == 0x2d ) in getCharMetric() 667 else if( n_char == 0x27 ) in getCharMetric() 685 mrFontMgr.getMetrics( n_font, n_char, n_char, p_bbox ); in getCharMetric() 690 if (n_char != '?') in getCharMetric()
|
/trunk/main/vcl/inc/ |
H A D | printergfx.hxx | 252 int getCharWidth (sal_Bool b_vert, sal_Unicode n_char, 254 fontID getCharMetric (const Font3 &rFont, sal_Unicode n_char,
|
Completed in 37 milliseconds