Searched refs:getMaxCharPos (Results 1 – 3 of 3) sorted by relevance
685 int getMaxCharPos() const { return mnMinCharPos+maText.getLength()-1; } in getMaxCharPos() function in PspServerFontLayout744 nMaxCharPos = pPspLayout->getMaxCharPos(); in DrawPrinterLayout()755 nMaxCharPos = pGrLayout->getMaxCharPos(); in DrawPrinterLayout()
90 int getMaxCharPos() const { return mnEndCharPos; } in getMaxCharPos() function in GraphiteServerFontLayout
626 int getMaxCharPos() const { return mnMinCharPos+maText.getLength()-1; } in getMaxCharPos() function in PspServerFontLayout674 …os = bIsPspServerFontLayout ? static_cast<const PspServerFontLayout&>(rLayout).getMaxCharPos() : 0; in DrawPrinterLayout()
Completed in 27 milliseconds