Home
last modified time | relevance | path

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

/trunk/main/vcl/source/fontsubset/
H A Dcff.cxx335 ValVector maFontBBox; member
698 case 5: maFontBBox.clear(); break; // "FontBBox" in readDictOp()
705 case 5: maFontBBox.push_back( nVal); break; // "FontBBox" in readDictOp()
1639 maFontBBox.clear(); in CffGlobal()
2182 if( maFontBBox.size() == 4) in emitAsType1()
2183 rEmitter.emitValVector( "/FontBBox {", "}readonly def\n", maFontBBox); in emitAsType1()
2417 rFSInfo.m_aFontBBox = Rectangle( Point( static_cast<long>(maFontBBox[0] * fXFactor), in emitAsType1()
2418 static_cast<long>(maFontBBox[1] * fYFactor) ), in emitAsType1()
2419 Point( static_cast<long>(maFontBBox[2] * fXFactor), in emitAsType1()
2420 static_cast<long>(maFontBBox[3] * fYFactor) ) ); in emitAsType1()

Completed in 32 milliseconds