HomeSort by relevance Sort by last modified time
    Searched refs:FX_BOOL (Results 201 - 225 of 302) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_objects.cpp 205 FX_BOOL CPDF_Object::IsIdentical(CPDF_Object* pOther) const
257 CPDF_Object* CPDF_Object::Clone(FX_BOOL bDirect) const
262 CPDF_Object* CPDF_Object::CloneInternal(FX_BOOL bDirect, CFX_MapPtrToPtr* visited) const
374 CPDF_Number::CPDF_Number(FX_BOOL bInteger, void* pData)
380 extern void FX_atonum(FX_BSTR, FX_BOOL&, void*);
390 FX_BOOL CPDF_Number::Identical(CPDF_Number* pOther) const
588 FX_BOOL CPDF_Array::Identical(CPDF_Array* pOther) const
731 FX_BOOL CPDF_Dictionary::GetBoolean(FX_BSTR key, FX_BOOL bDefault) const
788 FX_BOOL CPDF_Dictionary::KeyExist(FX_BSTR key) const
    [all...]
fpdf_parser_document.cpp 230 FX_BOOL bSkipped = FALSE;
299 static FX_BOOL _EnumPages(CPDF_Dictionary* pPages, IPDF_EnumPageHandler* pHandler)
332 FX_BOOL CPDF_Document::IsContentUsedElsewhere(FX_DWORD objnum, CPDF_Dictionary* pThisPageDict)
357 FX_DWORD CPDF_Document::GetUserPermissions(FX_BOOL bCheckRevision) const
364 FX_BOOL CPDF_Document::IsOwner() const
371 FX_BOOL CPDF_Document::IsFormStream(FX_DWORD objnum, FX_BOOL& bForm) const
fpdf_parser_decode.cpp 98 FX_BOOL bFirstDigit = TRUE;
197 FX_BOOL EndOfLine = FALSE;
198 FX_BOOL ByteAlign = FALSE;
199 FX_BOOL BlackIs1 = FALSE;
200 FX_BOOL Columns = 1728;
201 FX_BOOL Rows = 0;
219 static FX_BOOL CheckFlateDecodeParams(int Colors, int BitsPerComponent, int Columns)
243 FX_BOOL bEarlyChange = TRUE;
258 FX_DWORD FPDFAPI_FlateOrLZWDecode(FX_BOOL bLZW, const FX_BYTE* src_buf, FX_DWORD src_size, CPDF_Dictionary* pParams,
262 FX_BOOL bEarlyChange = TRUE;
    [all...]
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp 39 FX_BOOL CPDFSDK_Widget::IsWidgetAppearanceValid(CPDF_Annot::AppearanceMode mode)
163 FX_BOOL CPDFSDK_Widget::GetFillColor(FX_COLORREF& color) const
174 FX_BOOL CPDFSDK_Widget::GetBorderColor(FX_COLORREF& color) const
185 FX_BOOL CPDFSDK_Widget::GetTextColor(FX_COLORREF& color) const
257 FX_BOOL CPDFSDK_Widget::IsOptionSelected(int nIndex) const
273 FX_BOOL CPDFSDK_Widget::IsChecked() const
297 void CPDFSDK_Widget::SetCheck(FX_BOOL bChecked, FX_BOOL bNotify)
308 void CPDFSDK_Widget::SetValue(const CFX_WideString& sValue, FX_BOOL bNotify)
319 void CPDFSDK_Widget::SetOptionSelection(int index, FX_BOOL bSelected, FX_BOOL bNotify)
    [all...]
fpdfppo.cpp 17 FX_BOOL PDFDocInit(CPDF_Document *pDestPDFDoc, CPDF_Document *pSrcPDFDoc);
18 FX_BOOL ExportPage(CPDF_Document *pSrcPDFDoc, CFX_WordArray* nPageNum, CPDF_Document *pDestPDFDoc, int nIndex);
20 FX_BOOL UpdateReference(CPDF_Object *pObj, CPDF_Document *pDoc, CFX_MapPtrToPtr* pMapPtrToPtr);
36 FX_BOOL CPDF_PageOrganizer::PDFDocInit(CPDF_Document *pDestPDFDoc, CPDF_Document *pSrcPDFDoc)
95 FX_BOOL CPDF_PageOrganizer::ExportPage(CPDF_Document *pSrcPDFDoc, CFX_WordArray* nPageNum,
226 FX_BOOL CPDF_PageOrganizer::UpdateReference(CPDF_Object *pObj, CPDF_Document *pDoc,
  /external/pdfium/core/src/fpdfdoc/
doc_vt.cpp 189 FX_BOOL bUp = TRUE;
190 FX_BOOL bDown = TRUE;
431 static FX_BOOL IsLatin(FX_WORD word)
449 static FX_BOOL IsDigit(FX_DWORD word)
453 static FX_BOOL IsCJK(FX_DWORD word)
479 static FX_BOOL IsPunctuation(FX_DWORD word)
525 static FX_BOOL IsConnectiveSymbol(FX_DWORD word)
534 static FX_BOOL IsOpenStylePunctuation(FX_DWORD word)
547 static FX_BOOL IsCurrencySymbol(FX_WORD word)
557 static FX_BOOL IsPrefixSymbol(FX_WORD word)
    [all...]
doc_tagged.cpp 12 static FX_BOOL IsTagged(const CPDF_Document* pDoc)
156 FX_BOOL bSave = FALSE;
174 FX_BOOL CPDF_StructTreeImpl::AddTopLevelNode(CPDF_Dictionary* pDict, CPDF_StructElementImpl* pElement)
193 FX_BOOL bSave = FALSE;
353 CPDF_Object* CPDF_StructElementImpl::GetAttr(FX_BSTR owner, FX_BSTR name, FX_BOOL bInheritable, FX_FLOAT fLevel)
404 CPDF_Object* CPDF_StructElementImpl::GetAttr(FX_BSTR owner, FX_BSTR name, FX_BOOL bInheritable, int subindex)
416 CFX_ByteString CPDF_StructElementImpl::GetName(FX_BSTR owner, FX_BSTR name, FX_BSTR default_value, FX_BOOL bInheritable, int subindex)
424 FX_ARGB CPDF_StructElementImpl::GetColor(FX_BSTR owner, FX_BSTR name, FX_ARGB default_value, FX_BOOL bInheritable, int subindex)
433 FX_FLOAT CPDF_StructElementImpl::GetNumber(FX_BSTR owner, FX_BSTR name, FX_FLOAT default_value, FX_BOOL bInheritable, int subindex)
441 int CPDF_StructElementImpl::GetInteger(FX_BSTR owner, FX_BSTR name, int default_value, FX_BOOL bInheritable, int subindex)
    [all...]
doc_utils.cpp 17 FX_BOOL FindInterFormFont(CPDF_Dictionary* pFormDict, const CPDF_Font* pFont, CFX_ByteString& csNameTag);
18 FX_BOOL FindInterFormFont(CPDF_Dictionary* pFormDict, CPDF_Document* pDocument, CFX_ByteString csFontName, CPDF_Font*& pFont, CFX_ByteString& csNameTag);
27 FX_BOOL NeedPDFEncodeForFieldFullName(const CFX_WideString& csFieldName);
28 FX_BOOL NeedPDFEncodeForFieldTree(CPDF_Dictionary* pFieldDict, int nLevel = 0);
48 FX_BOOL CPDF_DefaultAppearance::HasFont()
87 FX_BOOL CPDF_DefaultAppearance::HasColor(FX_BOOL bStrokingOperation)
103 CFX_ByteString CPDF_DefaultAppearance::GetColorString(FX_BOOL bStrokingOperation)
141 void CPDF_DefaultAppearance::GetColor(int& iColorType, FX_FLOAT fc[4], FX_BOOL bStrokingOperation)
173 void CPDF_DefaultAppearance::GetColor(FX_ARGB& color, int& iColorType, FX_BOOL bStrokingOperation)
    [all...]
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp 122 FX_BOOL bStrokeAdjust = FALSE, FX_BOOL bTextMode = FALSE)
188 IFX_RenderDeviceDriver* IFX_RenderDeviceDriver::CreateFxgeDriver(CFX_DIBitmap* pBitmap, FX_BOOL bRgbByteOrder, CFX_DIBitmap* pOriDevice, FX_BOOL bGroupKnockout)
192 CFX_AggDeviceDriver::CFX_AggDeviceDriver(CFX_DIBitmap* pBitmap, int dither_bits, FX_BOOL bRgbByteOrder, CFX_DIBitmap* pOriDevice, FX_BOOL bGroupKnockout)
224 FX_BOOL CFX_AggDeviceDriver::DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont,
277 void CFX_AggDeviceDriver::RestoreState(FX_BOOL bKeepSaved)
321 FX_BOOL CFX_AggDeviceDriver::SetClip_PathFill(const CFX_PathData* pPathData,
352 FX_BOOL CFX_AggDeviceDriver::SetClip_PathStroke(const CFX_PathData* pPathData
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 12 extern FX_BOOL IsAvailableMatrix(const CFX_AffineMatrix& matrix);
79 static FX_BOOL _IsScanLine1bpp(FX_LPBYTE pBuf, int width)
92 static FX_BOOL _IsScanLine8bpp(FX_LPBYTE pBuf, int width)
100 static int _DetectFirstLastScan(const CFX_DIBitmap* pBitmap, FX_BOOL bFirst)
145 FX_BOOL bFlipped = top_y > bottom_y;
188 FX_BOOL CPDF_RenderStatus::ProcessText(const CPDF_TextObject* textobj, const CFX_AffineMatrix* pObj2Device, CFX_PathData* pClippingPath)
201 FX_BOOL bFill = FALSE, bStroke = FALSE, bClip = FALSE;
234 FX_BOOL bPattern = FALSE;
319 FX_BOOL CPDF_Type3Char::LoadBitmap(CPDF_RenderContext* pContext)
372 FX_BOOL CPDF_RenderStatus::ProcessType3Text(const CPDF_TextObject* textobj, const CFX_AffineMatrix* pObj2D (…)
    [all...]
fpdf_render_image.cpp 14 FX_BOOL CPDF_RenderStatus::ProcessImage(CPDF_ImageObject* pImageObj, const CFX_AffineMatrix* pObj2Device)
28 FX_BOOL CPDF_RenderStatus::ProcessInlines(CPDF_InlineImages* pInlines, const CFX_AffineMatrix* pObj2Device)
73 FX_BOOL bIsolated = Transparency & PDFTRANS_ISOLATED;
74 FX_BOOL bGroup = Transparency & PDFTRANS_GROUP;
93 FX_BOOL bBackAlphaRequired = blend_mode && bIsolated && !m_bDropObjects;
94 FX_BOOL bGetBackGround = ((m_pDevice->GetRenderCaps() & FXRC_ALPHA_OUTPUT)) ||
107 FX_BOOL bClone = FALSE;
164 CFX_DIBSource* CPDF_TransferFunc::TranslateImage(const CFX_DIBSource* pSrc, FX_BOOL bAutoDropSrc)
190 FX_BOOL bSkip = FALSE;
312 static FX_BOOL _IsSupported(CPDF_ColorSpace* pCS)
    [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Signature.cpp 83 void CPWL_Signature::SetTextFlag(FX_BOOL bTextExist)
90 void CPWL_Signature::SetImageFlag(FX_BOOL bImageExist)
97 void CPWL_Signature::SetFoxitFlag(FX_BOOL bFlagExist)
138 FX_BOOL bTextVisible = m_bTextExist && m_pText->GetText().GetLength() > 0;
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser.cpp 42 FX_BOOL CPDF_StreamContentParser::Initialize()
45 m_pObjectState = FX_Alloc(FX_BOOL, _FPDF_MAX_OBJECT_STACK_SIZE_);
46 FXSYS_memset32(m_pObjectState, 0, _FPDF_MAX_OBJECT_STACK_SIZE_ * sizeof(FX_BOOL));
132 FXSYS_memset32(m_pObjectState, 0, _FPDF_MAX_OBJECT_STACK_SIZE_ * sizeof(FX_BOOL));
268 void CPDF_StreamContentParser::SetGraphicStates(CPDF_PageObject* pObj, FX_BOOL bColor, FX_BOOL bText, FX_BOOL bGraph)
361 FX_BOOL CPDF_StreamContentParser::OnOperator(FX_LPCSTR op)
428 FX_BOOL bDirect = TRUE;
721 FX_BOOL bForm;
    [all...]
fpdf_page_doc.cpp 18 virtual FX_BOOL Installed()
106 CPDF_Pattern* CPDF_Document::LoadPattern(CPDF_Object* pPatternObj, FX_BOOL bShading, const CFX_AffineMatrix* matrix)
151 void CPDF_DocPageData::Clear(FX_BOOL bRelease)
247 CPDF_Font* CPDF_DocPageData::GetFont(CPDF_Dictionary* pFontDict, FX_BOOL findOnly)
270 FX_BOOL bNew = FALSE;
415 FX_BOOL bNew = FALSE;
464 CPDF_Pattern* CPDF_DocPageData::GetPattern(CPDF_Object* pPatternObj, FX_BOOL bShading, const CFX_AffineMatrix* matrix)
476 FX_BOOL bNew = FALSE;
641 void CPDF_DocPageData::ReleaseFontFileStreamAcc(CPDF_Stream* pFontStream, FX_BOOL bForce)
  /external/pdfium/core/src/fxge/dib/
fx_dib_main.cpp 12 FX_BOOL ConvertBuffer(FXDIB_Format dest_format, FX_LPBYTE dest_buf, int dest_pitch, int width, int height,
62 FX_BOOL CFX_DIBitmap::Create(int width, int height, FXDIB_Format format, FX_LPBYTE pBuffer, int pitch)
100 FX_BOOL ret = TRUE;
113 FX_BOOL CFX_DIBitmap::Copy(const CFX_DIBSource* pSrc)
235 FX_BOOL CFX_DIBSource::BuildAlphaMask()
387 FX_BOOL CFX_DIBitmap::TransferBitmap(int dest_left, int dest_top, int width, int height,
436 FX_BOOL CFX_DIBitmap::TransferMask(int dest_left, int dest_top, int width, int height,
599 FX_BOOL CFX_DIBSource::CopyAlphaMask(const CFX_DIBSource* pAlphaMask, const FX_RECT* pClip)
625 FX_BOOL CFX_DIBitmap::LoadChannel(FXDIB_Channel destChannel, const CFX_DIBSource* pSrcBitmap, FXDIB_Channel srcChannel)
763 FX_BOOL CFX_DIBitmap::LoadChannel(FXDIB_Channel destChannel, int value)
    [all...]
fx_dib_convert.cpp 106 FX_BOOL BuildPalette(const CFX_DIBSource* pBitmap, int dwPaletteType);
230 FX_BOOL CFX_Palette::BuildPalette(const CFX_DIBSource* pBitmap, int pal_type)
294 FX_BOOL _ConvertBuffer_1bppMask2Gray(FX_LPBYTE dest_buf, int dest_pitch, int width, int height,
313 FX_BOOL _ConvertBuffer_8bppMask2Gray(FX_LPBYTE dest_buf, int dest_pitch, int width, int height,
323 FX_BOOL _ConvertBuffer_1bppPlt2Gray(FX_LPBYTE dest_buf, int dest_pitch, int width, int height,
376 FX_BOOL _ConvertBuffer_8bppPlt2Gray(FX_LPBYTE dest_buf, int dest_pitch, int width, int height,
419 FX_BOOL _ConvertBuffer_RgbOrCmyk2Gray(FX_LPBYTE dest_buf, int dest_pitch, int width, int height,
490 FX_BOOL _ConvertBuffer_Plt2PltRgb8(FX_LPBYTE dest_buf, int dest_pitch, int width, int height,
531 inline FX_BOOL _ConvertBuffer_Rgb2PltRgb8_NoTransform(FX_LPBYTE dest_buf, int dest_pitch, int width, int height,
587 FX_BOOL _ConvertBuffer_Rgb2PltRgb8(FX_LPBYTE dest_buf, int dest_pitch, int width, int height,
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_path.cpp 123 FX_BOOL CFX_PathData::SetPointCount(int nPoints)
139 FX_BOOL CFX_PathData::AllocPointCount(int nPoints)
174 FX_BOOL CFX_PathData::AddPointCount(int addPoints)
183 FX_BOOL CFX_PathData::Append(const CFX_PathData* pSrc, const CFX_AffineMatrix* pMatrix)
205 FX_BOOL CFX_PathData::AppendRect(FX_FLOAT left, FX_FLOAT bottom, FX_FLOAT right, FX_FLOAT top)
276 FX_BOOL bStartVert = FXSYS_fabs(start_x - middle_x) < 1.0f / 20;
277 FX_BOOL bEndVert = FXSYS_fabs(middle_x - end_x) < 1.0f / 20;
361 FX_BOOL bJoin;
409 FX_BOOL CFX_PathData::GetZeroAreaPath(CFX_PathData& NewPath, CFX_AffineMatrix* pMatrix, FX_BOOL&bThin, FX_BOOL bAdjust) const
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font_cid.cpp 15 extern FX_BOOL FXFC_LoadFile(FX_LPVOID pPackage, FX_LPCSTR name, FX_LPBYTE& pBuffer, FX_DWORD& size);
18 extern FX_BOOL FT_UseTTCharmap(FXFT_Face face, int platform_id, int encoding_id);
38 FX_LPVOID CPDF_CMapManager::GetPackage(FX_BOOL bPrompt)
56 CPDF_CMap* CPDF_CMapManager::GetPredefinedCMap(const CFX_ByteString& name, FX_BOOL bPromptCJK)
69 CPDF_CMap* CPDF_CMapManager::LoadPredefinedCMap(const CFX_ByteString& name, FX_BOOL bPromptCJK)
96 void CPDF_CMapManager::DropAll(FX_BOOL bReload)
124 CPDF_CID2UnicodeMap* CPDF_CMapManager::GetCID2UnicodeMap(int charset, FX_BOOL bPromptCJK)
131 CPDF_CID2UnicodeMap* CPDF_CMapManager::LoadCID2UnicodeMap(int charset, FX_BOOL bPromptCJK)
147 FX_BOOL CPDF_CMapParser::Initialize(CPDF_CMap* pCMap)
182 static FX_BOOL _CMap_GetCodeRange(_CMap_CodeRange& range, FX_BSTR first, FX_BSTR second)
    [all...]
fpdf_font.cpp 13 FX_BOOL FT_UseTTCharmap(FXFT_Face face, int platform_id, int encoding_id)
120 FX_BOOL CPDF_Font::Initialize()
139 FX_BOOL CPDF_Font::IsVertWriting() const
141 FX_BOOL bVertWriting = FALSE;
240 FX_BOOL bExistItalicAngle = FALSE;
249 FX_BOOL bExistStemV = FALSE;
254 FX_BOOL bExistAscent = FALSE;
259 FX_BOOL bExistDescent = FALSE;
264 FX_BOOL bExistCapHeight = FALSE;
320 FX_BOOL bFirst = TRUE;
    [all...]
  /external/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp 79 FX_BOOL CQuartz2D::drawGraphicsString(void* graphics,
254 void CFX_QuartzDeviceDriver::RestoreState(FX_BOOL isKeepSaved )
263 FX_BOOL CFX_QuartzDeviceDriver::SetClip_PathFill(const CFX_PathData* pathData,
297 FX_BOOL CFX_QuartzDeviceDriver::SetClip_PathStroke(const CFX_PathData* pathData,
374 FX_BOOL CFX_QuartzDeviceDriver::DrawPath(const CFX_PathData* pathData,
429 FX_BOOL CFX_QuartzDeviceDriver::FillRect(const FX_RECT* rect,
454 FX_BOOL CFX_QuartzDeviceDriver::DrawCosmeticLine(FX_FLOAT x1,
488 FX_BOOL CFX_QuartzDeviceDriver::GetClipBox(FX_RECT* rect)
498 FX_BOOL CFX_QuartzDeviceDriver::GetDIBits(CFX_DIBitmap* bitmap,
502 FX_BOOL bDEdge)
    [all...]
  /external/pdfium/core/src/fxcrt/
fx_basic_buffer.cpp 336 FX_BOOL CFX_ArchiveLoader::IsEOF()
387 FX_BOOL CFX_ArchiveLoader::Read(void* pBuf, FX_DWORD dwSize)
457 FX_BOOL IFX_BufferArchive::Flush()
459 FX_BOOL bRet = DoWork(m_pBuffer, m_Length);
523 FX_BOOL CFX_FileBufferArchive::AttachFile(IFX_StreamWrite *pFile, FX_BOOL bTakeover )
535 FX_BOOL CFX_FileBufferArchive::AttachFile(FX_LPCWSTR filename)
550 FX_BOOL CFX_FileBufferArchive::AttachFile(FX_LPCSTR filename)
565 FX_BOOL CFX_FileBufferArchive::DoWork(const void* pBuf, size_t size)
fx_basic_coords.cpp 44 FX_BOOL GetIntersection(FX_FLOAT low1, FX_FLOAT high1, FX_FLOAT low2, FX_FLOAT high2,
198 FX_BOOL CFX_FloatRect::Contains(const CFX_FloatRect& other_rect) const
209 FX_BOOL CFX_FloatRect::Contains(FX_FLOAT x, FX_FLOAT y) const
294 void CFX_Matrix::Concat(FX_FLOAT a, FX_FLOAT b, FX_FLOAT c, FX_FLOAT d, FX_FLOAT e, FX_FLOAT f, FX_BOOL bPrepended)
300 void CFX_Matrix::Concat(const CFX_Matrix &m, FX_BOOL bPrepended)
308 void CFX_Matrix::ConcatInverse(const CFX_Matrix& src, FX_BOOL bPrepended)
314 FX_BOOL CFX_Matrix::IsInvertible() const
318 FX_BOOL CFX_Matrix::Is90Rotated() const
322 FX_BOOL CFX_Matrix::IsScaled() const
326 void CFX_Matrix::Translate(FX_FLOAT x, FX_FLOAT y, FX_BOOL bPrepended)
    [all...]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_flate.cpp 80 FX_BOOL Decode(FX_LPBYTE output, FX_DWORD& outlen, const FX_BYTE* input, FX_DWORD& size, FX_BOOL bEarlyChange);
86 FX_BOOL m_Early;
128 int CLZWDecoder::Decode(FX_LPBYTE dest_buf, FX_DWORD& dest_size, const FX_BYTE* src_buf, FX_DWORD& src_size, FX_BOOL bEarlyChange)
574 FX_BOOL Create(FX_LPCBYTE src_buf, FX_DWORD src_size, int width, int height, int nComps, int bpc,
581 virtual FX_BOOL v_Rewind();
621 FX_BOOL CCodec_FlateScanlineDecoder::Create(FX_LPCBYTE src_buf, FX_DWORD src_size, int width, int height,
670 FX_BOOL CCodec_FlateScanlineDecoder::v_Rewind()
744 FX_BOOL useOldImpl = src_size < 10240;
860 FX_DWORD CCodec_FlateModule::FlateOrLZWDecode(FX_BOOL bLZW, const FX_BYTE* src_buf, FX_DWORD src_size, FX_BOOL bEarlyChange,
    [all...]
  /external/pdfium/core/include/reflow/
fpdf_layout.h 255 FX_BOOL m_bIgnoreInvisibleText;
265 static IPDF_LayoutProvider* Create_LayoutProvider_AutoReflow(CPDF_PageObjects* pPageObjs, FX_BOOL bReadOrder);
  /external/pdfium/core/src/fpdfapi/
fpdf_basic_module.cpp 53 void CPDF_ModuleMgr::SetDownloadCallback(FX_BOOL (*callback)(FX_LPCSTR module_name))
57 FX_BOOL CPDF_ModuleMgr::DownloadModule(FX_LPCSTR module_name)

Completed in 683 milliseconds

1 2 3 4 5 6 7 891011>>