Home
last modified time | relevance | path

Searched refs:bResult (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_script_nodehelper.cpp353 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()
Dxfa_script_imp.cpp182 FX_BOOL bResult = FALSE; in QueryNodeByFlag() local
184 bResult = TRUE; in QueryNodeByFlag()
196 return bResult; in QueryNodeByFlag()
/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_BitStream.cpp76 int32_t CJBig2_BitStream::read1Bit(FX_BOOL* bResult) { in read1Bit() argument
80 *bResult = (m_pBuf[m_dwByteIdx] >> (7 - m_dwBitIdx)) & 0x01; in read1Bit()
DJBig2_BitStream.h23 int32_t read1Bit(FX_BOOL* bResult);
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_progress.cpp1035 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/
DVisualPng.c464 BOOL bResult; in CenterAbout() local
477 bResult = SystemParametersInfo( in CenterAbout()
482 if (!bResult) { in CenterAbout()
/external/skia/src/views/win/
DSkOSWindow_win.cpp495 bool bResult = create_ANGLE((HWND)fHWND, in attachANGLE() local
501 if (false == bResult) { in attachANGLE()