OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetImageCount
(Results
1 - 3
of
3
) sorted by null
/external/lzma/CPP/Windows/Control/
ImageList.h
53
int
GetImageCount
() const
/external/google-breakpad/src/client/mac/handler/
dynamic_images.h
244
for (int i = 0; i <
GetImageCount
(); ++i) {
250
int
GetImageCount
() const {return static_cast<int>(image_list_.size());}
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
commoncontrols.h
78
virtual HRESULT WINAPI
GetImageCount
(int *pi) = 0;
114
HRESULT (WINAPI *
GetImageCount
)(IImageList *This,int *pi);
152
#define IImageList_GetImageCount(This,pi) (This)->lpVtbl->
GetImageCount
(This,pi)
Completed in 75 milliseconds