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

1 2 3 45 6 7 8 91011>>

  /external/pdfium/fpdfsdk/src/formfiller/
FFL_CheckBox.cpp 34 FX_BOOL CFFL_CheckBox::OnKeyDown(CPDFSDK_Annot* pAnnot, FX_UINT nKeyCode, FX_UINT nFlags)
45 FX_BOOL CFFL_CheckBox::OnChar(CPDFSDK_Annot* pAnnot, FX_UINT nChar, FX_UINT nFlags)
58 FX_BOOL bReset = FALSE;
59 FX_BOOL bExit = FALSE;
79 FX_BOOL CFFL_CheckBox::OnLButtonUp(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point)
98 FX_BOOL CFFL_CheckBox::IsDataChanged(CPDFSDK_PageView* pPageView)
119 FX_BOOL bNewChecked = pWnd->IsChecked();
FFL_RadioButton.cpp 34 FX_BOOL CFFL_RadioButton::OnKeyDown(CPDFSDK_Annot* pAnnot, FX_UINT nKeyCode, FX_UINT nFlags)
46 FX_BOOL CFFL_RadioButton::OnChar(CPDFSDK_Annot* pAnnot, FX_UINT nChar, FX_UINT nFlags)
59 FX_BOOL bReset = FALSE;
60 FX_BOOL bExit = FALSE;
79 FX_BOOL CFFL_RadioButton::OnLButtonUp(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point)
94 FX_BOOL CFFL_RadioButton::IsDataChanged(CPDFSDK_PageView* pPageView)
113 FX_BOOL bNewChecked = pWnd->IsChecked();
  /external/pdfium/core/src/fpdfapi/fpdf_page/
pageint.h 19 CPDF_Stream* ReadInlineStream(CPDF_Document* pDoc, CPDF_Dictionary* pDict, CPDF_Object* pCSObj, FX_BOOL bDecode);
46 CPDF_Object* ReadNextObject(FX_BOOL bAllowNestedArray = FALSE, FX_BOOL bInArray = FALSE);
49 void GetNextWord(FX_BOOL& bIsNumber);
104 FX_BOOL m_bInteger;
129 FX_BOOL Initialize();
160 FX_BOOL OnOperator(FX_LPCSTR op);
162 FX_BOOL m_bAbort;
189 FX_BOOL SetToCurObj(CPDF_Object* pObject);
191 FX_BOOL m_bDictName;
    [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_tagged.h 86 virtual CPDF_Object* GetAttr(FX_BSTR owner, FX_BSTR name, FX_BOOL bInheritable = FALSE, FX_FLOAT fLevel = 0.0F) = 0;
90 virtual CFX_ByteString GetName(FX_BSTR owner, FX_BSTR name, FX_BSTR default_value, FX_BOOL bInheritable = FALSE, int subindex = -1) = 0;
92 virtual FX_ARGB GetColor(FX_BSTR owner, FX_BSTR name, FX_ARGB default_value, FX_BOOL bInheritable = FALSE, int subindex = -1) = 0;
94 virtual FX_FLOAT GetNumber(FX_BSTR owner, FX_BSTR name, FX_FLOAT default_value, FX_BOOL bInheritable = FALSE, int subindex = -1) = 0;
96 virtual int GetInteger(FX_BSTR owner, FX_BSTR name, int default_value, FX_BOOL bInheritable = FALSE, int subindex = -1) = 0;
fpdf_ap.h 62 FX_BOOL IsLatinWord(FX_WORD word);
78 static FX_BOOL GenerateTextFieldAP(CPDF_Document* pDoc, CPDF_Dictionary* pAnnotDict);
80 static FX_BOOL GenerateComboBoxAP(CPDF_Document* pDoc, CPDF_Dictionary* pAnnotDict);
82 static FX_BOOL GenerateListBoxAP(CPDF_Document* pDoc, CPDF_Dictionary* pAnnotDict);
85 const CPDF_Point & ptOffset, FX_BOOL bContinuous, FX_WORD SubWord = 0, const CPVT_WordRange * pVisible = NULL);
91 static CFX_ByteString GenerateColorAP(const CPVT_Color & color, const FX_BOOL & bFillOrStroke);
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_GeneralDecoder.h 78 FX_BOOL LTP;
114 FX_BOOL MMR;
118 FX_BOOL TPGDON;
119 FX_BOOL USESKIP;
141 FX_BOOL GRTEMPLATE;
145 FX_BOOL TPGRON;
169 FX_BOOL SBHUFF;
170 FX_BOOL SBREFINE;
181 FX_BOOL SBDEFPIXEL;
184 FX_BOOL TRANSPOSED;
    [all...]
  /external/pdfium/fpdfsdk/include/
fsdk_mgr.h 114 virtual FX_BOOL FFI_IsSHIFTKeyDown(FX_DWORD nFlag)
119 virtual FX_BOOL FFI_IsCTRLKeyDown(FX_DWORD nFlag)
124 virtual FX_BOOL FFI_IsALTKeyDown(FX_DWORD nFlag)
129 virtual FX_BOOL FFI_IsINSERTKeyDown(FX_DWORD nFlag)
319 void FFI_OnSetFieldInputFocus(void* field,FPDF_WIDESTRING focusText, FPDF_DWORD nTextLen, FX_BOOL bFocus)
344 FX_BOOL IsJSInitiated();
355 FX_BOOL OpenURL(CFX_WideString &filePath);
414 CPDFSDK_PageView* GetPageView(CPDF_Page* pPDFPage, FX_BOOL ReNew = TRUE);
424 FX_BOOL SetFocusAnnot(CPDFSDK_Annot* pAnnot, FX_UINT nFlag = 0);//{return FALSE;}
425 FX_BOOL KillFocusAnnot(FX_UINT nFlag = 0);
    [all...]
fsdk_define.h 113 virtual FX_BOOL GetByte(FX_DWORD pos, FX_BYTE& ch);
114 virtual FX_BOOL GetBlock(FX_DWORD pos, FX_LPBYTE pBuf, FX_DWORD size);
117 virtual FX_BOOL ReadBlock(void* buffer, FX_FILESIZE offset, size_t size);
  /external/pdfium/core/src/fxcrt/
extension.h 13 virtual FX_BOOL Open(FX_BSTR fileName, FX_DWORD dwMode) = 0;
14 virtual FX_BOOL Open(FX_WSTR fileName, FX_DWORD dwMode) = 0;
24 virtual FX_BOOL Flush() = 0;
25 virtual FX_BOOL Truncate(FX_FILESIZE szFile) = 0;
58 virtual FX_BOOL IsEOF()
70 virtual FX_BOOL SetRange(FX_FILESIZE offset, FX_FILESIZE size)
84 virtual FX_BOOL ReadBlock(void* buffer, FX_FILESIZE offset, size_t size)
92 return (FX_BOOL)m_pFile->ReadPos(buffer, size, offset);
104 virtual FX_BOOL WriteBlock(const void* buffer, FX_FILESIZE offset, size_t size)
109 return (FX_BOOL)m_pFile->WritePos(buffer, size, offset);
    [all...]
mem_int.h 18 FX_BOOL m_bReleaseMgr;
44 FX_BOOL HasFreeBlock() const
46 return (FX_BOOL)m_nAvailCount;
97 FX_BOOL IsEmpty() const
101 FX_BOOL HasFreeBlock() const
103 return (FX_BOOL)m_nAvailBlocks;
143 FX_BOOL IsEmpty() const
161 FX_BOOL IsEmpty() const;
175 FX_BOOL m_bAlone;
180 FX_BOOL IsEmpty() const;
    [all...]
fx_arabic.cpp 24 FX_BOOL CFX_BidiChar::AppendChar(FX_WCHAR wch)
40 FX_BOOL bRet = FALSE;
64 FX_BOOL CFX_BidiChar::EndChar()
fxcrt_platforms.cpp 46 FX_BOOL CFXCRT_FileAccess_CRT::Open(FX_BSTR fileName, FX_DWORD dwMode)
56 FX_BOOL CFXCRT_FileAccess_CRT::Open(FX_WSTR fileName, FX_DWORD dwMode)
138 FX_BOOL CFXCRT_FileAccess_CRT::Flush()
145 FX_BOOL CFXCRT_FileAccess_CRT::Truncate(FX_FILESIZE szFile)
149 FX_BOOL FX_File_Exist(FX_BSTR fileName)
153 FX_BOOL FX_File_Exist(FX_WSTR fileName)
157 FX_BOOL FX_File_Delete(FX_BSTR fileName)
161 FX_BOOL FX_File_Delete(FX_WSTR fileName)
165 FX_BOOL FX_File_Copy(FX_BSTR fileNameSrc, FX_BSTR fileNameDst)
191 FX_BOOL FX_File_Copy(FX_WSTR fileNameSrc, FX_WSTR fileNameDst)
    [all...]
fxcrt_windows.cpp 10 FX_BOOL FX_File_Exist(FX_BSTR fileName)
18 FX_BOOL FX_File_Exist(FX_WSTR fileName)
61 FX_BOOL CFXCRT_FileAccess_Win64::Open(FX_BSTR fileName, FX_DWORD dwMode)
74 FX_BOOL CFXCRT_FileAccess_Win64::Open(FX_WSTR fileName, FX_DWORD dwMode)
184 FX_BOOL CFXCRT_FileAccess_Win64::Flush()
191 FX_BOOL CFXCRT_FileAccess_Win64::Truncate(FX_FILESIZE szFile)
198 FX_BOOL FX_File_Delete(FX_BSTR fileName)
202 FX_BOOL FX_File_Delete(FX_WSTR fileName)
206 FX_BOOL FX_File_Copy(FX_BSTR fileNameSrc, FX_BSTR fileNameDst)
210 FX_BOOL FX_File_Copy(FX_WSTR fileNameSrc, FX_WSTR fileNameDst)
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_objects.h 52 FX_BOOL IsIdentical(CPDF_Object* pObj) const;
54 CPDF_Object* Clone(FX_BOOL bDirect = FALSE) const;
84 FX_BOOL IsModified() const
106 CPDF_Object* CloneInternal(FX_BOOL bDirect, CFX_MapPtrToPtr* visited) const;
112 static CPDF_Boolean* Create(FX_BOOL value)
122 CPDF_Boolean(FX_BOOL value)
128 FX_BOOL Identical(CPDF_Boolean* pOther) const
134 FX_BOOL m_bValue;
156 static CPDF_Number* Create(FX_BOOL bInteger, void* pData)
166 CPDF_Number(FX_BOOL bInteger, void* pData);
    [all...]
  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 198 FX_BOOL IsEmpty()
328 void SplitLines(FX_BOOL bTypeset, FX_FLOAT fFontSize);
435 void SetMultiLine(FX_BOOL bMultiLine = TRUE)
439 void SetAutoReturn(FX_BOOL bAuto = TRUE)
451 void SetAutoFontSize(FX_BOOL bAuto = TRUE)
455 void SetRichText(FX_BOOL bRichText)
464 FX_BOOL IsValid() const
468 FX_BOOL IsRichText() const
508 FX_BOOL IsMultiLine() const
549 FX_BOOL IsLatinWord(FX_WORD word);
    [all...]
doc_ocg.cpp 28 static FX_BOOL FPDFDOC_OCG_HasIntent(const CPDF_Dictionary *pDict, FX_BSTR csElement, FX_BSTR csDef = FX_BSTRC(""))
104 FX_BOOL CPDF_OCContext::LoadOCGStateFromConfig(FX_BSTR csConfig, const CPDF_Dictionary *pOCGDict, FX_BOOL &bValidConfig) const
111 FX_BOOL bState = pConfig->GetString(FX_BSTRC("BaseState"), FX_BSTRC("ON")) != FX_BSTRC("OFF");
152 FX_BOOL CPDF_OCContext::LoadOCGState(const CPDF_Dictionary *pOCGDict) const
174 FX_BOOL bDefValid = FALSE;
177 FX_BOOL CPDF_OCContext::GetOCGVisible(const CPDF_Dictionary *pOCGDict)
190 FX_BOOL CPDF_OCContext::GetOCGVE(CPDF_Array *pExpression, FX_BOOL bFromConfig, int nLevel)
215 FX_BOOL bValue = FALSE;
    [all...]
  /external/pdfium/fpdfsdk/include/javascript/
JS_Value.h 62 FX_BOOL IsArrayObject() const;
63 FX_BOOL IsDateObject() const;
66 FX_BOOL ConvertToArray(CJS_Array &) const;
67 FX_BOOL ConvertToDate(CJS_Date &) const;
91 FX_BOOL IsSetting();
92 FX_BOOL IsGetting();
121 FX_BOOL m_bIsSetting;
134 FX_BOOL IsAttached();
178 FX_BOOL IsValidDate();
Icon.h 17 FX_BOOL name(OBJ_PROP_PARAMS);
  /external/pdfium/core/src/fxge/ge/
fx_ge_linux.cpp 21 FX_BOOL CFX_AggDeviceDriver::DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont,
57 virtual void* MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR family, FX_BOOL& bExact);
58 FX_BOOL ParseFontCfg();
59 void* FindFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR family, FX_BOOL bMatchName);
105 void* CFX_LinuxFontInfo::MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR cstr_face, FX_BOOL& bExact)
119 FX_BOOL bCJK = TRUE;
185 static FX_INT32 _LinuxGetSimilarValue(int weight, FX_BOOL bItalic, int pitch_family, FX_DWORD style)
    [all...]
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Icon.h 46 FX_BOOL IsProportionalScale();
48 FX_BOOL GetFittingBounds();
  /external/pdfium/core/include/fxge/
fx_ge_win32.h 74 static IFX_RenderDeviceDriver* CreateDriver(HDC hDC, FX_BOOL bCmykOutput = FALSE);
76 CFX_WindowsDevice(HDC hDC, FX_BOOL bCmykOutput = FALSE, FX_BOOL bForcePSOutput = FALSE, int psLevel = 2);
80 FX_BOOL m_bForcePSOutput;
  /external/pdfium/core/src/fxge/apple/
fx_mac_imp.cpp 32 virtual void* MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR family, FX_BOOL& bExact);
48 void* CFX_MacFontInfo::MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR cstr_face, FX_BOOL& bExact)
  /external/pdfium/fpdfsdk/include/formfiller/
FFL_PushButton.h 18 virtual FX_BOOL OnChar(CPDFSDK_Annot* pAnnot, FX_UINT nChar, FX_UINT nFlags);
  /external/pdfium/core/src/fxge/android/
fpf_skiafont.h 41 virtual FX_BOOL GetGlyphBBox(FX_INT32 iGlyphIndex, FX_RECT &rtBBox);
42 virtual FX_BOOL GetBBox(FX_RECT &rtBBox);
47 FX_BOOL InitFont(CFPF_SkiaFontMgr *pFontMgr, CFPF_SkiaFontDescriptor *pFontDes, FX_BSTR bsFamily, FX_DWORD dwStyle, FX_BYTE uCharset);
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
filters_int.h 31 CPDF_LzwFilter(FX_BOOL bEarlyChange);
35 FX_BOOL m_bEarlyChange;
54 FX_BOOL m_bTiff;
101 FX_BOOL m_bGotHeader;
108 FX_BOOL Initialize(int Encoding, int bEndOfLine, int bByteAlign, int bBlack, int nRows, int nColumns);
116 void ProcessData(FX_LPCBYTE src_buf, FX_DWORD src_size, int& bitpos, FX_BOOL bFinish,
118 FX_BOOL ReadLine(FX_LPCBYTE src_buf, int bitsize, int& bitpos);

Completed in 1269 milliseconds

1 2 3 45 6 7 8 91011>>