Home
last modified time | relevance | path

Searched refs:pipSetMask (Results 1 – 12 of 12) sorted by relevance

/dports/editors/ted/Ted-2.23/docRtf/
H A DdocRtfWritePictureTags.c25 const PropertyMask * pipSetMask, in docRtfSavePictureTags() argument
28 if ( PROPmaskISSET( pipSetMask, PIPpropTYPE ) ) in docRtfSavePictureTags()
99 if ( PROPmaskISSET( pipSetMask, PIPpropPICSCALE_X ) ) in docRtfSavePictureTags()
101 if ( PROPmaskISSET( pipSetMask, PIPpropPICSCALE_Y ) ) in docRtfSavePictureTags()
118 if ( PROPmaskISSET( pipSetMask, PIPpropBLIPTAG ) ) in docRtfSavePictureTags()
123 if ( PROPmaskISSET( pipSetMask, PIPpropWBMPLANES ) ) in docRtfSavePictureTags()
128 if ( PROPmaskISSET( pipSetMask, PIPpropDEFSHP ) ) in docRtfSavePictureTags()
130 if ( PROPmaskISSET( pipSetMask, PIPpropPICSCALED ) ) in docRtfSavePictureTags()
132 if ( PROPmaskISSET( pipSetMask, PIPpropPICBMP ) ) in docRtfSavePictureTags()
135 if ( PROPmaskISSET( pipSetMask, PIPpropBLIPUPI ) ) in docRtfSavePictureTags()
[all …]
H A DdocRtfSaveParagraph.c96 PropertyMask pipSetMask; in docRtfSaveObject() local
116 docRtfPicturePropertyMask( &pipSetMask, in docRtfSaveObject()
118 docRtfSavePictureTags( rwc, &pipSetMask, in docRtfSaveObject()
220 docRtfPicturePropertyMask( &pipSetMask, in docRtfSaveObject()
222 docRtfSavePictureTags( rwc, &pipSetMask, in docRtfSaveObject()
H A DdocRtfWriterImpl.h185 const PropertyMask * pipSetMask,
189 PropertyMask * pipSetMask,
/dports/editors/ted/Ted-2.23/Ted/
H A DtedEditObject.c75 const PropertyMask * pipSetMask, in tedObjectSetImagePropertiesImpl() argument
94 pipSetMask, pipSet ) ) in tedObjectSetImagePropertiesImpl()
135 const PropertyMask * pipSetMask, in tedObjectSetImageProperties() argument
157 if ( docRtfTraceOldImageProperties( eo, pipSetMask, pipTo ) || in tedObjectSetImageProperties()
158 docRtfTraceNewImageProperties( eo, pipSetMask, pipSet ) ) in tedObjectSetImageProperties()
163 pipSetMask, pipSet ) ) in tedObjectSetImageProperties()
190 const PropertyMask * pipSetMask, in tedDocSetImageProperties() argument
202 pipSetMask, pipSet, traced ); in tedDocSetImageProperties()
H A DtedObjectDrag.c383 PropertyMask pipSetMask; in tedObjectDrag() local
386 utilPropMaskClear( &pipSetMask ); in tedObjectDrag()
401 PROPmaskADD( &pipSetMask, PIPpropPICSCALE_X ); in tedObjectDrag()
410 PROPmaskADD( &pipSetMask, PIPpropPICSCALE_X ); in tedObjectDrag()
423 PROPmaskADD( &pipSetMask, PIPpropPICSCALE_Y ); in tedObjectDrag()
432 PROPmaskADD( &pipSetMask, PIPpropPICSCALE_Y ); in tedObjectDrag()
454 &pipSetMask, &pipFrom, ((TedDocument *)ed->edPrivateData)->tdTraced ); in tedObjectDrag()
H A DtedEdit.h212 const PropertyMask * pipSetMask,
274 const PropertyMask * pipSetMask,
H A DtedAppFront.h43 const PropertyMask * pipSetMask,
H A DtedAppFront.c433 const PropertyMask * pipSetMask, in tedAppSetImageProperties() argument
441 tedDocSetImageProperties( ed, pipSetMask, pip, in tedAppSetImageProperties()
H A DtedDocFront.h46 const PropertyMask * pipSetMask,
/dports/editors/ted/Ted-2.23/docEdit/
H A DdocRtfTrace.h117 const PropertyMask * pipSetMask,
122 const PropertyMask * pipSetMask,
H A DdocRtfWriteTrace.c173 const PropertyMask * pipSetMask, in docRtfTraceImageProperties() argument
182 if ( docRtfSavePictureTags( rw, pipSetMask, pipSet ) ) in docRtfTraceImageProperties()
192 const PropertyMask * pipSetMask, in docRtfTraceOldImageProperties() argument
196 pipSetMask, pipSet ); in docRtfTraceOldImageProperties()
201 const PropertyMask * pipSetMask, in docRtfTraceNewImageProperties() argument
205 pipSetMask, pipSet ); in docRtfTraceNewImageProperties()
/dports/editors/ted/Ted-2.23/docBase/
H A DdocPictureProperties.c54 const PropertyMask * pipSetMask, in docUpdPictureProperties() argument
67 if ( ! PROPmaskISSET( pipSetMask, prop ) ) in docUpdPictureProperties()