Home
last modified time | relevance | path

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

/AOO41X/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx336 (*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 …]
/AOO41X/main/vcl/source/gdi/
H A Dsallayout.cxx1022 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 …]
/AOO41X/main/vcl/inc/
H A Dsallayout.hxx289 Point maLinearPos; // absolute position of non rotated string member
298 maGlyphId(aGlyphId), maLinearPos(rLinearPos) in GlyphItem()