Lines Matching refs:CffSubsetterContext

378 class CffSubsetterContext  class
387 explicit CffSubsetterContext( const U8* pBasePtr, int nBaseLen);
388 virtual ~CffSubsetterContext( void);
516 CffSubsetterContext::CffSubsetterContext( const U8* pBasePtr, int nBaseLen) in CffSubsetterContext() function in CffSubsetterContext
531 CffSubsetterContext::~CffSubsetterContext( void) in ~CffSubsetterContext()
537 inline int CffSubsetterContext::popInt( void) in popInt()
547 inline int CffSubsetterContext::peekInt( void) const in peekInt()
557 inline int CffSubsetterContext::getInt( int nIndex) const in getInt()
567 inline void CffSubsetterContext::updateWidth( bool bUseFirstVal) in updateWidth()
587 void CffSubsetterContext::addHints( bool bVerticalHints) in addHints()
620 void CffSubsetterContext::getHintPair( int nIndex, ValType* pMin, ValType* pEnd) const in getHintPair()
632 void CffSubsetterContext::setCharStringType( int nVal) in setCharStringType()
647 void CffSubsetterContext::readDictOp( void) in readDictOp()
781 void CffSubsetterContext::read2push() in read2push()
815 void CffSubsetterContext::writeType1Val( ValType aVal) in writeType1Val()
852 inline void CffSubsetterContext::pop2write( void) in pop2write()
860 inline void CffSubsetterContext::writeTypeOp( int nTypeOp) in writeTypeOp()
867 inline void CffSubsetterContext::writeTypeEsc( int nTypeEsc) in writeTypeEsc()
875 void CffSubsetterContext::pop2MultiWrite( int nArgsPerTypo, int nTypeOp, int nTypeXor) in pop2MultiWrite()
891 void CffSubsetterContext::popAll2Write( int nTypeOp) in popAll2Write()
904 void CffSubsetterContext::writeCurveTo( int nStackPos, in writeCurveTo()
929 void CffSubsetterContext::convertOneTypeOp( void) in convertOneTypeOp()
1156 void CffSubsetterContext::convertOneTypeEsc( void) in convertOneTypeEsc()
1348 void CffSubsetterContext::callType2Subr( bool bGlobal, int nSubrNumber) in callType2Subr()
1372 int CffSubsetterContext::convert2Type1Ops( CffLocal* pCffLocal, const U8* const pT2Ops, int nT2Len,… in convert2Type1Ops()
1453 RealType CffSubsetterContext::readRealVal() in readRealVal()
1525 int CffSubsetterContext::seekIndexData( int nIndexBase, int nDataIndex) in seekIndexData()
1565 void CffSubsetterContext::seekIndexEnd( int nIndexBase) in seekIndexEnd()
1645 void CffSubsetterContext::initialCffRead( void) in initialCffRead()
1750 const char* CffSubsetterContext::getString( int nStringID) in getString()
1784 int CffSubsetterContext::getFDSelect( int nGlyphIndex) const in getFDSelect()
1828 int CffSubsetterContext::getGlyphSID( int nGlyphIndex) const in getGlyphSID()
1878 const char* CffSubsetterContext::getGlyphName( int nGlyphIndex) in getGlyphName()
2118 bool CffSubsetterContext::emitAsType1( Type1Emitter& rEmitter, in emitAsType1()
2437 CffSubsetterContext aCff( mpInFontBytes, mnInByteLength); in CreateFontSubsetFromCff()