Searched refs:bResult (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/xfa/src/fxfa/src/parser/ |
D | xfa_script_nodehelper.cpp | 353 FX_BOOL bResult = FALSE; in XFA_ResolveNodes_CreateNode() local 379 bResult = TRUE; in XFA_ResolveNodes_CreateNode() 396 bResult = TRUE; in XFA_ResolveNodes_CreateNode() 400 if (!bResult) { in XFA_ResolveNodes_CreateNode() 403 return bResult; in XFA_ResolveNodes_CreateNode()
|
D | xfa_script_imp.cpp | 182 FX_BOOL bResult = FALSE; in QueryNodeByFlag() local 184 bResult = TRUE; in QueryNodeByFlag() 196 return bResult; in QueryNodeByFlag()
|
/external/pdfium/core/src/fxcodec/jbig2/ |
D | JBig2_BitStream.cpp | 76 int32_t CJBig2_BitStream::read1Bit(FX_BOOL* bResult) { in read1Bit() argument 80 *bResult = (m_pBuf[m_dwByteIdx] >> (7 - m_dwBitIdx)) & 0x01; in read1Bit()
|
D | JBig2_BitStream.h | 23 int32_t read1Bit(FX_BOOL* bResult);
|
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_progress.cpp | 1035 FX_BOOL bResult = m_pFile->ReadBlock(m_pSrcBuf, 0, size); in DetectImageType() local 1036 if (!bResult) { in DetectImageType() 1092 FX_BOOL bResult = m_pFile->ReadBlock(m_pSrcBuf, 0, size); in DetectImageType() local 1093 if (!bResult) { in DetectImageType() 1141 FX_BOOL bResult = m_pFile->ReadBlock(m_pSrcBuf, 0, size); in DetectImageType() local 1142 if (!bResult) { in DetectImageType() 1147 bResult = pPngModule->Input(m_pPngContext, m_pSrcBuf, size, pAttribute); in DetectImageType() 1148 while (bResult) { in DetectImageType() 1170 bResult = m_pFile->ReadBlock(m_pSrcBuf, m_offSet, input_size); in DetectImageType() 1171 if (!bResult) { in DetectImageType() [all …]
|
/external/libpng/contrib/visupng/ |
D | VisualPng.c | 464 BOOL bResult; in CenterAbout() local 477 bResult = SystemParametersInfo( in CenterAbout() 482 if (!bResult) { in CenterAbout()
|
/external/skia/src/views/win/ |
D | SkOSWindow_win.cpp | 495 bool bResult = create_ANGLE((HWND)fHWND, in attachANGLE() local 501 if (false == bResult) { in attachANGLE()
|