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 | addColorLayer (ColorLayer aLayer) |
const std::vector< ColorLayer > & | getColorLayers () const |
void | setColorBitmap (font::RawFontData aData, tools::Rectangle aRect) |
const font::RawFontData & | getColorBitmap (tools::Rectangle &rRect) const |
void | setOutline (basegfx::B2DPolyPolygon aOutline) |
const basegfx::B2DPolyPolygon & | getOutline () 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 |
std::vector< ColorLayer > | m_aColorLayers |
font::RawFontData | m_aColorBitmap |
tools::Rectangle | m_aRect |
basegfx::B2DPolyPolygon | m_aOutline |
Definition at line 295 of file pdfwriter_impl.hxx.
|
inline |
Definition at line 307 of file pdfwriter_impl.hxx.
|
inline |
Definition at line 334 of file pdfwriter_impl.hxx.
References m_CodeUnits.
Referenced by vcl::PDFWriterImpl::registerSimpleGlyph().
|
inline |
Definition at line 317 of file pdfwriter_impl.hxx.
References m_aColorLayers.
|
inline |
Definition at line 339 of file pdfwriter_impl.hxx.
References m_CodeUnits.
|
inline |
Definition at line 338 of file pdfwriter_impl.hxx.
References m_CodeUnits.
|
inline |
Definition at line 340 of file pdfwriter_impl.hxx.
References m_CodeUnits, and o3tl::make_unsigned().
|
inline |
Definition at line 325 of file pdfwriter_impl.hxx.
References m_aColorBitmap, and m_aRect.
|
inline |
Definition at line 318 of file pdfwriter_impl.hxx.
References m_aColorLayers.
|
inline |
Definition at line 312 of file pdfwriter_impl.hxx.
References m_nSubsetGlyphID.
|
inline |
Definition at line 315 of file pdfwriter_impl.hxx.
References m_nGlyphWidth.
|
inline |
Definition at line 332 of file pdfwriter_impl.hxx.
References m_aOutline.
|
inline |
Definition at line 320 of file pdfwriter_impl.hxx.
References aData, m_aColorBitmap, and m_aRect.
|
inline |
Definition at line 311 of file pdfwriter_impl.hxx.
References m_nSubsetGlyphID.
Referenced by vcl::PDFWriterImpl::registerSimpleGlyph().
|
inline |
Definition at line 314 of file pdfwriter_impl.hxx.
References m_nGlyphWidth.
Referenced by vcl::PDFWriterImpl::registerSimpleGlyph().
|
inline |
Definition at line 331 of file pdfwriter_impl.hxx.
References m_aOutline.
|
private |
Definition at line 302 of file pdfwriter_impl.hxx.
Referenced by getColorBitmap(), and setColorBitmap().
|
private |
Definition at line 301 of file pdfwriter_impl.hxx.
Referenced by addColorLayer(), and getColorLayers().
|
private |
Definition at line 304 of file pdfwriter_impl.hxx.
Referenced by getOutline(), and setOutline().
|
private |
Definition at line 303 of file pdfwriter_impl.hxx.
Referenced by getColorBitmap(), and setColorBitmap().
|
private |
Definition at line 298 of file pdfwriter_impl.hxx.
Referenced by addCode(), codes(), countCodes(), and getCode().
|
private |
Definition at line 300 of file pdfwriter_impl.hxx.
Referenced by getGlyphWidth(), and setGlyphWidth().
|
private |
Definition at line 299 of file pdfwriter_impl.hxx.
Referenced by getGlyphId(), and setGlyphId().