Home
last modified time | relevance | path

Searched refs:inObjectID (Results 1 – 25 of 122) sorted by relevance

12345

/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Pdf/PDFWriter/
H A DIndirectObjectsReferenceRegistry.cpp76 if(mObjectsWritesRegistry.size() <= inObjectID) in MarkObjectAsWritten()
82 if(mObjectsWritesRegistry[inObjectID].mObjectWritten) in MarkObjectAsWritten()
85 inObjectID,mObjectsWritesRegistry[inObjectID].mWritePosition,inWritePosition); in MarkObjectAsWritten()
95 mObjectsWritesRegistry[inObjectID].mIsDirty = true; in MarkObjectAsWritten()
105 if(mObjectsWritesRegistry.size() <= inObjectID) in GetObjectWriteInformation()
112 result.second = mObjectsWritesRegistry[inObjectID]; in GetObjectWriteInformation()
119 return mObjectsWritesRegistry[inObjectID]; in GetNthObjectReference()
129 if(mObjectsWritesRegistry.size() <= inObjectID) in DeleteObject()
142 mObjectsWritesRegistry[inObjectID].mIsDirty = true; in DeleteObject()
152 if(mObjectsWritesRegistry.size() <= inObjectID) in MarkObjectAsUpdated()
[all …]
H A DIndirectObjectsReferenceRegistry.h72 …PDFHummus::EStatusCode MarkObjectAsWritten(ObjectIDType inObjectID,LongFilePositionType inWritePos…
73 GetObjectWriteInformationResult GetObjectWriteInformation(ObjectIDType inObjectID) const;
77 const ObjectWriteInformation& GetNthObjectReference(ObjectIDType inObjectID) const;
81 PDFHummus::EStatusCode DeleteObject(ObjectIDType inObjectID);
82 …PDFHummus::EStatusCode MarkObjectAsUpdated(ObjectIDType inObjectID,LongFilePositionType inNewWrite…
86 PDFHummus::EStatusCode WriteState(ObjectsContext* inStateWriter,ObjectIDType inObjectID);
87 PDFHummus::EStatusCode ReadState(PDFParser* inStateReader,ObjectIDType inObjectID);
H A DObjectsBasicTypes.h29 ObjectReference(ObjectIDType inObjectID){ObjectID = inObjectID;GenerationNumber =0;} in ObjectReference()
30 ObjectReference(ObjectIDType inObjectID,unsigned long inGenerationNumber) in ObjectReference()
31 {ObjectID = inObjectID;GenerationNumber = inGenerationNumber;} in ObjectReference()
H A DObjectsContext.h103 void StartNewIndirectObject(ObjectIDType inObjectID);
107 void StartModifiedIndirectObject(ObjectIDType inObjectID);
131 PDFHummus::EStatusCode WriteState(ObjectsContext* inStateWriter,ObjectIDType inObjectID);
132 PDFHummus::EStatusCode ReadState(PDFParser* inStateReader,ObjectIDType inObjectID);
H A DObjectsContext.cpp282 void ObjectsContext::StartNewIndirectObject(ObjectIDType inObjectID) in StartNewIndirectObject() argument
284 mReferencesRegistry.MarkObjectAsWritten(inObjectID,mOutputStream->GetCurrentPosition()); in StartNewIndirectObject()
285 mPrimitiveWriter.WriteInteger(inObjectID); in StartNewIndirectObject()
290 void ObjectsContext::StartModifiedIndirectObject(ObjectIDType inObjectID) in StartModifiedIndirectObject() argument
292 mReferencesRegistry.MarkObjectAsUpdated(inObjectID,mOutputStream->GetCurrentPosition()); in StartModifiedIndirectObject()
293 mPrimitiveWriter.WriteInteger(inObjectID); in StartModifiedIndirectObject()
443 EStatusCode ObjectsContext::WriteState(ObjectsContext* inStateWriter,ObjectIDType inObjectID) in WriteState() argument
449 inStateWriter->StartNewIndirectObject(inObjectID); in WriteState()
496 EStatusCode ObjectsContext::ReadState(PDFParser* inStateReader,ObjectIDType inObjectID) in ReadState() argument
498 PDFObjectCastPtr<PDFDictionary> objectsContext(inStateReader->ParseNewObject(inObjectID)); in ReadState()
H A DPDFUsedFont.cpp109 EStatusCode PDFUsedFont::WriteState(ObjectsContext* inStateWriter,ObjectIDType inObjectID) in WriteState() argument
111 inStateWriter->StartNewIndirectObject(inObjectID); in WriteState()
136 EStatusCode PDFUsedFont::ReadState(PDFParser* inStateReader,ObjectIDType inObjectID) in ReadState() argument
138 PDFObjectCastPtr<PDFDictionary> pdfUsedFontState(inStateReader->ParseNewObject(inObjectID)); in ReadState()
H A DPDFIndirectObjectReference.cpp23 PDFIndirectObjectReference::PDFIndirectObjectReference(ObjectIDType inObjectID,unsigned long inVers… in PDFIndirectObjectReference() argument
25 mObjectID = inObjectID; in PDFIndirectObjectReference()
H A DWrittenFontTrueType.cpp222 EStatusCode WrittenFontTrueType::WriteState(ObjectsContext* inStateWriter,ObjectIDType inObjectID) in WriteState() argument
224 inStateWriter->StartNewIndirectObject(inObjectID); in WriteState()
242 EStatusCode WrittenFontTrueType::ReadState(PDFParser* inStateReader,ObjectIDType inObjectID) in ReadState() argument
244 PDFObjectCastPtr<PDFDictionary> writtenFontState(inStateReader->ParseNewObject(inObjectID)); in ReadState()
H A DDocumentContext.h254 PDFHummus::EStatusCode WriteState(ObjectsContext* inStateWriter,ObjectIDType inObjectID);
255 PDFHummus::EStatusCode ReadState(PDFParser* inStateReader,ObjectIDType inObjectID);
312 void WriteTrailerState(ObjectsContext* inStateWriter,ObjectIDType inObjectID);
315 void WriteTrailerInfoState(ObjectsContext* inStateWriter,ObjectIDType inObjectID);
317 void WriteCatalogInformationState(ObjectsContext* inStateWriter,ObjectIDType inObjectID);
325 …void WritePageTreeState(ObjectsContext* inStateWriter,ObjectIDType inObjectID,PageTree* inPageTree…
H A DIWrittenFont.h67 …virtual PDFHummus::EStatusCode WriteState(ObjectsContext* inStateWriter,ObjectIDType inObjectID) =…
68 virtual PDFHummus::EStatusCode ReadState(PDFParser* inStateReader,ObjectIDType inObjectID) = 0;
H A DDictionaryContext.h50 void WriteObjectReferenceValue(ObjectIDType inObjectID,unsigned long inGenerationNumber);
51 void WriteNewObjectReferenceValue(ObjectIDType inObjectID);
H A DUsedFontsRepository.h55 PDFHummus::EStatusCode WriteState(ObjectsContext* inStateWriter,ObjectIDType inObjectID);
56 PDFHummus::EStatusCode ReadState(PDFParser* inStateReader,ObjectIDType inObjectID);
H A DAbstractWrittenFont.cpp349 ObjectIDType inObjectID) in WriteWrittenFontState() argument
353 inStateWriter->StartNewIndirectObject(inObjectID); in WriteWrittenFontState()
393 ObjectIDType inObjectID, in WriteGlyphEncodingInfoState() argument
396 inStateWriter->StartNewIndirectObject(inObjectID); in WriteGlyphEncodingInfoState()
471 …Font::ReadGlyphEncodingInfoState(PDFParser* inStateReader,ObjectIDType inObjectID,GlyphEncodingInf… in ReadGlyphEncodingInfoState() argument
473 PDFObjectCastPtr<PDFDictionary> glyphEncodingInfoState(inStateReader->ParseNewObject(inObjectID)); in ReadGlyphEncodingInfoState()
H A DPDFUsedFont.h80 PDFHummus::EStatusCode WriteState(ObjectsContext* inStateWriter,ObjectIDType inObjectID);
81 PDFHummus::EStatusCode ReadState(PDFParser* inStateReader,ObjectIDType inObjectID);
H A DUsedFontsRepository.cpp125 EStatusCode UsedFontsRepository::WriteState(ObjectsContext* inStateWriter,ObjectIDType inObjectID) in WriteState() argument
130 inStateWriter->StartNewIndirectObject(inObjectID); in WriteState()
186 EStatusCode UsedFontsRepository::ReadState(PDFParser* inStateReader,ObjectIDType inObjectID) in ReadState() argument
197 …PDFObjectCastPtr<PDFDictionary> usedFontsRepositoryState(inStateReader->ParseNewObject(inObjectID)… in ReadState()
H A DAbstractWrittenFont.h80 …WrittenFontRepresentation* inRepresentation,ObjectsContext* inStateWriter,ObjectIDType inObjectID);
85 …void ReadGlyphEncodingInfoState(PDFParser* inStateReader,ObjectIDType inObjectID,GlyphEncodingInfo…
H A DWrittenFontCFF.cpp241 EStatusCode WrittenFontCFF::WriteState(ObjectsContext* inStateWriter,ObjectIDType inObjectID) in WriteState() argument
243 inStateWriter->StartNewIndirectObject(inObjectID); in WriteState()
291 EStatusCode WrittenFontCFF::ReadState(PDFParser* inStateReader,ObjectIDType inObjectID) in ReadState() argument
293 PDFObjectCastPtr<PDFDictionary> writtenFontState(inStateReader->ParseNewObject(inObjectID)); in ReadState()
/dports/audio/musicpd/mpd-0.23.6/src/apple/
H A DAudioObject.hxx45 AudioObjectGetPropertyDataSize(AudioObjectID inObjectID, in AudioObjectGetPropertyDataSize() argument
49 OSStatus status = AudioObjectGetPropertyDataSize(inObjectID, in AudioObjectGetPropertyDataSize()
60 AudioObjectGetPropertyDataT(AudioObjectID inObjectID, in AudioObjectGetPropertyDataT() argument
67 status = AudioObjectGetPropertyData(inObjectID, &inAddress, in AudioObjectGetPropertyDataT()
77 AudioObjectGetStringProperty(AudioObjectID inObjectID,
82 AudioObjectGetPropertyDataArray(AudioObjectID inObjectID, in AudioObjectGetPropertyDataArray() argument
88 status = AudioObjectGetPropertyDataSize(inObjectID, in AudioObjectGetPropertyDataArray()
96 status = AudioObjectGetPropertyData(inObjectID, &inAddress, in AudioObjectGetPropertyDataArray()
H A DAudioObject.cxx34 AudioObjectGetStringProperty(AudioObjectID inObjectID, in AudioObjectGetStringProperty() argument
37 auto s = AudioObjectGetPropertyDataT<CFStringRef>(inObjectID, in AudioObjectGetStringProperty()
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DAudioHardwareService.pas278 function AudioHardwareServiceHasProperty( inObjectID: AudioObjectID; const (*var*) inAddress: Audio… in AudioHardwareServiceHasProperty()
293 function AudioHardwareServiceIsPropertySettable( inObjectID: AudioObjectID; const (*var*) inAddress… in AudioHardwareServiceIsPropertySettable()
315 function AudioHardwareServiceGetPropertyDataSize( inObjectID: AudioObjectID; const (*var*) inAddres… in AudioHardwareServiceGetPropertyDataSize()
342 function AudioHardwareServiceGetPropertyData( inObjectID: AudioObjectID; const (*var*) inAddress: A… in AudioHardwareServiceGetPropertyData()
370 function AudioHardwareServiceSetPropertyData( inObjectID: AudioObjectID; const (*var*) inAddress: A… in AudioHardwareServiceSetPropertyData()
388 function AudioHardwareServiceAddPropertyListener( inObjectID: AudioObjectID; const (*var*) inAddres… in AudioHardwareServiceAddPropertyListener()
406 function AudioHardwareServiceRemovePropertyListener( inObjectID: AudioObjectID; const (*var*) inAdd… in AudioHardwareServiceRemovePropertyListener()
H A DAudioHardware.pas334 …AudioObjectPropertyListenerProc = function( inObjectID: AudioObjectID; inNumberAddresses: UInt32; … in inObjectID() function
377 procedure AudioObjectShow( inObjectID: AudioObjectID ); external name '_AudioObjectShow';
389 function AudioObjectHasProperty( inObjectID: AudioObjectID; const (*var*) inAddress: AudioObjectPro… in AudioObjectHasProperty()
404 function AudioObjectIsPropertySettable( inObjectID: AudioObjectID; const (*var*) inAddress: AudioOb… in AudioObjectIsPropertySettable()
426 function AudioObjectGetPropertyDataSize( inObjectID: AudioObjectID; const (*var*) inAddress: AudioO… in AudioObjectGetPropertyDataSize()
453 function AudioObjectGetPropertyData( inObjectID: AudioObjectID; const (*var*) inAddress: AudioObjec… in AudioObjectGetPropertyData()
481 function AudioObjectSetPropertyData( inObjectID: AudioObjectID; const (*var*) inAddress: AudioObjec… in AudioObjectSetPropertyData()
499 function AudioObjectAddPropertyListener( inObjectID: AudioObjectID; const (*var*) inAddress: AudioO… in AudioObjectAddPropertyListener()
519 function AudioObjectRemovePropertyListener( inObjectID: AudioObjectID; const (*var*) inAddress: Aud… in AudioObjectRemovePropertyListener()
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/coreaudio/
H A DAudioHardware.inc10 …AudioObjectPropertyListenerProc = function (inObjectID: AudioObjectID; inNumberAddresses: UInt32; …
28 procedure AudioObjectShow(inObjectID: AudioObjectID); cdecl; external; { available starting in __MA…
29 function AudioObjectHasProperty(inObjectID: AudioObjectID; inAddress: AudioObjectPropertyAddressPtr…
30 function AudioObjectIsPropertySettable(inObjectID: AudioObjectID; inAddress: AudioObjectPropertyAdd…
31 function AudioObjectGetPropertyDataSize(inObjectID: AudioObjectID; inAddress: AudioObjectPropertyAd…
32 function AudioObjectGetPropertyData(inObjectID: AudioObjectID; inAddress: AudioObjectPropertyAddres…
33 function AudioObjectSetPropertyData(inObjectID: AudioObjectID; inAddress: AudioObjectPropertyAddres…
34 function AudioObjectAddPropertyListener(inObjectID: AudioObjectID; inAddress: AudioObjectPropertyAd…
35 function AudioObjectRemovePropertyListener(inObjectID: AudioObjectID; inAddress: AudioObjectPropert…
40 function AudioObjectAddPropertyListenerBlock(inObjectID: AudioObjectID; inAddress: AudioObjectPrope…
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/appleutility/CoreAudio/PublicUtility/
H A DCAHALAudioObject.cpp64 CAHALAudioObject::CAHALAudioObject(AudioObjectID inObjectID) in CAHALAudioObject() argument
66 mObjectID(inObjectID) in CAHALAudioObject()
79 void CAHALAudioObject::SetObjectID(AudioObjectID inObjectID) in SetObjectID() argument
81 mObjectID = inObjectID; in SetObjectID()
235 bool CAHALAudioObject::ObjectExists(AudioObjectID inObjectID) in ObjectExists() argument
239 …return (inObjectID == 0) || (AudioObjectIsPropertySettable(inObjectID, &theAddress, &isSettable) !… in ObjectExists()
/dports/devel/godot-tools/godot-3.2.3-stable/drivers/coreaudio/
H A Daudio_driver_coreaudio.h66 static OSStatus input_device_address_cb(AudioObjectID inObjectID,
70 static OSStatus output_device_address_cb(AudioObjectID inObjectID,
/dports/devel/godot/godot-3.2.3-stable/drivers/coreaudio/
H A Daudio_driver_coreaudio.h66 static OSStatus input_device_address_cb(AudioObjectID inObjectID,
70 static OSStatus output_device_address_cb(AudioObjectID inObjectID,

12345