Searched refs:fXFactor (Results 1 – 2 of 2) sorted by relevance
1068 …float fXFactor = static_cast<float>(rArgs.mnLayoutWidth - iLastGlyph->mnOrigWidth) / static_cast<f… in expandOrCondense() local1070 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()
2411 ValType fXFactor = 1.0; in emitAsType1() local2414 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 67 milliseconds