Inkscape
Vector Graphics Editor
|
#include <wmf-inout.h>
Public Member Functions | |
WMF_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 |
int | active_pen |
int | active_brush |
int | active_font |
U_POINT16 | sizeWnd |
U_POINT16 | sizeView |
U_POINT16 | winorg |
U_POINT16 | vieworg |
double | ScaleInX |
double | ScaleInY |
double | ScaleOutX |
double | ScaleOutY |
uint16_t | bkMode |
U_COLORREF | bkColor |
U_COLORREF | textColor |
uint16_t | textAlign |
U_POINT16 | cur |
Definition at line 40 of file wmf-inout.h.
|
inline |
int Inkscape::Extension::Internal::WMF_DEVICE_CONTEXT::active_brush |
Definition at line 78 of file wmf-inout.h.
Referenced by Inkscape::Extension::Internal::Wmf::delete_object(), and Inkscape::Extension::Internal::Wmf::select_brush().
int Inkscape::Extension::Internal::WMF_DEVICE_CONTEXT::active_font |
Definition at line 79 of file wmf-inout.h.
Referenced by Inkscape::Extension::Internal::Wmf::delete_object(), and Inkscape::Extension::Internal::Wmf::select_font().
int Inkscape::Extension::Internal::WMF_DEVICE_CONTEXT::active_pen |
Definition at line 77 of file wmf-inout.h.
Referenced by Inkscape::Extension::Internal::Wmf::delete_object(), and Inkscape::Extension::Internal::Wmf::select_pen().
U_COLORREF Inkscape::Extension::Internal::WMF_DEVICE_CONTEXT::bkColor |
Definition at line 87 of file wmf-inout.h.
Referenced by Inkscape::Extension::Internal::Wmf::add_hatch(), Inkscape::Extension::Internal::Wmf::myMetaFileProc(), and WMF_DEVICE_CONTEXT().
uint16_t Inkscape::Extension::Internal::WMF_DEVICE_CONTEXT::bkMode |
Definition at line 86 of file wmf-inout.h.
Referenced by Inkscape::Extension::Internal::Wmf::add_hatch(), and Inkscape::Extension::Internal::Wmf::myMetaFileProc().
int Inkscape::Extension::Internal::WMF_DEVICE_CONTEXT::clip_id |
Definition at line 67 of file wmf-inout.h.
Referenced by Inkscape::Extension::Internal::Wmf::add_clips(), Inkscape::Extension::Internal::Wmf::common_bm16_to_image(), Inkscape::Extension::Internal::Wmf::common_dib_to_image(), Inkscape::Extension::Internal::Wmf::myMetaFileProc(), and Inkscape::Extension::Internal::Wmf::output_style().
U_POINT16 Inkscape::Extension::Internal::WMF_DEVICE_CONTEXT::cur |
Definition at line 90 of file wmf-inout.h.
Referenced by Inkscape::Extension::Internal::Wmf::myMetaFileProc(), and WMF_DEVICE_CONTEXT().
int Inkscape::Extension::Internal::WMF_DEVICE_CONTEXT::dirty |
Definition at line 76 of file wmf-inout.h.
Referenced by Inkscape::Extension::Internal::Wmf::myMetaFileProc().
int Inkscape::Extension::Internal::WMF_DEVICE_CONTEXT::fill_idx |
Definition at line 74 of file wmf-inout.h.
Referenced by Inkscape::Extension::Internal::Wmf::output_style(), and Inkscape::Extension::Internal::Wmf::select_brush().
int Inkscape::Extension::Internal::WMF_DEVICE_CONTEXT::fill_mode |
Definition at line 73 of file wmf-inout.h.
Referenced by Inkscape::Extension::Internal::Wmf::myMetaFileProc(), Inkscape::Extension::Internal::Wmf::output_style(), and Inkscape::Extension::Internal::Wmf::select_brush().
int Inkscape::Extension::Internal::WMF_DEVICE_CONTEXT::fill_recidx |
Definition at line 75 of file wmf-inout.h.
Referenced by Inkscape::Extension::Internal::Wmf::myMetaFileProc(), and Inkscape::Extension::Internal::Wmf::select_brush().
bool Inkscape::Extension::Internal::WMF_DEVICE_CONTEXT::fill_set |
Definition at line 72 of file wmf-inout.h.
Referenced by Inkscape::Extension::Internal::Wmf::delete_object(), Inkscape::Extension::Internal::Wmf::open(), Inkscape::Extension::Internal::Wmf::output_style(), and Inkscape::Extension::Internal::Wmf::select_brush().
char* Inkscape::Extension::Internal::WMF_DEVICE_CONTEXT::font_name |
Definition at line 66 of file wmf-inout.h.
Referenced by Inkscape::Extension::Internal::Wmf::delete_object(), Inkscape::Extension::Internal::Wmf::myMetaFileProc(), Inkscape::Extension::Internal::Wmf::open(), and Inkscape::Extension::Internal::Wmf::select_font().
double Inkscape::Extension::Internal::WMF_DEVICE_CONTEXT::ScaleInX |
Definition at line 84 of file wmf-inout.h.
Referenced by Inkscape::Extension::Internal::Wmf::_pix_x_to_point(), Inkscape::Extension::Internal::Wmf::myMetaFileProc(), and Inkscape::Extension::Internal::Wmf::pix_to_abs_size().
double Inkscape::Extension::Internal::WMF_DEVICE_CONTEXT::ScaleInY |
Definition at line 84 of file wmf-inout.h.
Referenced by Inkscape::Extension::Internal::Wmf::_pix_y_to_point(), and Inkscape::Extension::Internal::Wmf::myMetaFileProc().
double Inkscape::Extension::Internal::WMF_DEVICE_CONTEXT::ScaleOutX |
Definition at line 85 of file wmf-inout.h.
double Inkscape::Extension::Internal::WMF_DEVICE_CONTEXT::ScaleOutY |
Definition at line 85 of file wmf-inout.h.
U_POINT16 Inkscape::Extension::Internal::WMF_DEVICE_CONTEXT::sizeView |
Definition at line 81 of file wmf-inout.h.
Referenced by Inkscape::Extension::Internal::Wmf::myMetaFileProc(), and WMF_DEVICE_CONTEXT().
U_POINT16 Inkscape::Extension::Internal::WMF_DEVICE_CONTEXT::sizeWnd |
Definition at line 80 of file wmf-inout.h.
Referenced by Inkscape::Extension::Internal::Wmf::myMetaFileProc(), and WMF_DEVICE_CONTEXT().
int Inkscape::Extension::Internal::WMF_DEVICE_CONTEXT::stroke_idx |
Definition at line 70 of file wmf-inout.h.
Referenced by Inkscape::Extension::Internal::Wmf::output_style().
int Inkscape::Extension::Internal::WMF_DEVICE_CONTEXT::stroke_mode |
Definition at line 69 of file wmf-inout.h.
Referenced by Inkscape::Extension::Internal::Wmf::output_style().
int Inkscape::Extension::Internal::WMF_DEVICE_CONTEXT::stroke_recidx |
Definition at line 71 of file wmf-inout.h.
bool Inkscape::Extension::Internal::WMF_DEVICE_CONTEXT::stroke_set |
Definition at line 68 of file wmf-inout.h.
Referenced by Inkscape::Extension::Internal::Wmf::delete_object(), Inkscape::Extension::Internal::Wmf::open(), Inkscape::Extension::Internal::Wmf::output_style(), and Inkscape::Extension::Internal::Wmf::select_pen().
SPStyle Inkscape::Extension::Internal::WMF_DEVICE_CONTEXT::style |
Definition at line 65 of file wmf-inout.h.
Referenced by Inkscape::Extension::Internal::Wmf::delete_object(), Inkscape::Extension::Internal::Wmf::myMetaFileProc(), Inkscape::Extension::Internal::Wmf::open(), Inkscape::Extension::Internal::Wmf::output_style(), Inkscape::Extension::Internal::Wmf::select_brush(), Inkscape::Extension::Internal::Wmf::select_font(), and Inkscape::Extension::Internal::Wmf::select_pen().
uint16_t Inkscape::Extension::Internal::WMF_DEVICE_CONTEXT::textAlign |
Definition at line 89 of file wmf-inout.h.
Referenced by Inkscape::Extension::Internal::Wmf::myMetaFileProc().
U_COLORREF Inkscape::Extension::Internal::WMF_DEVICE_CONTEXT::textColor |
Definition at line 88 of file wmf-inout.h.
Referenced by Inkscape::Extension::Internal::Wmf::add_hatch(), Inkscape::Extension::Internal::Wmf::myMetaFileProc(), Inkscape::Extension::Internal::Wmf::select_brush(), and WMF_DEVICE_CONTEXT().
U_POINT16 Inkscape::Extension::Internal::WMF_DEVICE_CONTEXT::vieworg |
Definition at line 83 of file wmf-inout.h.
Referenced by Inkscape::Extension::Internal::Wmf::_pix_x_to_point(), Inkscape::Extension::Internal::Wmf::_pix_y_to_point(), Inkscape::Extension::Internal::Wmf::myMetaFileProc(), and WMF_DEVICE_CONTEXT().
U_POINT16 Inkscape::Extension::Internal::WMF_DEVICE_CONTEXT::winorg |
Definition at line 82 of file wmf-inout.h.
Referenced by Inkscape::Extension::Internal::Wmf::_pix_x_to_point(), Inkscape::Extension::Internal::Wmf::_pix_y_to_point(), Inkscape::Extension::Internal::Wmf::myMetaFileProc(), and WMF_DEVICE_CONTEXT().