#include <CairoCommon.hxx>
Definition at line 64 of file CairoCommon.hxx.
◆ SystemDependentData_CairoPath()
SystemDependentData_CairoPath::SystemDependentData_CairoPath |
( |
size_t |
nSizeMeasure, |
|
|
cairo_t * |
cr, |
|
|
bool |
bNoJoin, |
|
|
bool |
bAntiAlias, |
|
|
const std::vector< double > * |
pStroke |
|
) |
| |
◆ ~SystemDependentData_CairoPath()
virtual SystemDependentData_CairoPath::~SystemDependentData_CairoPath |
( |
| ) |
|
|
overridevirtual |
◆ estimateUsageInBytes()
virtual sal_Int64 SystemDependentData_CairoPath::estimateUsageInBytes |
( |
| ) |
const |
|
overridevirtual |
◆ getAntiAlias()
bool SystemDependentData_CairoPath::getAntiAlias |
( |
| ) |
const |
|
inline |
◆ getCairoPath()
cairo_path_t * SystemDependentData_CairoPath::getCairoPath |
( |
| ) |
|
|
inline |
◆ getNoJoin()
bool SystemDependentData_CairoPath::getNoJoin |
( |
| ) |
const |
|
inline |
◆ getStroke()
const std::vector< double > & SystemDependentData_CairoPath::getStroke |
( |
| ) |
const |
|
inline |
◆ maStroke
std::vector<double> SystemDependentData_CairoPath::maStroke |
|
private |
◆ mbAntiAlias
bool SystemDependentData_CairoPath::mbAntiAlias |
|
private |
◆ mbNoJoin
bool SystemDependentData_CairoPath::mbNoJoin |
|
private |
◆ mpCairoPath
cairo_path_t* SystemDependentData_CairoPath::mpCairoPath |
|
private |
The documentation for this class was generated from the following file: