Home
last modified time | relevance | path

Searched refs:FXSYS_assert (Results 1 – 24 of 24) sorted by relevance

/external/pdfium/core/src/fxcrt/
Dfx_extension.cpp34 FXSYS_assert(hFile != NULL); in FX_File_Close()
40 FXSYS_assert(hFile != NULL); in FX_File_GetSize()
45 FXSYS_assert(hFile != NULL); in FX_File_GetPosition()
50 FXSYS_assert(hFile != NULL); in FX_File_SetPosition()
55 FXSYS_assert(hFile != NULL); in FX_File_Read()
60 FXSYS_assert(hFile != NULL); in FX_File_ReadPos()
65 FXSYS_assert(hFile != NULL); in FX_File_Write()
70 FXSYS_assert(hFile != NULL); in FX_File_WritePos()
75 FXSYS_assert(hFile != NULL); in FX_File_Flush()
80 FXSYS_assert(hFile != NULL); in FX_File_Truncate()
[all …]
Dfx_basic_utf.cpp81 FXSYS_assert(pwsStr != NULL); in FX_UTF8Encode()
Dxml_int.h74 FXSYS_assert(m_pFileRead != NULL); in CXML_DataStmAcc()
Dfx_basic_bstring.cpp73 FXSYS_assert(usableSize >= nLen); in Create()
345 FXSYS_assert(nNewLength <= m_pData->m_nAllocLength); in ReleaseBuffer()
930 FXSYS_assert(nIndex >= 0); in SetAt()
931 FXSYS_assert(nIndex < m_pData->m_nDataLength); in SetAt()
Dfx_basic_wstring.cpp34 FXSYS_assert(usableLen >= nLen); in Create()
116 FXSYS_assert(nNewLength <= m_pData->m_nAllocLength); in ReleaseBuffer()
563 FXSYS_assert(lpszTargetList != NULL); in TrimRight()
595 FXSYS_assert(lpszTargets != NULL); in TrimLeft()
Dfx_basic_coords.cpp477 FXSYS_assert(iCount > 0); in TransformPoints()
489 FXSYS_assert(iCount > 0); in TransformPoints()
/external/pdfium/core/src/fpdfdoc/
Ddoc_ocg.cpp30 FXSYS_assert(pDict != NULL); in FPDFDOC_OCG_HasIntent()
51 FXSYS_assert(pDoc && pOCGDict); in FPDFDOC_OCG_GetConfig()
96 FXSYS_assert(pDoc != NULL); in CPDF_OCContext()
243 FXSYS_assert(pOCMDDict != NULL); in LoadOCMDState()
Ddoc_metadata.cpp41 FXSYS_assert(m_pData != NULL); in ~CPDF_Metadata()
53 FXSYS_assert(pDoc != NULL); in LoadDoc()
Ddoc_form.cpp1488 FXSYS_assert(pCharMap != NULL); in FPDFDOC_FDF_GetFieldValue()
/external/pdfium/core/include/fxcrt/
Dfx_string.h376 FXSYS_assert(dataLen >= 0); in StringData()
377 FXSYS_assert(allocLen >= 0); in StringData()
378 FXSYS_assert(dataLen <= allocLen); in StringData()
803 FXSYS_assert(dataLen >= 0); in StringData()
804 FXSYS_assert(allocLen >= 0); in StringData()
805 FXSYS_assert(dataLen <= allocLen); in StringData()
Dfx_basic.h586 FXSYS_assert(nStart > -1 && nStart < nSize);
615 FXSYS_assert(nStart > -1 && nStart < nSize);
642 FXSYS_assert(index < m_nSize);
653 FXSYS_assert(index < m_nSize); in RemoveAt()
1270 FXSYS_assert(p == 0);
1544 FXSYS_assert(data != NULL);
Dfx_ext.h75 FXSYS_assert(pArray != NULL && iCount > 0); in ShellSort()
Dfx_system.h143 #define FXSYS_assert assert macro
146 #define ASSERT FXSYS_assert
Dfx_coordinates.h214 FXSYS_assert(v1.SquareLength() != 0 && v2.SquareLength() != 0); in Cosine()
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec.cpp407 FXSYS_assert((FX_DWORD)m_Operator + 1 >= used_bytes); in UpdateOperator()
421 FXSYS_assert((FX_DWORD)count >= used_bytes); in UpdateOperator()
Dfx_codec_jpeg.cpp464 FXSYS_assert(FALSE); in v_Rewind()
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_create.cpp178 FXSYS_assert(pDocument && pFile); in PDF_CreatorWriteTrailer()
267 FXSYS_assert(pFile); in PDF_CreatorWriteEncrypt()
458 FXSYS_assert(pCreator); in End()
853 FXSYS_assert(iSize > 1); in AddObjectNumberToIndexArray()
1474 FXSYS_assert(m_iStage > -1 || m_iStage < 20); in WriteDoc_Stage1()
1569 FXSYS_assert(m_iStage >= 20 || m_iStage < 30); in WriteDoc_Stage2()
1618 FXSYS_assert(m_iStage >= 80 || m_iStage < 90); in WriteDoc_Stage3()
1728 FXSYS_assert(pFile); in _OutPutIndex()
1764 FXSYS_assert(m_iStage >= 90); in WriteDoc_Stage4()
Dfpdf_edit_doc.cpp434 FXSYS_assert( pStr != NULL); in FX_GetLangHashCode()
534 FXSYS_assert(pLang); in FX_GetCharsetFromLang()
/external/pdfium/core/src/fxge/skia/
Dfx_skia_blitter_new.cpp14 FXSYS_assert(m_Alpha); in blitAntiH()
34 FXSYS_assert(m_Alpha && width); in blitH()
41 FXSYS_assert(m_Alpha && alpha); in blitV()
57 FXSYS_assert(m_Alpha && width); in blitRect()
1507 FXSYS_assert(m_pDevice); in blitAntiH()
1543 FXSYS_assert(m_pDevice); in blitH()
1564 FXSYS_assert(alpha); in blitV()
1580 FXSYS_assert(m_pDevice); in blitRect()
Dfx_skia_device.cpp52 FXSYS_assert(coverage); in FxSkDrawTreatAsHairline()
/external/pdfium/core/src/fdrm/crypto/
Dfx_crypt_sha.cpp394 FXSYS_assert(str != NULL); in FX_ato64i()
409 FXSYS_assert(FALSE); in FX_ato64i()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_doc.cpp116 FXSYS_assert(pObj->GetObjNum()); in LoadImageF()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_fontmap.cpp684 FXSYS_assert(iEnd >= 0); in _GetCharsetFromCodePage()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp1351 FXSYS_assert(pRect != NULL); in Initialize()