Searched refs:Mode (Results 1 - 9 of 9) sorted by relevance
/inkscape/src/widgets/ |
H A D | paint-selector.h | 49 enum Mode { enum in struct:SPPaintSelector 71 Mode mode; 94 static Mode getModeForStyle(SPStyle const & style, FillOrStroke kind); 96 void setMode( Mode mode ); 139 void (* mode_changed) (SPPaintSelector *psel, SPPaintSelector::Mode mode);
|
H A D | paint-selector.cpp | 75 static GtkWidget *sp_paint_selector_style_button_add(SPPaintSelector *psel, gchar const *px, SPPaintSelector::Mode mode, gchar const *tip); 82 static void sp_paint_selector_set_mode_color(SPPaintSelector *psel, SPPaintSelector::Mode mode); 83 static void sp_paint_selector_set_mode_gradient(SPPaintSelector *psel, SPPaintSelector::Mode mode); 84 static void sp_paint_selector_set_mode_pattern(SPPaintSelector *psel, SPPaintSelector::Mode mode); 85 static void sp_paint_selector_set_mode_swatch(SPPaintSelector *psel, SPPaintSelector::Mode mode); 111 static bool isPaintModeGradient(SPPaintSelector::Mode mode) 204 psel->mode = static_cast<SPPaintSelector::Mode>(-1); // huh? do you mean 0xff? -- I think this means "not in the enum" 321 gchar const *pixmap, SPPaintSelector::Mode mode, 351 psel->setMode(static_cast<SPPaintSelector::Mode>(GPOINTER_TO_UINT(g_object_get_data(G_OBJECT(tb), "mode")))); 392 void SPPaintSelector::setMode(Mode mod [all...] |
H A D | fill-style.cpp | 79 static void paintModeChangeCB(SPPaintSelector *psel, SPPaintSelector::Mode mode, FillNStroke *self); 271 SPPaintSelector::Mode pselmode = SPPaintSelector::getModeForStyle(query, kind); 324 SPPaintSelector::Mode /*mode*/,
|
/inkscape/src/ui/tool/ |
H A D | transform-handle-set.h | 36 enum Mode { enum in class:Inkscape::UI::TransformHandleSet 46 Mode mode() const { return _mode; } 51 void setMode(Mode m); 90 Mode _mode;
|
H A D | transform-handle-set.cpp | 722 void TransformHandleSet::setMode(Mode m)
|
/inkscape/src/libuemf/ |
H A D | uwmf.h | 1138 uint16_t Mode; //!< Various Enumeraton. member in struct:__anon357 1141 U_WMRSETPOLYFILLMODE, //!< WMF manual 2.3.5.20 Mode = PolyFillMode Enumeration. 1143 U_WMRSETSTRETCHBLTMODE, //!< WMF manual 2.3.5.23 Mode = StretchMode Enumeration 1144 U_WMRSETTEXTALIGN; //!< WMF manual 2.3.5.24 Mode = TextAlignment Enumeration. 1148 Mode = MapMode Enumeration. 1154 uint16_t Mode; //!< Various Enumeraton and other member in struct:__anon358 1156 U_WMRSETTEXTCHAREXTRA; //!< WMF manual 2.3.5.25, Mode = Extra space in logical units to add to each character 1290 int16_t Mode; //!< FloodFill Enumeration member in struct:__anon365 2142 char *U_WMRSETBKMODE_set(uint16_t Mode); 2143 char *U_WMRSETMAPMODE_set(uint16_t Mode); [all...] |
H A D | uwmf.c | 2495 \param Mode MixMode Enumeration 2497 char *U_WMRSETBKMODE_set(uint16_t Mode){ argument 2498 return U_WMRCORE_2U16_set(U_WMR_SETBKMODE, Mode, 0); 2504 \param Mode MapMode Enumeration 2506 char *U_WMRSETMAPMODE_set(uint16_t Mode){ argument 2507 return U_WMRCORE_1U16_set(U_WMR_SETMAPMODE, Mode); 2513 \param Mode Binary Raster Operation Enumeration 2515 char *U_WMRSETROP2_set(uint16_t Mode){ argument 2516 return U_WMRCORE_2U16_set(U_WMR_SETROP2, Mode, 0); 2530 \param Mode PolyFillMod 2532 U_WMRSETPOLYFILLMODE_set(uint16_t Mode) argument 2541 U_WMRSETSTRETCHBLTMODE_set(uint16_t Mode) argument 2550 U_WMRSETTEXTCHAREXTRA_set(uint16_t Mode) argument 2738 U_WMRFLOODFILL_set(uint16_t Mode, U_COLORREF Color, U_POINT16 coord) argument 3135 U_WMRSETTEXTALIGN_set(uint16_t Mode) argument 3171 U_WMRSETMAPPERFLAGS_set(uint32_t Mode) argument 3606 U_WMREXTFLOODFILL_set(uint16_t Mode, U_COLORREF Color, U_POINT16 coord) argument 5258 U_WMRFLOODFILL_get( const char *contents, uint16_t *Mode, U_COLORREF *Color, U_POINT16 *coord ) argument 6184 U_WMREXTFLOODFILL_get( const char *contents, uint16_t *Mode, U_COLORREF *Color, U_POINT16 * coord ) argument [all...] |
H A D | uwmf_print.c | 630 uint16_t Mode; local 633 int size = U_WMRFLOODFILL_get(contents, &Mode, &Color, &coord); 635 printf(" Mode 0x%4.4X\n", Mode); 1060 uint16_t Mode; local 1063 int size = U_WMREXTFLOODFILL_get(contents, &Mode, &Color, &coord); 1065 printf(" Mode 0x%4.4X\n", Mode);
|
/inkscape/src/ui/tools/ |
H A D | pen-tool.h | 29 enum Mode { enum in class:Inkscape::UI::Tools::PenTool 47 Mode mode;
|
Completed in 81 milliseconds