Home
last modified time | relevance | path

Searched refs:GetAt (Results 1 – 25 of 79) sorted by relevance

1234

/external/pdfium/core/src/fpdftext/
Dfpdf_text.cpp45 CTextBaseLine* pBaseLine = (CTextBaseLine*)m_BaseLines.GetAt(i); in ~CTextPage()
49 CTextColumn* pTextColumn = (CTextColumn*)m_TextColumns.GetAt(i); in ~CTextPage()
132 FX_DWORD ch = wCh.GetLength() > 0 ? wCh.GetAt(0) : charcode; in ProcessObject()
165 CTextBaseLine* pExistLine = (CTextBaseLine*)m_BaseLines.GetAt(i); in InsertTextBox()
202 CTextBaseLine* pBaseLine = (CTextBaseLine*)m_BaseLines.GetAt(i); in WriteOutput()
214 CTextBaseLine* pBaseLine = (CTextBaseLine*)m_BaseLines.GetAt(i); in WriteOutput()
218 CTextBaseLine* pBaseLine = (CTextBaseLine*)m_BaseLines.GetAt(i); in WriteOutput()
219 CTextBaseLine* pPrevLine = (CTextBaseLine*)m_BaseLines.GetAt(i - 1); in WriteOutput()
232 CTextBaseLine* pBaseLine = (CTextBaseLine*)m_BaseLines.GetAt(i); in WriteOutput()
270 CTextBaseLine* pBaseLine = (CTextBaseLine*)m_BaseLines.GetAt(i); in WriteOutput()
[all …]
Dfpdf_text_int.cpp159 PAGECHAR_INFO charinfo = *(PAGECHAR_INFO*)m_charList.GetAt(i); in ParseTextPage()
179 m_CharIndex.SetAt(indexSize - 1, m_CharIndex.GetAt(indexSize - 1) + 1); in ParseTextPage()
211 count += m_CharIndex.GetAt(i + 1); in CharIndexFromTextIndex()
213 return TextIndex - count + m_CharIndex.GetAt(i + 1) + m_CharIndex.GetAt(i); in CharIndexFromTextIndex()
223 count += m_CharIndex.GetAt(i + 1); in TextIndexFromCharIndex()
224 if(m_CharIndex.GetAt(i + 1) + m_CharIndex.GetAt(i) > CharIndex) { in TextIndexFromCharIndex()
225 if(CharIndex - m_CharIndex.GetAt(i) < 0) { in TextIndexFromCharIndex()
228 return CharIndex - m_CharIndex.GetAt(i) + count - m_CharIndex.GetAt(i + 1); in TextIndexFromCharIndex()
253 info_curchar = *(PAGECHAR_INFO*)m_charList.GetAt(curPos++); in GetRectArray()
326 PAGECHAR_INFO charinfo = *(PAGECHAR_INFO*)(m_charList.GetAt(pos)); in GetIndexAtPos()
[all …]
/external/pdfium/core/src/fpdfdoc/
Ddoc_vt.cpp66 delete m_WordArray.GetAt(i); in ResetWordArray()
73 if (CLine * pLine = m_LineArray.GetAt(i)) { in ResetLinePlace()
109 if (CLine * pLine = m_LineArray.GetAt(0)) { in GetBeginWordPlace()
117 if (CLine * pLine = m_LineArray.GetAt(m_LineArray.GetSize() - 1)) { in GetEndWordPlace()
131 if (CLine * pLine = m_LineArray.GetAt(place.nLineIndex)) { in GetPrevWordPlace()
135 if (CLine * pPrevLine = m_LineArray.GetAt(place.nLineIndex - 1)) { in GetPrevWordPlace()
152 if (CLine * pLine = m_LineArray.GetAt(place.nLineIndex)) { in GetNextWordPlace()
154 if (CLine * pNextLine = m_LineArray.GetAt(place.nLineIndex + 1)) { in GetNextWordPlace()
169 if (CLine * pLine = m_LineArray.GetAt(nMid)) { in UpdateWordPlace()
197 if (CLine * pLine = m_LineArray.GetAt(nMid)) { in SearchWordPlace()
[all …]
Ddoc_basic.cpp278 if (filepath.GetAt(0) != '/') { in FILESPEC_DecodeFileName()
281 if (filepath.GetAt(1) == '/') { in FILESPEC_DecodeFileName()
284 if (filepath.GetAt(2) == '/') { in FILESPEC_DecodeFileName()
286 result += filepath.GetAt(1); in FILESPEC_DecodeFileName()
366 if (filepath.GetAt(1) == ':') { in FILESPEC_EncodeFileName()
369 result += filepath.GetAt(0); in FILESPEC_EncodeFileName()
370 if (filepath.GetAt(2) != '\\') { in FILESPEC_EncodeFileName()
376 if (filepath.GetAt(0) == '\\' && filepath.GetAt(1) == '\\') { in FILESPEC_EncodeFileName()
379 if (filepath.GetAt(0) == '\\') { in FILESPEC_EncodeFileName()
Dpdf_vt.h202 TYPE GetAt(int nIndex) const in GetAt() function
205 return CFX_ArrayTemplate<TYPE>::GetAt(nIndex); in GetAt()
240 CLine * GetAt(FX_INT32 nIndex) const in GetAt() function
242 return m_Lines.GetAt(nIndex); in GetAt()
251 delete GetAt(i); in RemoveAll()
266 if (CLine * pLine = GetAt(m_nTotal)) { in Add()
275 delete GetAt(i); in Clear()
635 const CPVT_WordPlace & GetAt() const in GetAt() function
Ddoc_link.cpp48 return (CPDF_Dictionary*)pPageLinkList->GetAt(index); in GetLink()
58 CPDF_Link Link = (CPDF_Dictionary*)pPageLinkList->GetAt(i); in GetLinkAtPoint()
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_list.cpp134 delete m_aListItems.GetAt(i); in Empty()
164 if (CFX_ListItem * pPrevItem = m_aListItems.GetAt(nItemIndex - 1)) in ReArrange()
169 if (CFX_ListItem * pListItem = m_aListItems.GetAt(i)) in ReArrange()
182 if (CFX_ListItem * pListItem = m_aListItems.GetAt(nIndex)) in GetItemEdit()
219 if (CFX_ListItem * pListItem = m_aListItems.GetAt(i)) in GetItemIndex()
248 if (CFX_ListItem * pListItem = m_aListItems.GetAt(0)) in GetFirstHeight()
260 if (CFX_ListItem * pListItem = m_aListItems.GetAt(i)) in GetFirstSelected()
273 if (CFX_ListItem * pListItem = m_aListItems.GetAt(i)) in GetLastSelected()
298 if (CFX_ListItem * pListItem = m_aListItems.GetAt(nCircleIndex)) in FindNext()
310 if (CFX_ListItem * pListItem = m_aListItems.GetAt(nIndex)) in GetItemRect()
[all …]
Dfxet_edit.cpp122 const CPVT_WordPlace & CFX_Edit_Iterator::GetAt() const in GetAt() function in CFX_Edit_Iterator
126 return m_pVTIterator->GetAt(); in GetAt()
224 if (CFX_Edit_LineRect * pOldRect = m_OldLineRects.GetAt(i)) in NoAnalyse()
230 if (CFX_Edit_LineRect * pNewRect = m_NewLineRects.GetAt(i)) in NoAnalyse()
246 CFX_Edit_LineRect * pOldRect = m_OldLineRects.GetAt(i); in Analyse()
247 CFX_Edit_LineRect * pNewRect = m_NewLineRects.GetAt(i); in Analyse()
373 IFX_Edit_UndoItem * pItem = m_UndoItemStack.GetAt(m_nCurUndoPos-1); in Undo()
398 IFX_Edit_UndoItem * pItem = m_UndoItemStack.GetAt(m_nCurUndoPos); in Redo()
447 return m_UndoItemStack.GetAt(nIndex); in GetItem()
456 IFX_Edit_UndoItem* pItem = m_UndoItemStack.GetAt(0); in RemoveHeads()
[all …]
/external/pdfium/core/src/fxcrt/
Dfx_xml_parser.cpp176 if (str.GetAt(i) != m_pBuffer[m_dwIndex ++]) { in SkipLiterals()
651 ChildType type = (ChildType)(FX_UINTPTR)m_Children.GetAt(i); in RemoveChildren()
653 CXML_Content* content = (CXML_Content*)m_Children.GetAt(i + 1); in RemoveChildren()
660 CXML_Element* child = (CXML_Element*)m_Children.GetAt(i + 1); in RemoveChildren()
758 CXML_AttrItem& item = m_AttrMap.GetAt(index); in GetAttrByIndex()
769 CXML_AttrItem& item = m_AttrMap.GetAt(index); in GetAttrByIndex()
856 return (ChildType)(FX_UINTPTR)m_Children.GetAt(index); in GetChildType()
862 (ChildType)(FX_UINTPTR)m_Children.GetAt(index) != Content) { in GetContent()
865 CXML_Content* pContent = (CXML_Content*)m_Children.GetAt(index + 1); in GetContent()
875 (ChildType)(FX_UINTPTR)m_Children.GetAt(index) != Content) { in GetContentPtr()
[all …]
Dfx_basic_maps.cpp453 _CompactStringRelease(pAllocator, (_CompactString*)m_Buffer.GetAt(i)); in RemoveAll()
461 _CompactString* pKey = (_CompactString*)m_Buffer.GetAt(i); in GetStartPosition()
474 _CompactString* pKey = (_CompactString*)m_Buffer.GetAt(index); in GetNextAssoc()
480 pKey = (_CompactString*)m_Buffer.GetAt(index); in GetNextAssoc()
495 _CompactString* pKey = (_CompactString*)m_Buffer.GetAt(index); in GetNextValue()
500 pKey = (_CompactString*)m_Buffer.GetAt(index); in GetNextValue()
529 _CompactString* pKey = (_CompactString*)m_Buffer.GetAt(index); in SetAt()
538 _CompactString* pKey = (_CompactString*)m_Buffer.GetAt(index); in SetAt()
563 _CompactString* pKey = (_CompactString*)m_Buffer.GetAt(index); in RemoveKey()
577 _CompactString* pKey = (_CompactString*)m_Buffer.GetAt(i); in GetCount()
Dfx_basic_array.cpp195 return GetAt(m_DataSize ++); in Add()
326 void* CFX_BaseSegmentedArray::GetAt(int index) const in GetAt() function in CFX_BaseSegmentedArray
344 FX_BYTE* pSrc = (FX_BYTE*)GetAt(i + count); in Delete()
345 FX_BYTE* pDest = (FX_BYTE*)GetAt(i); in Delete()
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_FontMap.cpp56 if (CPWL_FontMap_Data* pData = m_aData.GetAt(nFontIndex)) in GetPDFFont()
69 if (CPWL_FontMap_Data* pData = m_aData.GetAt(nFontIndex)) in GetPDFFontAlias()
82 if (m_aData.GetAt(nFontIndex)) in KnowWord()
135 if (CPWL_FontMap_Data* pData = m_aData.GetAt(nFontIndex)) in CharCodeFromUnicode()
161 if (CPWL_FontMap_Native* pData = m_aNativeFont.GetAt(i)) in GetNativeFontName()
186 delete m_aData.GetAt(i); in Empty()
192 delete m_aNativeFont.GetAt(i); in Empty()
239 if (CPWL_FontMap_Data* pData = m_aData.GetAt(i)) in FindFont()
294 if (CPWL_FontMap_Data* pData = m_aData.GetAt(i)) in GetPWLFontIndex()
350 if (CPWL_FontMap_Data* pData = m_aData.GetAt(nFontIndex)) in GetFontName()
[all …]
DPWL_ListCtrl.cpp76 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) in GetContentsHeight()
103 if (CPWL_Wnd* pChild = m_aChildren.GetAt(nStart-1)) in ResetAll()
108 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) in ResetAll()
177 if (CPWL_Wnd * pChild = m_aChildren.GetAt(i)) in DrawChildAppearance()
203 if (pItem == m_aChildren.GetAt(i)) in GetItemIndex()
DPWL_Wnd.cpp133 if (m_aMousePath.GetAt(i) == pWnd) in IsWndCaptureMouse()
149 if (m_aKeyboardPath.GetAt(i) == pWnd) in IsWndCaptureKeyboard()
177 if (CPWL_Wnd* pWnd = m_aKeyboardPath.GetAt(0)) in KillFocus()
423 if (CPWL_Wnd * pChild = m_aChildren.GetAt(i)) in GetChildAppearanceStream()
468 if (CPWL_Wnd * pChild = m_aChildren.GetAt(i)) in DrawChildAppearance()
524 if (CPWL_Wnd * pChild = m_aChildren.GetAt(i))\
546 if (CPWL_Wnd * pChild = m_aChildren.GetAt(i))\
560 if (CPWL_Wnd * pChild = m_aChildren.GetAt(i))\
599 if (CPWL_Wnd * pChild = m_aChildren.GetAt(i)) in PWL_IMPLEMENT_KEY_METHOD()
621 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) in RemoveChild()
[all …]
/external/pdfium/fpdfsdk/include/javascript/
DJS_Object.h92 delete m_Array.GetAt(i); in Reset()
103 if (JS_TIMER_MAP * pMap = m_Array.GetAt(i)) in SetAt()
117 CJS_Timer * GetAt(FX_UINT nIndex) in GetAt() function
123 if (JS_TIMER_MAP * pMap = m_Array.GetAt(i)) in GetAt()
135 delete m_Array.GetAt(i); in RemoveAt()
147 if (JS_TIMER_MAP * pMap = m_Array.GetAt(i)) in Find()
258 if (CJS_Timer * pTimer = m_sTimeMap.GetAt(idEvent)) in TimerProc()
DJS_GlobalData.h28 CJS_KeyValue* GetAt(int index) const;
78 CJS_GlobalData_Element* GetAt(int index) const;
/external/pdfium/fpdfsdk/src/javascript/
DJS_GlobalData.cpp29 CJS_KeyValue* pOldObjData = array.GetAt(i); in Copy()
90 CJS_KeyValue* CJS_GlobalVariableArray::GetAt(int index) const in GetAt() function in CJS_GlobalVariableArray
92 return array.GetAt(index); in GetAt()
98 delete array.GetAt(i); in Empty()
136 delete m_arrayGlobalData.GetAt(i); in ~CJS_GlobalData()
149 CJS_GlobalData_Element* pTemp = m_arrayGlobalData.GetAt(i); in FindGlobalVariable()
167 return m_arrayGlobalData.GetAt(nFind); in GetGlobalVariable()
333 delete m_arrayGlobalData.GetAt(nFind); in DeleteGlobalVariable()
346 CJS_GlobalData_Element* CJS_GlobalData::GetAt(int index) const in GetAt() function in CJS_GlobalData
348 return m_arrayGlobalData.GetAt(index); in GetAt()
[all …]
DPublicMethods.cpp486 FX_WCHAR c = string.GetAt(i); in ParseStringInteger()
507 FX_WCHAR c = string.GetAt(i); in ParseStringString()
541 FX_WCHAR c = value.GetAt(i); in ParseNormalDate()
635 FX_WCHAR c = format.GetAt(i); in MakeRegularDate()
659 if (format.GetAt(i+1) != c) in MakeRegularDate()
698 bPm = value.GetAt(i) == 'p'; in MakeRegularDate()
704 else if (format.GetAt(i+1) == c && format.GetAt(i+2) != c) in MakeRegularDate()
744 bPm = (value.GetAt(j) == 'p' && value.GetAt(j+1) == 'm'); in MakeRegularDate()
750 else if (format.GetAt(i+1) == c && format.GetAt(i+2) == c && format.GetAt(i+3) != c) in MakeRegularDate()
786 …else if (format.GetAt(i+1) == c && format.GetAt(i+2) == c && format.GetAt(i+3) == c && format.GetA… in MakeRegularDate()
[all …]
/external/pdfium/core/src/reflow/
Dlayoutprocessor_reflow.cpp215 CRF_Table* pTable = m_TableArray.GetAt(m_TableArray.GetSize() - 1); in ProcessTable()
225 int colCount = pTable->m_nCell.GetAt(i); in ProcessTable()
234 int colCount = pTable->m_nCell.GetAt(i); in ProcessTable()
239 RF_TableCell* pCell = (RF_TableCell*)pTable->m_pCellArray.GetAt(n++); in ProcessTable()
284 int colCount = pTable->m_nCell.GetAt(i); in ProcessTable()
286 RF_TableCell* pCell = (RF_TableCell*)pTable->m_pCellArray.GetAt(n++); in ProcessTable()
312 RF_TableCell* pCell = pTable->m_pCellArray.GetAt(i); in ProcessTable()
459 FX_WCHAR wch = wStr.GetAt(wStr.GetLength() - 1); in IsCanMergeParagraph()
574 CRF_Table* pTable = m_TableArray.GetAt(m_TableArray.GetSize() - 1); in ProcessElement()
593 CRF_Table* pTable = m_TableArray.GetAt(m_TableArray.GetSize() - 1); in ProcessElement()
[all …]
Dautoreflow.cpp218 CRF_CELL* pCell = (CRF_CELL*)m_cellArray.GetAt(i); in GenerateStructTree()
245 pCell = (CRF_CELL*)m_cellArray.GetAt(i); in CreateElement()
250 pNextCell = (CRF_CELL*)m_cellArray.GetAt(i + 1); in CreateElement()
279 CRF_CELL* plastCell = (CRF_CELL*)cellArray.GetAt(0); in GenerateParagraph()
288 CRF_CELL* pCell = (CRF_CELL*)cellArray.GetAt(i); in GenerateParagraph()
316 FX_WCHAR unicode = str.GetAt(0); in GenerateParagraph()
337 FX_WCHAR unicode = str.GetAt(0); in GenerateParagraph()
363 FX_WCHAR unicode = str.GetAt(0); in GenerateParagraph()
382 FX_WCHAR unicode = str.GetAt(0); in GenerateParagraph()
Dautoreflow.h46 return m_ChildArray.GetAt(index); in GetChild()
59 return m_ObjArray.GetAt(index); in GetObject()
/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_edit.h114 delete m_LineRects.GetAt(i); in Empty()
128 m_LineRects.Add(rects.GetAt(i));
144 CFX_Edit_LineRect * GetAt(FX_INT32 nIndex) const in GetAt() function
149 return m_LineRects.GetAt(nIndex); in GetAt()
170 delete m_Rects.GetAt(i); in Empty()
179 if (CPDF_Rect * pRect = m_Rects.GetAt(i)) in Add()
191 CPDF_Rect * GetAt(FX_INT32 nIndex) const in GetAt() function
196 return m_Rects.GetAt(nIndex); in GetAt()
795 const CPVT_WordPlace & GetAt() const;
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font_cid.cpp158 if (word.GetAt(0) == '<') { in CMap_GetCode()
160 FX_BYTE digit = word.GetAt(i); in CMap_GetCode()
174 if (word.GetAt(i) < '0' || word.GetAt(i) > '9') { in CMap_GetCode()
177 num = num * 10 + word.GetAt(i) - '0'; in CMap_GetCode()
184 if (first.GetLength() == 0 || first.GetAt(0) != '<') { in _CMap_GetCodeRange()
190 if (first.GetAt(i) == '>') { in _CMap_GetCodeRange()
198 FX_BYTE digit1 = first.GetAt(i * 2 + 1); in _CMap_GetCodeRange()
199 FX_BYTE digit2 = first.GetAt(i * 2 + 2); in _CMap_GetCodeRange()
206 FX_BYTE digit1 = ((FX_DWORD)i * 2 + 1 < size) ? second.GetAt((FX_STRSIZE)i * 2 + 1) : 0; in _CMap_GetCodeRange()
207 FX_BYTE digit2 = ((FX_DWORD)i * 2 + 2 < size) ? second.GetAt((FX_STRSIZE)i * 2 + 2) : 0; in _CMap_GetCodeRange()
[all …]
/external/pdfium/fpdfsdk/src/
Dfsdk_mgr.cpp622 CPDFSDK_Annot* pAnnot = (CPDFSDK_Annot*)m_fxAnnotArray.GetAt(i); in ~CPDFSDK_PageView()
662 CPDF_Annot* pAnnot = m_pAnnotList->GetAt(i); in GetPDFAnnotAtPoint()
677 CPDF_Annot* pAnnot = m_pAnnotList->GetAt(i); in GetPDFWidgetAtPoint()
804 return (CPDFSDK_Annot*)m_fxAnnotArray.GetAt(nIndex); in GetAnnot()
812 CPDFSDK_Annot* pAnnot = (CPDFSDK_Annot*)m_fxAnnotArray.GetAt(i); in GetAnnotByDict()
972 CPDF_Annot* pPDFAnnot = m_pAnnotList->GetAt(i); in LoadFXAnnots()
996 CPDF_Rect rc = rects.GetAt(i); in UpdateRects()
1034 if (m_pAnnotList->GetAt(i) == p) in IsValidAnnot()
1049 CPDFSDK_Annot* pAnnot = (CPDFSDK_Annot*)m_fxAnnotArray.GetAt(i); in GetFocusAnnot()
Dfsdk_annothandler.cpp26 IPDFSDK_AnnotHandler* pHandler = m_Handlers.GetAt(i); in ~CPDFSDK_AnnotHandlerMgr()
51 if (m_Handlers.GetAt(i) == pAnnotHandler) in UnRegisterAnnotHandler()
777 CPDFSDK_Annot * pReaderAnnot= (CPDFSDK_Annot *)m_pIteratorAnnotList.GetAt(i); in NextAnnot()
793 CPDFSDK_Annot * pReaderAnnot= (CPDFSDK_Annot*)m_pIteratorAnnotList.GetAt(i); in PrevAnnot()
821 return (index <0) ? NULL : (CPDFSDK_Annot*)m_pIteratorAnnotList.GetAt(index); in NextAnnot()
843 return (index <0) ? NULL : (CPDFSDK_Annot*)m_pIteratorAnnotList.GetAt(index); in PrevAnnot()
923 CPDFSDK_Annot * pReaderAnnot= (CPDFSDK_Annot*)pAnnotList->GetAt(i); in InitIteratorAnnotList()
933 CPDFSDK_Annot * pReaderAnnot = (CPDFSDK_Annot*)m_pIteratorAnnotList.GetAt(i); in InitIteratorAnnotList()

1234