Inkscape
Vector Graphics Editor
|
#include <emf-inout.h>
Public Member Functions | |
EMF_DEVICE_CONTEXT () | |
Public Attributes | |
SPStyle | style |
char * | font_name |
int | clip_id |
bool | stroke_set |
int | stroke_mode |
int | stroke_idx |
int | stroke_recidx |
bool | fill_set |
int | fill_mode |
int | fill_idx |
int | fill_recidx |
int | dirty |
U_SIZEL | sizeWnd |
U_SIZEL | sizeView |
U_POINTL | winorg |
U_POINTL | vieworg |
double | ScaleInX |
double | ScaleInY |
double | ScaleOutX |
double | ScaleOutY |
uint16_t | bkMode |
U_COLORREF | bkColor |
U_COLORREF | textColor |
uint32_t | textAlign |
U_XFORM | worldTransform |
U_POINTL | cur |
Definition at line 43 of file emf-inout.h.
|
inline |
Definition at line 45 of file emf-inout.h.
References bkColor, cur, U_XFORM::eDx, U_XFORM::eDy, U_XFORM::eM11, U_XFORM::eM12, U_XFORM::eM21, U_XFORM::eM22, sizeView, sizeWnd, textColor, vieworg, winorg, and worldTransform.
U_COLORREF Inkscape::Extension::Internal::EMF_DEVICE_CONTEXT::bkColor |
Definition at line 94 of file emf-inout.h.
Referenced by Inkscape::Extension::Internal::Emf::add_hatch(), Inkscape::Extension::Internal::Emf::add_image(), EMF_DEVICE_CONTEXT(), and Inkscape::Extension::Internal::Emf::myEnhMetaFileProc().
uint16_t Inkscape::Extension::Internal::EMF_DEVICE_CONTEXT::bkMode |
Definition at line 93 of file emf-inout.h.
Referenced by Inkscape::Extension::Internal::Emf::add_hatch(), and Inkscape::Extension::Internal::Emf::myEnhMetaFileProc().
int Inkscape::Extension::Internal::EMF_DEVICE_CONTEXT::clip_id |
U_POINTL Inkscape::Extension::Internal::EMF_DEVICE_CONTEXT::cur |
Definition at line 98 of file emf-inout.h.
Referenced by EMF_DEVICE_CONTEXT(), and Inkscape::Extension::Internal::Emf::myEnhMetaFileProc().
int Inkscape::Extension::Internal::EMF_DEVICE_CONTEXT::dirty |
Definition at line 86 of file emf-inout.h.
Referenced by Inkscape::Extension::Internal::Emf::myEnhMetaFileProc().
int Inkscape::Extension::Internal::EMF_DEVICE_CONTEXT::fill_idx |
Definition at line 84 of file emf-inout.h.
Referenced by Inkscape::Extension::Internal::Emf::output_style(), and Inkscape::Extension::Internal::Emf::select_brush().
int Inkscape::Extension::Internal::EMF_DEVICE_CONTEXT::fill_mode |
Definition at line 83 of file emf-inout.h.
Referenced by Inkscape::Extension::Internal::Emf::myEnhMetaFileProc(), Inkscape::Extension::Internal::Emf::output_style(), and Inkscape::Extension::Internal::Emf::select_brush().
int Inkscape::Extension::Internal::EMF_DEVICE_CONTEXT::fill_recidx |
Definition at line 85 of file emf-inout.h.
Referenced by Inkscape::Extension::Internal::Emf::myEnhMetaFileProc(), and Inkscape::Extension::Internal::Emf::select_brush().
bool Inkscape::Extension::Internal::EMF_DEVICE_CONTEXT::fill_set |
Definition at line 82 of file emf-inout.h.
Referenced by Inkscape::Extension::Internal::Emf::myEnhMetaFileProc(), Inkscape::Extension::Internal::Emf::output_style(), and Inkscape::Extension::Internal::Emf::select_brush().
char* Inkscape::Extension::Internal::EMF_DEVICE_CONTEXT::font_name |
Definition at line 76 of file emf-inout.h.
Referenced by Inkscape::Extension::Internal::Emf::myEnhMetaFileProc(), Inkscape::Extension::Internal::Emf::open(), and Inkscape::Extension::Internal::Emf::select_font().
double Inkscape::Extension::Internal::EMF_DEVICE_CONTEXT::ScaleInX |
Definition at line 91 of file emf-inout.h.
Referenced by Inkscape::Extension::Internal::Emf::_pix_x_to_point(), Inkscape::Extension::Internal::Emf::myEnhMetaFileProc(), and Inkscape::Extension::Internal::Emf::pix_to_abs_size().
double Inkscape::Extension::Internal::EMF_DEVICE_CONTEXT::ScaleInY |
Definition at line 91 of file emf-inout.h.
Referenced by Inkscape::Extension::Internal::Emf::_pix_y_to_point(), and Inkscape::Extension::Internal::Emf::myEnhMetaFileProc().
double Inkscape::Extension::Internal::EMF_DEVICE_CONTEXT::ScaleOutX |
Definition at line 92 of file emf-inout.h.
double Inkscape::Extension::Internal::EMF_DEVICE_CONTEXT::ScaleOutY |
Definition at line 92 of file emf-inout.h.
U_SIZEL Inkscape::Extension::Internal::EMF_DEVICE_CONTEXT::sizeView |
Definition at line 88 of file emf-inout.h.
Referenced by EMF_DEVICE_CONTEXT(), and Inkscape::Extension::Internal::Emf::myEnhMetaFileProc().
U_SIZEL Inkscape::Extension::Internal::EMF_DEVICE_CONTEXT::sizeWnd |
Definition at line 87 of file emf-inout.h.
Referenced by EMF_DEVICE_CONTEXT(), and Inkscape::Extension::Internal::Emf::myEnhMetaFileProc().
int Inkscape::Extension::Internal::EMF_DEVICE_CONTEXT::stroke_idx |
Definition at line 80 of file emf-inout.h.
Referenced by Inkscape::Extension::Internal::Emf::output_style(), and Inkscape::Extension::Internal::Emf::select_extpen().
int Inkscape::Extension::Internal::EMF_DEVICE_CONTEXT::stroke_mode |
Definition at line 79 of file emf-inout.h.
Referenced by Inkscape::Extension::Internal::Emf::myEnhMetaFileProc(), Inkscape::Extension::Internal::Emf::output_style(), and Inkscape::Extension::Internal::Emf::select_extpen().
int Inkscape::Extension::Internal::EMF_DEVICE_CONTEXT::stroke_recidx |
Definition at line 81 of file emf-inout.h.
Referenced by Inkscape::Extension::Internal::Emf::myEnhMetaFileProc(), and Inkscape::Extension::Internal::Emf::select_extpen().
bool Inkscape::Extension::Internal::EMF_DEVICE_CONTEXT::stroke_set |
Definition at line 78 of file emf-inout.h.
Referenced by Inkscape::Extension::Internal::Emf::myEnhMetaFileProc(), Inkscape::Extension::Internal::Emf::output_style(), Inkscape::Extension::Internal::Emf::select_extpen(), and Inkscape::Extension::Internal::Emf::select_pen().
SPStyle Inkscape::Extension::Internal::EMF_DEVICE_CONTEXT::style |
Definition at line 75 of file emf-inout.h.
Referenced by Inkscape::Extension::Internal::Emf::myEnhMetaFileProc(), Inkscape::Extension::Internal::Emf::open(), Inkscape::Extension::Internal::Emf::output_style(), Inkscape::Extension::Internal::Emf::select_brush(), Inkscape::Extension::Internal::Emf::select_extpen(), Inkscape::Extension::Internal::Emf::select_font(), and Inkscape::Extension::Internal::Emf::select_pen().
uint32_t Inkscape::Extension::Internal::EMF_DEVICE_CONTEXT::textAlign |
Definition at line 96 of file emf-inout.h.
Referenced by Inkscape::Extension::Internal::Emf::myEnhMetaFileProc().
U_COLORREF Inkscape::Extension::Internal::EMF_DEVICE_CONTEXT::textColor |
Definition at line 95 of file emf-inout.h.
Referenced by Inkscape::Extension::Internal::Emf::add_hatch(), Inkscape::Extension::Internal::Emf::add_image(), EMF_DEVICE_CONTEXT(), Inkscape::Extension::Internal::Emf::myEnhMetaFileProc(), Inkscape::Extension::Internal::Emf::select_brush(), and Inkscape::Extension::Internal::Emf::select_extpen().
U_POINTL Inkscape::Extension::Internal::EMF_DEVICE_CONTEXT::vieworg |
Definition at line 90 of file emf-inout.h.
Referenced by Inkscape::Extension::Internal::Emf::_pix_x_to_point(), Inkscape::Extension::Internal::Emf::_pix_y_to_point(), EMF_DEVICE_CONTEXT(), and Inkscape::Extension::Internal::Emf::myEnhMetaFileProc().
U_POINTL Inkscape::Extension::Internal::EMF_DEVICE_CONTEXT::winorg |
Definition at line 89 of file emf-inout.h.
Referenced by Inkscape::Extension::Internal::Emf::_pix_x_to_point(), Inkscape::Extension::Internal::Emf::_pix_y_to_point(), EMF_DEVICE_CONTEXT(), and Inkscape::Extension::Internal::Emf::myEnhMetaFileProc().
U_XFORM Inkscape::Extension::Internal::EMF_DEVICE_CONTEXT::worldTransform |
Definition at line 97 of file emf-inout.h.
Referenced by Inkscape::Extension::Internal::Emf::current_matrix(), Inkscape::Extension::Internal::Emf::current_rotation(), Inkscape::Extension::Internal::Emf::current_scale(), EMF_DEVICE_CONTEXT(), Inkscape::Extension::Internal::Emf::myEnhMetaFileProc(), Inkscape::Extension::Internal::Emf::pix_to_x_point(), and Inkscape::Extension::Internal::Emf::pix_to_y_point().