HomeSort by relevance Sort by last modified time
    Searched refs:FX_DWORD (Results 126 - 150 of 221) sorted by null

1 2 3 4 56 7 8 9

  /external/pdfium/core/src/fpdfdoc/
doc_action.cpp 92 FX_DWORD CPDF_ActionFields::GetFieldsCount() const
146 FX_DWORD iCount = pArray->GetCount();
147 for (FX_DWORD i = 0; i < iCount; i ++) {
155 CPDF_Object* CPDF_ActionFields::GetField(FX_DWORD iIndex) const
242 FX_DWORD CPDF_Action::GetSubActionsCount() const
260 CPDF_Action CPDF_Action::GetSubAction(FX_DWORD iIndex) const
doc_link.cpp 19 FX_DWORD objnum = pPage->m_pFormDict->GetObjNum();
72 for (FX_DWORD i = 0; i < pAnnotList->GetCount(); i ++) {
doc_form.cpp 11 FX_DWORD CountInterFormFonts(CPDF_Dictionary* pFormDict);
12 CPDF_Font* GetInterFormFont(CPDF_Dictionary* pFormDict, CPDF_Document* pDocument, FX_DWORD index, CFX_ByteString& csNameTag);
658 FX_DWORD dwCount = m_pFieldTree->m_Root.CountFields();
659 for (FX_DWORD m = 0; m < dwCount; m ++) {
756 FX_DWORD CPDF_InterForm::CountFields(const CFX_WideString &csFieldName)
759 return (FX_DWORD)m_pFieldTree->m_Root.CountFields();
767 CPDF_FormField* CPDF_InterForm::GetField(FX_DWORD index, const CFX_WideString &csFieldName)
812 FX_DWORD CPDF_InterForm::CountControls(CFX_WideString csFieldName)
815 return (FX_DWORD)m_ControlMap.GetCount();
823 CPDF_FormControl* CPDF_InterForm::GetControl(FX_DWORD index, CFX_WideString csFieldName)
    [all...]
doc_tagged.cpp 80 for (FX_DWORD i = 0; i < pArray->GetCount(); i ++) {
99 FX_DWORD dwKids = 0;
107 FX_DWORD i;
192 FX_DWORD i;
246 FX_DWORD PageObjNum = 0;
257 for (FX_DWORD i = 0; i < pArray->GetCount(); i ++) {
266 void CPDF_StructElementImpl::LoadKid(FX_DWORD PageObjNum, CPDF_Object* pKidObj, CPDF_StructKid* pKid)
340 for (FX_DWORD i = 0; i < pArray->GetCount(); i ++) {
388 for (FX_DWORD i = 0; i < pArray->GetCount(); i ++) {
doc_ocg.cpp 15 FX_DWORD dwCount = ((CPDF_Array*)pObject)->GetCount();
16 for (FX_DWORD i = 0; i < dwCount; i++) {
37 FX_DWORD dwCount = ((CPDF_Array*)pIntent)->GetCount();
38 for (FX_DWORD i = 0; i < dwCount; i++) {
  /external/pdfium/core/src/fxge/dib/
fx_dib_transform.cpp 113 FX_DWORD* src_scan = (FX_DWORD*)GetScanline(row) + col_start;
115 *(FX_DWORD*)dest_scan = *src_scan++;
177 FX_DWORD flags, const FX_RECT* pDestClip) const
187 CFX_DIBitmap* CFX_DIBSource::StretchTo(int dest_width, int dest_height, FX_DWORD flags, const FX_RECT* pClip) const
542 FX_DWORD argb[256];
582 FX_DWORD r_bgra_cmyk = argb[_bilinear_interpol(stretch_buf, row_offset_l, row_offset_r, src_col_l, src_col_r, res_x, res_y, 1, 0)];
588 *(FX_DWORD*)dest_pos = r_bgra_cmyk;
611 FX_DWORD r_bgra_cmyk = argb[_bicubic_interpol(stretch_buf, stretch_pitch, pos_pixel, u_w, v_w, res_x, res_y, 1, 0)];
617 *(FX_DWORD*)dest_pos = r_bgra_cmyk;
    [all...]
dib_int.h 74 FX_DWORD* m_pSrcPalette;
  /external/pdfium/core/src/fxge/ge/
fx_ge_ps.cpp 12 FX_DWORD m_GlyphIndex;
181 FX_DWORD fill_color,
182 FX_DWORD stroke_color,
267 static void FaxCompressData(FX_LPBYTE src_buf, int width, int height, FX_LPBYTE& dest_buf, FX_DWORD& dest_size)
277 static void PSCompressData(int PSLevel, FX_LPBYTE src_buf, FX_DWORD src_size,
278 FX_LPBYTE& output_buf, FX_DWORD& output_size, FX_LPCSTR& filter)
288 FX_DWORD dest_size = src_size;
308 FX_BOOL CFX_PSRenderer::SetDIBits(const CFX_DIBSource* pSource, FX_DWORD color, int left, int top,
316 FX_BOOL CFX_PSRenderer::StretchDIBits(const CFX_DIBSource* pSource, FX_DWORD color, int dest_left, int dest_top,
317 int dest_width, int dest_height, FX_DWORD flags,
    [all...]
  /external/pdfium/core/include/fxcrt/
fx_stream.h 44 FX_HFILE FX_File_Open(FX_BSTR fileName, FX_DWORD dwMode, IFX_Allocator* pAllocator = NULL);
45 FX_HFILE FX_File_Open(FX_WSTR fileName, FX_DWORD dwMode, IFX_Allocator* pAllocator = NULL);
162 IFX_FileStream* FX_CreateFileStream(FX_LPCSTR filename, FX_DWORD dwModes, IFX_Allocator* pAllocator = NULL);
163 IFX_FileStream* FX_CreateFileStream(FX_LPCWSTR filename, FX_DWORD dwModes, IFX_Allocator* pAllocator = NULL);
  /external/pdfium/core/src/fxcrt/
fxcrt_platforms.cpp 18 void FXCRT_GetFileModeString(FX_DWORD dwModes, CFX_ByteString &bsMode)
28 void FXCRT_GetFileModeString(FX_DWORD dwModes, CFX_WideString &wsMode)
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)
  /external/pdfium/core/src/fxge/android/
fpf_skiafont.cpp 159 FX_DWORD CFPF_SkiaFont::GetFontData(FX_DWORD dwTable, FX_LPBYTE pBuffer, FX_DWORD dwSize)
169 FX_BOOL CFPF_SkiaFont::InitFont(CFPF_SkiaFontMgr *pFontMgr, CFPF_SkiaFontDescriptor *pFontDes, FX_BSTR bsFamily, FX_DWORD dwStyle, FX_BYTE uCharset)
  /external/pdfium/fpdfsdk/include/formfiller/
FFL_FormFiller.h 43 /*const CRect& rcWindow, */FX_DWORD dwFlags);
46 /*const CRect& rcWindow, */FX_DWORD dwFlags);
166 /*const CRect& rcWindow,*/ FX_DWORD dwFlags);
170 /*const CRect& rcWindow, */FX_DWORD dwFlags);
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser.cpp 187 FX_DWORD index = m_ParamStartPos;
188 for (FX_DWORD i = 0; i < m_ParamCount; i ++) {
200 CPDF_Object* CPDF_StreamContentParser::GetObject(FX_DWORD index)
228 CFX_ByteString CPDF_StreamContentParser::GetString(FX_DWORD index)
246 FX_FLOAT CPDF_StreamContentParser::GetNumber(FX_DWORD index)
264 FX_FLOAT CPDF_StreamContentParser::GetNumber16(FX_DWORD index)
284 FX_DWORD m_OpId;
364 FX_DWORD opid = 0;
519 for (FX_DWORD i = 0; i < pArray->GetCount(); i ++) {
577 for (FX_DWORD i = 0; i < pArray->GetCount(); i ++) {
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_font/
ttgsubtable.cpp 19 return (*(FX_DWORD*)p1) - (*(FX_DWORD*)p2);
28 FX_DWORD count = m_Buffer.GetSize() / sizeof(_IntPair);
56 value = ((FX_DWORD*)pResult)[1];
89 FX_DWORD index = *(((ScriptList.ScriptRecord + i)->Script.LangSysRecord + j)->LangSys.FeatureIndex + k);
91 FX_DWORD value;
102 FX_DWORD value;
113 FX_DWORD index, value;
421 FX_BOOL CFX_GSUBTable::GetVerticalGlyph(FX_DWORD glyphnum, FX_DWORD* vglyphnum)
    [all...]
fpdf_font.cpp 164 void CPDF_Font::AppendChar(CFX_ByteString& str, FX_DWORD charcode) const
174 CFX_WideString CPDF_Font::UnicodeFromCharCode(FX_DWORD charcode) const
191 FX_DWORD CPDF_Font::CharCodeFromUnicode(FX_WCHAR unicode) const
197 FX_DWORD charcode = m_pToUnicodeMap->ReverseLookup(unicode);
212 FX_DWORD charcode = GetNextChar(src_buf, src_pos);
230 FX_DWORD charcode = CharCodeFromUnicode(src_buf[src_pos]);
294 FX_DWORD dwFontSize = m_pFontFile->GetSize();
378 FX_DWORD charcode = GetNextChar(pString, offset);
383 int CPDF_Font::GetCharTypeWidth(FX_DWORD charcode)
506 CFX_WideString CPDF_ToUnicodeMap::Lookup(FX_DWORD charcode)
    [all...]
  /external/pdfium/fpdfsdk/src/
fpdfview.cpp 17 m_BufferOffset = (FX_DWORD)-1;
20 FX_BOOL CPDF_CustomAccess::GetByte(FX_DWORD pos, FX_BYTE& ch)
23 if (m_BufferOffset == (FX_DWORD)-1 || pos < m_BufferOffset || pos >= m_BufferOffset + 512) {
36 FX_BOOL CPDF_CustomAccess::GetBlock(FX_DWORD pos, FX_LPBYTE pBuf, FX_DWORD size)
45 // m_BufferOffset = (FX_DWORD)-1;
53 static FX_DWORD foxit_sandbox_policy = 0xFFFFFFFF;
117 FX_DWORD flags, // [IN] PDF font flags (see PDF Reference section 5.7.1)
245 void ProcessParseError(FX_DWORD err_code)
275 FX_DWORD err_code = pParser->StartParse((FX_LPCSTR)file_path);
    [all...]
fpdfppo.cpp 71 FX_DWORD NewPagesON = pDestPDFDoc->AddIndirectObject(pNewPages);
85 FX_DWORD Kidsobjnum = -1;
183 FX_DWORD dwOldPageObj = pSrcPageDict->GetObjNum();
184 FX_DWORD dwNewPageObj = pCurPageDict->GetObjNum();
263 FX_DWORD count = pArray->GetCount();
264 for(FX_DWORD i = 0; i < count; i ++)
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_Context.cpp 14 CJBig2_Context *CJBig2_Context::CreateContext(CJBig2_Module *pModule, FX_BYTE *pGlobalData, FX_DWORD dwGlobalLength,
15 FX_BYTE *pData, FX_DWORD dwLength, FX_INT32 nStreamType, IFX_Pause* pPause)
25 CJBig2_Context::CJBig2_Context(FX_BYTE *pGlobalData, FX_DWORD dwGlobalLength,
26 FX_BYTE *pData, FX_DWORD dwLength, FX_INT32 nStreamType, IFX_Pause* pPause)
89 FX_DWORD dwTemp;
378 CJBig2_Segment *CJBig2_Context::findSegmentByNumber(FX_DWORD dwNumber)
419 FX_DWORD dwTemp;
426 if(m_pStream->readInteger((FX_DWORD*)&pSegment->m_nReferred_to_segment_count) != 0) {
445 pSegment->m_pReferred_to_segment_numbers = (FX_DWORD*)m_pModule->JBig2_Malloc2(
446 sizeof(FX_DWORD), pSegment->m_nReferred_to_segment_count);
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_page.h 88 FX_DWORD CountObjects() const
242 void ProcessForm(CFX_ByteTextBuf& buf, FX_LPCBYTE data, FX_DWORD size, CFX_Matrix& matrix);
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ComboBox.cpp 25 FX_BOOL CPWL_CBListBox::OnLButtonUp(const CPDF_Point & point, FX_DWORD nFlag)
50 FX_BOOL CPWL_CBListBox::OnKeyDown(FX_WORD nChar, FX_BOOL & bExit, FX_DWORD nFlag)
96 FX_BOOL CPWL_CBListBox::OnChar(FX_WORD nChar, FX_BOOL & bExit, FX_DWORD nFlag)
180 FX_BOOL CPWL_CBButton::OnLButtonDown(const CPDF_Point & point, FX_DWORD nFlag)
194 FX_BOOL CPWL_CBButton::OnLButtonUp(const CPDF_Point & point, FX_DWORD nFlag)
542 FX_BOOL CPWL_ComboBox::OnKeyDown(FX_WORD nChar, FX_DWORD nFlag)
581 FX_BOOL CPWL_ComboBox::OnChar(FX_WORD nChar, FX_DWORD nFlag)
604 void CPWL_ComboBox::OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam, FX_INTPTR lParam)
PWL_ListBox.cpp 239 FX_BOOL CPWL_ListBox::OnKeyDown(FX_WORD nChar, FX_DWORD nFlag)
288 FX_BOOL CPWL_ListBox::OnChar(FX_WORD nChar, FX_DWORD nFlag)
302 FX_BOOL CPWL_ListBox::OnLButtonDown(const CPDF_Point & point, FX_DWORD nFlag)
319 FX_BOOL CPWL_ListBox::OnLButtonUp(const CPDF_Point & point, FX_DWORD nFlag)
340 FX_BOOL CPWL_ListBox::OnMouseMove(const CPDF_Point & point, FX_DWORD nFlag)
359 void CPWL_ListBox::OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam, FX_INTPTR lParam)
437 void CPWL_ListBox::OnNotifySelChanged(FX_BOOL bKeyDown, FX_BOOL & bExit, FX_DWORD nFlag)
615 FX_BOOL CPWL_ListBox::OnMouseWheel(short zDelta, const CPDF_Point & point, FX_DWORD nFlag)
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jpx_opj.cpp 558 void GetInfo(FX_DWORD& width, FX_DWORD& height, FX_DWORD& codestream_nComps, FX_DWORD& output_nComps);
666 void CJPX_Decoder::GetInfo(FX_DWORD& width, FX_DWORD& height, FX_DWORD& codestream_nComps, FX_DWORD& output_nComps)
668 width = (FX_DWORD)image->x1;
669 height = (FX_DWORD)image->y1;
    [all...]
  /external/pdfium/core/src/reflow/
reflowedpage.h 54 int GetCharWidth(FX_DWORD charCode, CPDF_Font* pFont) const;
55 FX_BOOL IsCanBreakAfter(FX_DWORD unicode);
56 FX_BOOL IsCanBreakBefore(FX_DWORD unicode);
335 FX_DWORD m_CharCode;
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_fdf.cpp 50 CFDF_Document* CFDF_Document::ParseMemory(FX_LPCBYTE pData, FX_DWORD size)
64 FX_DWORD objnum = FXSYS_atoi(word);
107 buf << (FX_DWORD)objnum << FX_BSTRC(" 0 obj\r\n") << pObj << FX_BSTRC("\r\nendobj\r\n\r\n");
  /external/pdfium/core/src/fpdftext/
fpdf_text.cpp 67 FX_DWORD space_charcode = pFont->CharCodeFromUnicode(' ');
80 FX_DWORD charcode = pText->m_nChars == 1 ? (FX_DWORD)(FX_UINTPTR)pText->m_pCharCodes : pText->m_pCharCodes[i];
81 if (charcode == (FX_DWORD) - 1) {
118 FX_DWORD charcode = pText->m_nChars == 1 ? (FX_DWORD)(FX_UINTPTR)pText->m_pCharCodes : pText->m_pCharCodes[i];
119 if (charcode == (FX_DWORD) - 1) {
132 FX_DWORD ch = wCh.GetLength() > 0 ? wCh.GetAt(0) : charcode;
187 FX_DWORD ch = pFont->GetNextChar(pStr, offset);
730 int iMinWidth, FX_DWORD flags)
    [all...]

Completed in 526 milliseconds

1 2 3 4 56 7 8 9