Searched refs:hold (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/ui/dialog/ |
H A D | icon-preview.cpp | 354 bool hold = Inkscape::Preferences::get()->getBool("/iconpreview/selectionHold", true); local 358 target = (hold && !targetId.empty()) ? desktop->doc()->getObjectById( targetId.c_str() ) : 0;
|
/inkscape/src/ui/tool/ |
H A D | multi-path-manipulator.cpp | 166 boost::shared_ptr<PathManipulator> hold(i->second); 168 hold->setControlsTransform(sr_new.edit_transform); 170 //hold->setOutlineColor(_getOutlineColor(sr_new.role)); 173 _mmap.insert(std::make_pair(sr_new, hold));
|
/inkscape/src/libuemf/ |
H A D | upmf_print.c | 926 U_FLOAT *hold; local 931 for(hold=Widths; Elements; Elements--,Widths++){ printf("%f, ",*Widths); } 933 free(hold); 1088 U_FLOAT *hold; local 1093 for(hold=Lengths; Elements; Elements--, Lengths++){ printf("%f, ", *Lengths); } 1095 free(hold);
|
H A D | upmf.c | 7 return a pointer to a PseudoObject. PseudoObjects are structs that contain a data field to hold the 680 \param First Apply to first point, unsigned byte, lower 4 bits hold the PathPointType flag upper 4 bits hold the PathPointType enumeration. Must have U_PPT_Start set. 681 \param Others Apply to all other points, unsigned byte, lower 4 bits hold the PathPointType flag upper 4 bits hold the PathPointType enumeration. Must have U_PPT_Line or U_PPT_Bezier set. 695 Path->poPoints = U_PMF_SERIAL_set(U_PMF_RAW_OID, List); /* Empty PO to hold points as raw data */ 697 Path->poTypes = U_PMF_SERIAL_set(U_PMF_RAW_OID, List); /* Empty PO to hold types as raw data */ 1187 \brief Conditionally extract an array of data from a source, allocating space to hold it. 1337 uint8_t *hold = malloc(16); local 1338 char *lf = (char *) hold; [all...] |
Completed in 132 milliseconds