Home
last modified time | relevance | path

Searched refs:OLEBlob (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/libfpx/libfpx-1.3.1-10/ole/
H A Dolecore.h72 class OLEBlob; variable
107 class OLEBlob : public PToolkitObject {
109 OLEBlob();
110 OLEBlob(const unsigned long size);
111 OLEBlob(const BLOB* inputBlob);
112 ~OLEBlob();
192 inline BLOB* OLEBlob::GetBlob() { return &blob; } in GetBlob()
193 inline DWORD OLEBlob::GetBlobSize() { return blob.cbSize; } in GetBlobSize()
195 inline void OLEBlob::ResetPointer() { bufPtr = buffer; } in ResetPointer()
196 inline void OLEBlob::SetPointer(long offset) { bufPtr = ((bufPtr + offset) < buffer) ? buffer : … in SetPointer()
H A Dolecore.cpp609 OLEBlob::OLEBlob() in OLEBlob() function in OLEBlob
621 OLEBlob::OLEBlob(const unsigned long size) in OLEBlob() function in OLEBlob
637 OLEBlob::OLEBlob(const BLOB* inputBlob) in OLEBlob() function in OLEBlob
655 OLEBlob::~OLEBlob() in ~OLEBlob()
702 DWORD OLEBlob::ReadVT_I1(BYTE *pb) in ReadVT_I1()
712 DWORD OLEBlob::ReadVT_I2(WORD *pw) in ReadVT_I2()
727 DWORD OLEBlob::ReadVT_I4(DWORD *pdw) in ReadVT_I4()
742 DWORD OLEBlob::ReadVT_R4(float *pflt) in ReadVT_R4()
867 DWORD OLEBlob::WriteVT_I1(BYTE b) in WriteVT_I1()
877 DWORD OLEBlob::WriteVT_I2(WORD pw) in WriteVT_I2()
[all …]
H A Doleprop.h75 class OLEBlob; variable
H A Doleclink.cpp344 OLEBlob linkBlob((BLOB*)(*aProp)); in GetCustomLinkPropertySet()
/dports/graphics/libfpx/libfpx-1.3.1-10/fpx/
H A Dpres_fpx.cpp474 OLEBlob colorBlob((const BLOB*)(*aProp)); in GetResolutionDescription()
588 OLEBlob colorBlob(8 + 4*colorSpace.numberOfComponents); in SetResolutionDescription()
H A Dptil_fpx.cpp1629 OLEBlob jpegTable; in ReadHeader()
1695 OLEBlob jpegTable; in WriteHeader()
H A Dfpxlibio.cpp1230 OLEBlob jpegTable; in FPX_SetJPEGTableGroup()
1282 OLEBlob jpegTable; in FPX_GetJPEGTableGroup()