Searched refs:uFlags (Results 1 – 11 of 11) sorted by relevance
/external/lzma/CPP/7zip/UI/FileManager/ |
D | SysIconUtils.cpp | 40 …* SHGetFileInfoWP)(LPCWSTR pszPath, DWORD attrib, SHFILEINFOW *psfi, UINT cbFileInfo, UINT uFlags); 53 …TR MySHGetFileInfoW(LPCWSTR pszPath, DWORD attrib, SHFILEINFOW *psfi, UINT cbFileInfo, UINT uFlags) in MySHGetFileInfoW() argument 62 (pszPath, attrib, psfi, cbFileInfo, uFlags); in MySHGetFileInfoW()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/ |
D | d3d11shader.idl | 65 UINT uFlags; 73 UINT uFlags; 149 UINT uFlags;
|
D | d3d10shader.idl | 98 UINT uFlags; 106 UINT uFlags; 171 UINT uFlags;
|
/external/zlib/src/contrib/minizip/ |
D | unzip.c | 1389 uLong uMagic,uData,uFlags; in unz64local_CheckCurrentFileCoherencyHeader() local 1417 if (unz64local_getShort(&s->z_filefunc, s->filestream,&uFlags) != UNZ_OK) in unz64local_CheckCurrentFileCoherencyHeader() 1437 else if ((err==UNZ_OK) && (uData!=s->cur_file_info.crc) && ((uFlags & 8)==0)) in unz64local_CheckCurrentFileCoherencyHeader() 1442 …a != 0xFFFFFFFF && (err==UNZ_OK) && (uData!=s->cur_file_info.compressed_size) && ((uFlags & 8)==0)) in unz64local_CheckCurrentFileCoherencyHeader() 1447 …!= 0xFFFFFFFF && (err==UNZ_OK) && (uData!=s->cur_file_info.uncompressed_size) && ((uFlags & 8)==0)) in unz64local_CheckCurrentFileCoherencyHeader()
|
/external/pdfium/xfa/src/fxfa/src/parser/ |
D | xfa_utils_imp.cpp | 70 if (pProterty && (pProterty->uFlags & XFA_PROPERTYFLAG_OneOf)) { in XFA_CreateUIChild()
|
D | xfa_object_imp.cpp | 19 CXFA_Object::CXFA_Object(CXFA_Document* pDocument, FX_DWORD uFlags) in CXFA_Object() argument 20 : m_pDocument(pDocument), m_uFlags(uFlags) {} in CXFA_Object() 258 (pPropert->uFlags & XFA_PROPERTYFLAG_OneOf)) { in GetNodeList() 280 if (pProperty[i].uFlags & XFA_PROPERTYFLAG_DefaultOneOf) { in GetNodeList() 4566 if (pProperty->uFlags & XFA_PROPERTYFLAG_OneOf) { in GetProperty() 4571 if (pExistProterty && (pExistProterty->uFlags & XFA_PROPERTYFLAG_OneOf)) { in GetProperty()
|
D | xfa_parser_imp.cpp | 845 ((pPropertyInfo->uFlags & in NormalLoader()
|
/external/mesa3d/include/GL/ |
D | wglext.h | 717 extern LPVOID WINAPI wglCreateImageBufferI3D (HDC hDC, DWORD dwSize, UINT uFlags); 722 typedef LPVOID (WINAPI * PFNWGLCREATEIMAGEBUFFERI3DPROC) (HDC hDC, DWORD dwSize, UINT uFlags);
|
/external/pdfium/xfa/include/fxfa/ |
D | fxfa_basic.h | 1001 uint8_t uFlags; member
|
/external/pdfium/xfa/src/fxfa/src/common/ |
D | xfa_object.h | 43 CXFA_Object(CXFA_Document* pDocument, FX_DWORD uFlags);
|
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/ |
D | wglew.h | 785 typedef LPVOID (WINAPI * PFNWGLCREATEIMAGEBUFFERI3DPROC) (HDC hDC, DWORD dwSize, UINT uFlags);
|