Searched refs:maPS3Font (Results 1 – 2 of 2) sorted by relevance
/trunk/main/vcl/unx/generic/printergfx/ |
H A D | text_gfx.cxx | 177 for (aIter = maPS3Font.begin(); aIter != maPS3Font.end(); aIter++) in drawGlyphs() 186 if (aIter == maPS3Font.end()) in drawGlyphs() 188 maPS3Font.push_back (GlyphSet(mnFontID, mbTextVertical)); in drawGlyphs() 189 maPS3Font.back().DrawGlyphs (*this, rPoint, pGlyphIds, pUnicodes, nLen, pDeltaArray); in drawGlyphs() 620 for (aIter = maPS3Font.begin(); aIter != maPS3Font.end(); aIter++) in drawText() 629 if (aIter == maPS3Font.end()) in drawText() 631 maPS3Font.push_back (GlyphSet(mnFontID, mbTextVertical)); in drawText() 632 maPS3Font.back().DrawText (*this, rPoint, pStr, nLen, pDeltaArray); in drawText() 785 maPS3Font.clear(); in OnEndJob() 830 for (aIter = maPS3Font.begin(); aIter != maPS3Font.end(); ++aIter) in writeResources()
|
/trunk/main/vcl/inc/ |
H A D | printergfx.hxx | 213 std::list< GlyphSet > maPS3Font; member in psp::PrinterGfx
|
Completed in 25 milliseconds