LibreOffice Module vcl (master) 1
|
#include <pdfwriter_impl.hxx>
Public Member Functions | |
GlyphEmit () | |
void | setGlyphId (sal_uInt8 i_nId) |
sal_uInt8 | getGlyphId () const |
void | setGlyphWidth (sal_Int32 nWidth) |
sal_Int32 | getGlyphWidth () const |
void | addCode (sal_Ucs i_cCode) |
sal_Int32 | countCodes () const |
const std::vector< sal_Ucs > & | codes () const |
sal_Ucs | getCode (sal_Int32 i_nIndex) const |
Private Attributes | |
std::vector< sal_Ucs > | m_CodeUnits |
sal_uInt8 | m_nSubsetGlyphID |
sal_Int32 | m_nGlyphWidth |
Definition at line 285 of file pdfwriter_impl.hxx.
|
inline |
Definition at line 293 of file pdfwriter_impl.hxx.
|
inline |
Definition at line 303 of file pdfwriter_impl.hxx.
References m_CodeUnits.
Referenced by vcl::PDFWriterImpl::registerGlyph().
|
inline |
Definition at line 308 of file pdfwriter_impl.hxx.
References m_CodeUnits.
|
inline |
Definition at line 307 of file pdfwriter_impl.hxx.
References m_CodeUnits.
|
inline |
Definition at line 309 of file pdfwriter_impl.hxx.
References m_CodeUnits, and o3tl::make_unsigned().
|
inline |
Definition at line 298 of file pdfwriter_impl.hxx.
References m_nSubsetGlyphID.
|
inline |
Definition at line 301 of file pdfwriter_impl.hxx.
References m_nGlyphWidth.
|
inline |
Definition at line 297 of file pdfwriter_impl.hxx.
References m_nSubsetGlyphID.
Referenced by vcl::PDFWriterImpl::registerGlyph().
|
inline |
Definition at line 300 of file pdfwriter_impl.hxx.
References m_nGlyphWidth.
Referenced by vcl::PDFWriterImpl::registerGlyph().
|
private |
Definition at line 288 of file pdfwriter_impl.hxx.
Referenced by addCode(), codes(), countCodes(), and getCode().
|
private |
Definition at line 290 of file pdfwriter_impl.hxx.
Referenced by getGlyphWidth(), and setGlyphWidth().
|
private |
Definition at line 289 of file pdfwriter_impl.hxx.
Referenced by getGlyphId(), and setGlyphId().