Home
last modified time | relevance | path

Searched refs:getMaxCharPos (Results 1 – 3 of 3) sorted by path

/trunk/main/vcl/inc/
H A Dgraphite_serverfont.hxx90 int getMaxCharPos() const { return mnEndCharPos; } in getMaxCharPos() function in GraphiteServerFontLayout
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx685 int getMaxCharPos() const { return mnMinCharPos+maText.getLength()-1; } in getMaxCharPos() function in PspServerFontLayout
744 nMaxCharPos = pPspLayout->getMaxCharPos(); in DrawPrinterLayout()
755 nMaxCharPos = pGrLayout->getMaxCharPos(); in DrawPrinterLayout()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx626 int getMaxCharPos() const { return mnMinCharPos+maText.getLength()-1; } in getMaxCharPos() function in PspServerFontLayout
674 …os = bIsPspServerFontLayout ? static_cast<const PspServerFontLayout&>(rLayout).getMaxCharPos() : 0; in DrawPrinterLayout()

Completed in 25 milliseconds