Searched refs:maLinearPos (Results 1 – 3 of 3) sorted by relevance
336 (*this)[i].maLinearPos.X() -= nXOffset; in fill_from()1063 mvGlyphs[i].maLinearPos.X() += nOffset; in expandOrCondense()1072 …>(rArgs.mnLayoutWidth - iLastGlyph->mnOrigWidth) / static_cast<float>(iLastGlyph->maLinearPos.X()); in expandOrCondense()1076 iLastGlyph->maLinearPos.X() = rArgs.mnLayoutWidth - iLastGlyph->mnOrigWidth; in expandOrCondense()1080 iGlyph->maLinearPos.X() = FRound( fXFactor * iGlyph->maLinearPos.X() ); in expandOrCondense()1182 mvGlyphs[n].maLinearPos.X() += -nDGlyphOrigin + nXOffset; in ApplyDXArray()1190 mvGlyphs[n].maLinearPos.X() += nDGlyphOrigin + nXOffset; in ApplyDXArray()1195 …nNewClusterWidth, nOrigClusterWidth, nDWidth, nDGlyphOrigin, mvGlyphs[nChar2Base].maLinearPos.X()); in ApplyDXArray()1252 aPos.X() = (*i).maLinearPos.X(); in kashidaJustify()1263 (*(i)).maLinearPos.X() -= nGapWidth; in kashidaJustify()[all …]
1022 long nXPosMin = pG->maLinearPos.X(); in GetCharWidths()1036 long nXPos = pG->maLinearPos.X(); in GetCharWidths()1056 if( nXPosMax > pN->maLinearPos.X() ) in GetCharWidths()1057 nXPosMax = pN->maLinearPos.X(); in GetCharWidths()1102 long nXPos = pG->maLinearPos.X(); in GetTextWidth()1151 nBasePointX = pG->maLinearPos.X(); in ApplyDXArray()1213 nDelta = nBasePointX + (nNewPos - pG->maLinearPos.X()); in ApplyDXArray()1229 pG->maLinearPos.X() += nDelta; in ApplyDXArray()1264 pGRight->maLinearPos.X() = maBasePoint.X() + nNewWidth; in Justify()1275 pG->maLinearPos.X() += nDeltaSum; in Justify()[all …]
289 Point maLinearPos; // absolute position of non rotated string member298 maGlyphId(aGlyphId), maLinearPos(rLinearPos) in GlyphItem()