Home
last modified time | relevance | path

Searched refs:fXFactor (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx1068 …float fXFactor = static_cast<float>(rArgs.mnLayoutWidth - iLastGlyph->mnOrigWidth) / static_cast<f… in expandOrCondense() local
1070 fprintf(grLog(), "Condense by factor %f\n", fXFactor); in expandOrCondense()
1076 iGlyph->maLinearPos.X() = FRound( fXFactor * iGlyph->maLinearPos.X() ); in expandOrCondense()
1081 mvCharDxs[i] = FRound( fXFactor * mvCharDxs[i] ); in expandOrCondense()
/trunk/main/vcl/source/fontsubset/
H A Dcff.cxx2411 ValType fXFactor = 1.0; in emitAsType1() local
2414 fXFactor = 1000.0F * maFontMatrix[0]; in emitAsType1()
2417 rFSInfo.m_aFontBBox = Rectangle( Point( static_cast<long>(maFontBBox[0] * fXFactor), in emitAsType1()
2419 Point( static_cast<long>(maFontBBox[2] * fXFactor), in emitAsType1()

Completed in 60 milliseconds