Home
last modified time | relevance | path

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

/trunk/main/vcl/source/fontsubset/
H A Dcff.cxx1945 void emitRawData( const char* pData, int nLength) const;
2040 inline void Type1Emitter::emitRawData( const char* pData, int nLength) const in emitRawData() function in Type1Emitter
2051 emitRawData( maBuffer, mpPtr - maBuffer); in emitAllRaw()
2078 emitRawData( aHexBuf, pOut-aHexBuf); in emitAllHex()
2180 rEmitter.emitRawData( aPfbHeader, sizeof(aPfbHeader)-1); in emitAsType1()
2241 rEmitter.emitRawData( "\x80\x02\x00\x00\x00\x00", 6); // segment start in emitAsType1()
2426 rEmitter.emitRawData( aPfxFooter, sizeof(aPfxFooter)-1); in emitAsType1()
2428 rEmitter.emitRawData( aPfxFooter+6, sizeof(aPfxFooter)-9); in emitAsType1()