Searched refs:Object (Results 1 - 11 of 11) sorted by relevance

/inkscape/src/extension/internal/pdfinput/
H A Dpdf-parser.h29 #include "Object.h"
91 void (PdfParser::*func)(Object args[], int numArgs);
139 void parse(Object *obj, GBool topLevel = gTrue);
187 void execOp(Object *cmd, Object args[], int numArgs);
189 GBool checkArg(Object *arg, TchkType type);
193 void opSave(Object args[], int numArgs);
194 void opRestore(Object args[], int numArgs);
195 void opConcat(Object args[], int numArgs);
196 void opSetDash(Object arg
[all...]
H A Dpdf-parser.cpp44 #include "Object.h"
412 void PdfParser::parse(Object *obj, GBool topLevel) {
413 Object obj2;
437 Object obj;
438 Object args[maxArgs];
545 void PdfParser::execOp(Object *cmd, Object args[], int numArgs) {
548 Object *argPtr;
615 GBool PdfParser::checkArg(Object *arg, TchkType type) {
638 void PdfParser::opSave(Object /*arg
[all...]
H A Dpdf-input.cpp843 Object obj;
/inkscape/src/
H A Dresource-manager.h18 class ResourceManager : public Glib::Object {
H A Ddevice-manager.h19 class InputDevice : public Glib::Object {
41 class DeviceManager : public Glib::Object {
H A Dresource-manager.cpp379 : Glib::Object()
H A Ddevice-manager.cpp164 : Glib::Object()
621 : Glib::Object()
/inkscape/src/ui/widget/
H A Dregistry.h13 class Object;
/inkscape/src/libuemf/
H A Duwmf_print.c43 U_BS_SOLID ColorRef Object Not used (bytes present???)
47 U_BS_HATCHED ColorRef Object HatchStyle Enumeration
238 /** LogBrushW Object WMF PDF 2.2.2.10
243 U_BS_SOLID ColorRef Object Not used (bytes present???)
248 U_BS_HATCHED ColorRef Object HatchStyle Enumeration
848 uint16_t Object; local
849 int size = U_WMRSELECTOBJECT_get(contents, &Object);
851 printf(" %-15s %d\n","Object:", Object);
1240 uint16_t Object; local
[all...]
H A Duwmf.h760 /** Brush Object WMF manual 2.2.1.1
767 U_BS_SOLID ColorRef Object Not used (bytes present???)
771 U_BS_HATCHED ColorRef Object HatchStyle Enumeration
780 /** Font Object WMF manual 2.2.1.2
800 /** PaletteEntry Object WMF manual 2.2.2.13
811 /** Palette Object WMF manual 2.2.1.3
812 NOT Same as "EMF LogPalette Object" in uemf.h because Palette Entries have reversed colors.
824 /** Pen Object WMF manual 2.2.1.4
832 /** Rect Object WMF manual 2.2.2.18
836 Microsoft name: RECT Object COLLIDE
[all...]
H A Duwmf.c2130 Object Pointer in WMF (caller) is 0->N, but in htable it is 1->N+1, make that correction here.
2156 Object Pointer in WMF (caller) is 0->N, so is record, so no correction to 1->N+1 needed here.
2176 Object Pointer in WMF (caller) is 0->N, but in htable it is 1->N+1, make that correction here.
2195 Object Pointer in WMF (caller) is 0->N, but in htable it is 1->N+1, make that correction here.
2281 Object Pointer in WMF (caller) is 0->N, but in htable it is 1->N+1, make that correction here.
2300 Object Pointer in WMF (caller) is 0->N, but in htable it is 1->N+1, make that correction here.
2319 Object Pointer in WMF (caller) is 0->N, but in htable it is 1->N+1, make that correction here.
2338 Object Pointer in WMF (caller) is 0->N, but in htable it is 1->N+1, make that correction here.
4341 \param Bm16 Pointer to a Bitmap16 Object, only the first 10 bytes are used.
5708 \param Object Inde
[all...]

Completed in 78 milliseconds