Searched refs:pFormat (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/xfa/src/fxfa/src/parser/ |
D | xfa_localevalue.cpp | 106 IFX_FormatString* pFormat = IFX_FormatString::Create(m_pLocaleMgr, FALSE); in ValidateValue() local 108 pFormat->SplitFormatString(wsPattern, wsPatterns); in ValidateValue() 114 FX_LOCALECATEGORY eCategory = pFormat->GetCategory(wsFormat); in ValidateValue() 118 bRet = pFormat->ParseNull(wsValue, wsFormat); in ValidateValue() 124 bRet = pFormat->ParseZero(wsValue, wsFormat); in ValidateValue() 131 bRet = pFormat->ParseNum(wsValue, wsFormat, fNum); in ValidateValue() 133 bRet = pFormat->FormatNum(wsValue, wsFormat, wsOutput); in ValidateValue() 138 bRet = pFormat->ParseText(wsValue, wsFormat, wsOutput); in ValidateValue() 141 bRet = pFormat->FormatText(wsValue, wsFormat, wsOutput); in ValidateValue() 148 bRet = pFormat->ParseDateTime(wsValue, wsFormat, FX_DATETIMETYPE_Date, in ValidateValue() [all …]
|
D | xfa_objectacc_imp.cpp | 2908 if (CXFA_Node* pFormat = m_pNode->GetChild(0, XFA_ELEMENT_Format)) { in GetPictureContent() local 2909 if (CXFA_Node* pPicture = pFormat->GetChild(0, XFA_ELEMENT_Picture)) { in GetPictureContent()
|
/external/opencv3/modules/cudacodec/src/ |
D | video_parser.hpp | 81 static int CUDAAPI HandleVideoSequence(void* pUserData, CUVIDEOFORMAT* pFormat);
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_format.c | 1595 enum pipe_format pFormat; in st_ChooseTextureFormat_renderable() local 1612 pFormat = st_choose_format(screen, internalFormat, format, type, in st_ChooseTextureFormat_renderable() 1615 if (pFormat == PIPE_FORMAT_NONE) { in st_ChooseTextureFormat_renderable() 1617 pFormat = st_choose_format(screen, internalFormat, format, type, in st_ChooseTextureFormat_renderable() 1621 if (pFormat == PIPE_FORMAT_NONE) { in st_ChooseTextureFormat_renderable() 1626 return st_pipe_format_to_mesa_format(pFormat); in st_ChooseTextureFormat_renderable()
|
/external/opencv3/3rdparty/include/dshow/ |
D | strmif.h | 1823 virtual HRESULT WINAPI IsFormatSupported(const GUID *pFormat) = 0; 1824 virtual HRESULT WINAPI QueryPreferredFormat(GUID *pFormat) = 0; 1825 virtual HRESULT WINAPI GetTimeFormat(GUID *pFormat) = 0; 1826 virtual HRESULT WINAPI IsUsingTimeFormat(const GUID *pFormat) = 0; 1827 virtual HRESULT WINAPI SetTimeFormat(const GUID *pFormat) = 0; 1847 HRESULT (WINAPI *IsFormatSupported)(IMediaSeeking *This,const GUID *pFormat); 1848 HRESULT (WINAPI *QueryPreferredFormat)(IMediaSeeking *This,GUID *pFormat); 1849 HRESULT (WINAPI *GetTimeFormat)(IMediaSeeking *This,GUID *pFormat); 1850 HRESULT (WINAPI *IsUsingTimeFormat)(IMediaSeeking *This,const GUID *pFormat); 1851 HRESULT (WINAPI *SetTimeFormat)(IMediaSeeking *This,const GUID *pFormat); [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | numfmtst.cpp | 1494 NumberFormat *pFormat = NumberFormat::createPercentInstance(en_US, status); in TestLenientParse() local 1496 if (pFormat == NULL || U_FAILURE(status)) { in TestLenientParse() 1499 pFormat->setLenient(TRUE); in TestLenientParse() 1503 pFormat->parse(testCase, n, status); in TestLenientParse() 1516 pFormat->parse(testCase, n, status); in TestLenientParse() 1526 delete pFormat; in TestLenientParse()
|