Searched defs:GetSize (Results 1 - 25 of 274) sorted by relevance

1234567891011

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dmsputils.h42 int GetSize() const { return m_nSize; } function in class:CMSPArray
H A Ddxtmpl.h90 int GetSize() const;
120 inline int CDXArray<TYPE,ARG_TYPE>::GetSize() const { return m_nSize; } function in class:CDXArray
285 if(pNewArray->GetSize() > 0) {
286 InsertAt(nStartIndex,pNewArray->GetAt(0),pNewArray->GetSize());
287 for(int i = 0;i < pNewArray->GetSize();i++)
H A Dauthif.h181 DWORD (WINAPI *GetSize) (const struct _RADIUS_ATTRIBUTE_ARRAY *_This); member in struct:_RADIUS_ATTRIBUTE_ARRAY
H A Dagtsvr.h796 virtual HRESULT WINAPI GetSize(__LONG32 *plWidth,__LONG32 *plHeight) = 0;
811 HRESULT (WINAPI *GetSize)(IAgentCommandWindow *This,__LONG32 *plWidth,__LONG32 *plHeight); member in struct:IAgentCommandWindowVtbl
828 #define IAgentCommandWindow_GetSize(This,plWidth,plHeight) (This)->lpVtbl->GetSize(This,plWidth,plHeight)
1006 virtual HRESULT WINAPI GetSize(__LONG32 *plWidth,__LONG32 *plHeight) = 0;
1023 HRESULT (WINAPI *GetSize)(IAgentPropertySheet *This,__LONG32 *plWidth,__LONG32 *plHeight); member in struct:IAgentPropertySheetVtbl
1042 #define IAgentPropertySheet_GetSize(This,plWidth,plHeight) (This)->lpVtbl->GetSize(This,plWidth,plHeight)
1285 virtual HRESULT WINAPI GetSize(__LONG32 *plWidth,__LONG32 *plHeight) = 0;
1327 HRESULT (WINAPI *GetSize)(IAgentCharacter *This,__LONG32 *plWidth,__LONG32 *plHeight); member in struct:IAgentCharacterVtbl
1371 #define IAgentCharacter_GetSize(This,plWidth,plHeight) (This)->lpVtbl->GetSize(This,plWidth,plHeight)
1508 HRESULT (WINAPI *GetSize)(IAgentCharacterE member in struct:IAgentCharacterExVtbl
[all...]
H A Dcluscfgserver.h1146 virtual HRESULT WINAPI GetSize(ULONG *pcMegaBytes) = 0;
1161 HRESULT (WINAPI *GetSize)(IClusCfgPartitionInfo *This,ULONG *pcMegaBytes); member in struct:IClusCfgPartitionInfoVtbl
1178 #define IClusCfgPartitionInfo_GetSize(This,pcMegaBytes) (This)->lpVtbl->GetSize(This,pcMegaBytes)
H A Dtom.h802 virtual HRESULT WINAPI GetSize(float *pValue) = 0;
868 HRESULT (WINAPI *GetSize)(ITextFont *This,float *pValue); member in struct:ITextFontVtbl
936 #define ITextFont_GetSize(This,pValue) (This)->lpVtbl->GetSize(This,pValue)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dmsputils.h42 int GetSize() const { return m_nSize; } function in class:CMSPArray
H A Ddxtmpl.h90 int GetSize() const;
120 inline int CDXArray<TYPE,ARG_TYPE>::GetSize() const { return m_nSize; } function in class:CDXArray
285 if(pNewArray->GetSize() > 0) {
286 InsertAt(nStartIndex,pNewArray->GetAt(0),pNewArray->GetSize());
287 for(int i = 0;i < pNewArray->GetSize();i++)
H A Dauthif.h181 DWORD (WINAPI *GetSize) (const struct _RADIUS_ATTRIBUTE_ARRAY *_This); member in struct:_RADIUS_ATTRIBUTE_ARRAY
H A Dagtsvr.h796 virtual HRESULT WINAPI GetSize(__LONG32 *plWidth,__LONG32 *plHeight) = 0;
811 HRESULT (WINAPI *GetSize)(IAgentCommandWindow *This,__LONG32 *plWidth,__LONG32 *plHeight); member in struct:IAgentCommandWindowVtbl
828 #define IAgentCommandWindow_GetSize(This,plWidth,plHeight) (This)->lpVtbl->GetSize(This,plWidth,plHeight)
1006 virtual HRESULT WINAPI GetSize(__LONG32 *plWidth,__LONG32 *plHeight) = 0;
1023 HRESULT (WINAPI *GetSize)(IAgentPropertySheet *This,__LONG32 *plWidth,__LONG32 *plHeight); member in struct:IAgentPropertySheetVtbl
1042 #define IAgentPropertySheet_GetSize(This,plWidth,plHeight) (This)->lpVtbl->GetSize(This,plWidth,plHeight)
1285 virtual HRESULT WINAPI GetSize(__LONG32 *plWidth,__LONG32 *plHeight) = 0;
1327 HRESULT (WINAPI *GetSize)(IAgentCharacter *This,__LONG32 *plWidth,__LONG32 *plHeight); member in struct:IAgentCharacterVtbl
1371 #define IAgentCharacter_GetSize(This,plWidth,plHeight) (This)->lpVtbl->GetSize(This,plWidth,plHeight)
1508 HRESULT (WINAPI *GetSize)(IAgentCharacterE member in struct:IAgentCharacterExVtbl
[all...]
H A Dcluscfgserver.h1146 virtual HRESULT WINAPI GetSize(ULONG *pcMegaBytes) = 0;
1161 HRESULT (WINAPI *GetSize)(IClusCfgPartitionInfo *This,ULONG *pcMegaBytes); member in struct:IClusCfgPartitionInfoVtbl
1178 #define IClusCfgPartitionInfo_GetSize(This,pcMegaBytes) (This)->lpVtbl->GetSize(This,pcMegaBytes)
H A Dtom.h802 virtual HRESULT WINAPI GetSize(float *pValue) = 0;
868 HRESULT (WINAPI *GetSize)(ITextFont *This,float *pValue); member in struct:ITextFontVtbl
936 #define ITextFont_GetSize(This,pValue) (This)->lpVtbl->GetSize(This,pValue)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/gdiplus/
H A Dgdiplustypes.h212 VOID GetSize(Size *size) const { function in struct:Rect
337 VOID GetSize(SizeF *size) const { function in struct:RectF
H A Dgdiplusimpl.h866 __inline__ REAL Font::GetSize() const function in class:Font
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
H A Dgdiplustypes.h212 VOID GetSize(Size *size) const { function in struct:Rect
337 VOID GetSize(SizeF *size) const { function in struct:RectF
H A Dgdiplusimpl.h866 __inline__ REAL Font::GetSize() const function in class:Font
/prebuilts/ndk/r10/platforms/android-10/arch-arm/usr/include/SLES/
H A DOpenSLES.h1890 SLresult (*GetSize) ( member in struct:SL3DMacroscopicItf_
/prebuilts/ndk/r10/platforms/android-10/arch-arm64/usr/include/SLES/
H A DOpenSLES.h1890 SLresult (*GetSize) ( member in struct:SL3DMacroscopicItf_
/prebuilts/ndk/r10/platforms/android-10/arch-mips/usr/include/SLES/
H A DOpenSLES.h1890 SLresult (*GetSize) ( member in struct:SL3DMacroscopicItf_
/prebuilts/ndk/r10/platforms/android-10/arch-mips64/usr/include/SLES/
H A DOpenSLES.h1890 SLresult (*GetSize) ( member in struct:SL3DMacroscopicItf_
/prebuilts/ndk/r10/platforms/android-10/arch-x86/usr/include/SLES/
H A DOpenSLES.h1890 SLresult (*GetSize) ( member in struct:SL3DMacroscopicItf_
/prebuilts/ndk/r10/platforms/android-10/arch-x86_64/usr/include/SLES/
H A DOpenSLES.h1890 SLresult (*GetSize) ( member in struct:SL3DMacroscopicItf_
/prebuilts/ndk/r10/platforms/android-11/arch-arm/usr/include/SLES/
H A DOpenSLES.h1890 SLresult (*GetSize) ( member in struct:SL3DMacroscopicItf_
/prebuilts/ndk/r10/platforms/android-11/arch-arm64/usr/include/SLES/
H A DOpenSLES.h1890 SLresult (*GetSize) ( member in struct:SL3DMacroscopicItf_
/prebuilts/ndk/r10/platforms/android-11/arch-mips/usr/include/SLES/
H A DOpenSLES.h1890 SLresult (*GetSize) ( member in struct:SL3DMacroscopicItf_

Completed in 1915 milliseconds

1234567891011