Home
last modified time | relevance | path

Searched refs:mbTextVertical (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/vcl/unx/generic/printergfx/
H A Dtext_gfx.cxx153 mbTextVertical = bVertical; in SetFont()
179 && ((*aIter).IsVertical() == mbTextVertical)) in drawGlyphs()
188 maPS3Font.push_back (GlyphSet(mnFontID, mbTextVertical)); in drawGlyphs()
231 if( mbTextVertical ) in DrawGlyphs()
366 pCharWidth[n] = getCharWidth (mbTextVertical, pEffectiveStr[n], &aBBox); in DrawText()
423 mbTextVertical, in DrawText()
428 if (mbTextVertical) in DrawText()
455 mnTextAngle, mbTextVertical, in DrawText()
496 nNormalAngle, mbTextVertical, in drawVerticalizedText()
512 mbTextVertical, in drawVerticalizedText()
[all …]
H A Dcommon_gfx.cxx123 mbTextVertical (false), in PrinterGfx()
163 mbTextVertical = false; in Clear()
/AOO42X/main/vcl/inc/
H A Dprintergfx.hxx218 bool mbTextVertical; member in psp::PrinterGfx
400 { return mbTextVertical; } in GetFontVertical()