HomeSort by relevance Sort by last modified time
    Searched refs:GetAt (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/pdfium/core/src/fpdftext/
fpdf_text.cpp 45 CTextBaseLine* pBaseLine = (CTextBaseLine*)m_BaseLines.GetAt(i);
49 CTextColumn* pTextColumn = (CTextColumn*)m_TextColumns.GetAt(i);
132 FX_DWORD ch = wCh.GetLength() > 0 ? wCh.GetAt(0) : charcode;
165 CTextBaseLine* pExistLine = (CTextBaseLine*)m_BaseLines.GetAt(i);
202 CTextBaseLine* pBaseLine = (CTextBaseLine*)m_BaseLines.GetAt(i);
214 CTextBaseLine* pBaseLine = (CTextBaseLine*)m_BaseLines.GetAt(i);
218 CTextBaseLine* pBaseLine = (CTextBaseLine*)m_BaseLines.GetAt(i);
219 CTextBaseLine* pPrevLine = (CTextBaseLine*)m_BaseLines.GetAt(i - 1);
232 CTextBaseLine* pBaseLine = (CTextBaseLine*)m_BaseLines.GetAt(i);
270 CTextBaseLine* pBaseLine = (CTextBaseLine*)m_BaseLines.GetAt(i);
    [all...]
fpdf_text_int.cpp 159 PAGECHAR_INFO charinfo = *(PAGECHAR_INFO*)m_charList.GetAt(i);
179 m_CharIndex.SetAt(indexSize - 1, m_CharIndex.GetAt(indexSize - 1) + 1);
211 count += m_CharIndex.GetAt(i + 1);
213 return TextIndex - count + m_CharIndex.GetAt(i + 1) + m_CharIndex.GetAt(i);
223 count += m_CharIndex.GetAt(i + 1);
224 if(m_CharIndex.GetAt(i + 1) + m_CharIndex.GetAt(i) > CharIndex) {
225 if(CharIndex - m_CharIndex.GetAt(i) < 0) {
228 return CharIndex - m_CharIndex.GetAt(i) + count - m_CharIndex.GetAt(i + 1);
    [all...]
unicodenormalization.cpp 56 FX_WCHAR wch = wsSrc.GetAt(len);
  /external/pdfium/core/src/fpdfdoc/
doc_vt.cpp 66 delete m_WordArray.GetAt(i);
73 if (CLine * pLine = m_LineArray.GetAt(i)) {
109 if (CLine * pLine = m_LineArray.GetAt(0)) {
117 if (CLine * pLine = m_LineArray.GetAt(m_LineArray.GetSize() - 1)) {
131 if (CLine * pLine = m_LineArray.GetAt(place.nLineIndex)) {
135 if (CLine * pPrevLine = m_LineArray.GetAt(place.nLineIndex - 1)) {
152 if (CLine * pLine = m_LineArray.GetAt(place.nLineIndex)) {
154 if (CLine * pNextLine = m_LineArray.GetAt(place.nLineIndex + 1)) {
169 if (CLine * pLine = m_LineArray.GetAt(nMid)) {
197 if (CLine * pLine = m_LineArray.GetAt(nMid)) {
    [all...]
doc_link.cpp 48 return (CPDF_Dictionary*)pPageLinkList->GetAt(index);
58 CPDF_Link Link = (CPDF_Dictionary*)pPageLinkList->GetAt(i);
doc_basic.cpp 278 if (filepath.GetAt(0) != '/') {
281 if (filepath.GetAt(1) == '/') {
284 if (filepath.GetAt(2) == '/') {
286 result += filepath.GetAt(1);
366 if (filepath.GetAt(1) == ':') {
369 result += filepath.GetAt(0);
370 if (filepath.GetAt(2) != '\\') {
376 if (filepath.GetAt(0) == '\\' && filepath.GetAt(1) == '\\') {
379 if (filepath.GetAt(0) == '\\') {
    [all...]
pdf_vt.h 202 TYPE GetAt(int nIndex) const
205 return CFX_ArrayTemplate<TYPE>::GetAt(nIndex);
240 CLine * GetAt(FX_INT32 nIndex) const
242 return m_Lines.GetAt(nIndex);
251 delete GetAt(i);
266 if (CLine * pLine = GetAt(m_nTotal)) {
275 delete GetAt(i);
635 const CPVT_WordPlace & GetAt() const
tagged_int.h 22 return (CPDF_StructElement*)m_Kids.GetAt(i);
  /external/pdfium/fpdfsdk/include/javascript/
JS_GlobalData.h 28 CJS_KeyValue* GetAt(int index) const;
78 CJS_GlobalData_Element* GetAt(int index) const;
JS_Object.h 92 delete m_Array.GetAt(i);
103 if (JS_TIMER_MAP * pMap = m_Array.GetAt(i))
117 CJS_Timer * GetAt(FX_UINT nIndex)
123 if (JS_TIMER_MAP * pMap = m_Array.GetAt(i))
135 delete m_Array.GetAt(i);
147 if (JS_TIMER_MAP * pMap = m_Array.GetAt(i))
258 if (CJS_Timer * pTimer = m_sTimeMap.GetAt(idEvent))
  /external/pdfium/core/src/fxcrt/
fx_xml_composer.cpp 16 if (bsFullName.GetAt(iStart) == ':') {
fx_basic_maps.cpp 453 _CompactStringRelease(pAllocator, (_CompactString*)m_Buffer.GetAt(i));
461 _CompactString* pKey = (_CompactString*)m_Buffer.GetAt(i);
474 _CompactString* pKey = (_CompactString*)m_Buffer.GetAt(index);
480 pKey = (_CompactString*)m_Buffer.GetAt(index);
495 _CompactString* pKey = (_CompactString*)m_Buffer.GetAt(index);
500 pKey = (_CompactString*)m_Buffer.GetAt(index);
529 _CompactString* pKey = (_CompactString*)m_Buffer.GetAt(index);
538 _CompactString* pKey = (_CompactString*)m_Buffer.GetAt(index);
563 _CompactString* pKey = (_CompactString*)m_Buffer.GetAt(index);
577 _CompactString* pKey = (_CompactString*)m_Buffer.GetAt(i);
    [all...]
fx_basic_array.cpp 195 return GetAt(m_DataSize ++);
326 void* CFX_BaseSegmentedArray::GetAt(int index) const
344 FX_BYTE* pSrc = (FX_BYTE*)GetAt(i + count);
345 FX_BYTE* pDest = (FX_BYTE*)GetAt(i);
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_FontMap.cpp 56 if (CPWL_FontMap_Data* pData = m_aData.GetAt(nFontIndex))
69 if (CPWL_FontMap_Data* pData = m_aData.GetAt(nFontIndex))
82 if (m_aData.GetAt(nFontIndex))
135 if (CPWL_FontMap_Data* pData = m_aData.GetAt(nFontIndex))
161 if (CPWL_FontMap_Native* pData = m_aNativeFont.GetAt(i))
186 delete m_aData.GetAt(i);
192 delete m_aNativeFont.GetAt(i);
239 if (CPWL_FontMap_Data* pData = m_aData.GetAt(i))
294 if (CPWL_FontMap_Data* pData = m_aData.GetAt(i))
350 if (CPWL_FontMap_Data* pData = m_aData.GetAt(nFontIndex))
    [all...]
PWL_ListCtrl.cpp 76 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i))
103 if (CPWL_Wnd* pChild = m_aChildren.GetAt(nStart-1))
108 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i))
177 if (CPWL_Wnd * pChild = m_aChildren.GetAt(i))
203 if (pItem == m_aChildren.GetAt(i))
PWL_Wnd.cpp 133 if (m_aMousePath.GetAt(i) == pWnd)
149 if (m_aKeyboardPath.GetAt(i) == pWnd)
177 if (CPWL_Wnd* pWnd = m_aKeyboardPath.GetAt(0))
423 if (CPWL_Wnd * pChild = m_aChildren.GetAt(i))
468 if (CPWL_Wnd * pChild = m_aChildren.GetAt(i))
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))
621 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i))
    [all...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_list.cpp 134 delete m_aListItems.GetAt(i);
164 if (CFX_ListItem * pPrevItem = m_aListItems.GetAt(nItemIndex - 1))
169 if (CFX_ListItem * pListItem = m_aListItems.GetAt(i))
182 if (CFX_ListItem * pListItem = m_aListItems.GetAt(nIndex))
219 if (CFX_ListItem * pListItem = m_aListItems.GetAt(i))
248 if (CFX_ListItem * pListItem = m_aListItems.GetAt(0))
260 if (CFX_ListItem * pListItem = m_aListItems.GetAt(i))
273 if (CFX_ListItem * pListItem = m_aListItems.GetAt(i))
298 if (CFX_ListItem * pListItem = m_aListItems.GetAt(nCircleIndex))
310 if (CFX_ListItem * pListItem = m_aListItems.GetAt(nIndex))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
objectarray.h 53 virtual HRESULT STDMETHODCALLTYPE GetAt(
83 HRESULT (STDMETHODCALLTYPE *GetAt)(
103 #define IObjectArray_GetAt(This,uiIndex,riid,ppv) (This)->lpVtbl->GetAt(This,uiIndex,riid,ppv)
120 return This->lpVtbl->GetAt(This,uiIndex,riid,ppv);
196 HRESULT (STDMETHODCALLTYPE *GetAt)(
232 #define IObjectCollection_GetAt(This,uiIndex,riid,ppv) (This)->lpVtbl->GetAt(This,uiIndex,riid,ppv)
254 return This->lpVtbl->GetAt(This,uiIndex,riid,ppv);
  /external/pdfium/fpdfsdk/src/javascript/
PublicMethods.cpp 486 FX_WCHAR c = string.GetAt(i);
507 FX_WCHAR c = string.GetAt(i);
541 FX_WCHAR c = value.GetAt(i);
635 FX_WCHAR c = format.GetAt(i);
659 if (format.GetAt(i+1) != c)
698 bPm = value.GetAt(i) == 'p';
704 else if (format.GetAt(i+1) == c && format.GetAt(i+2) != c)
744 bPm = (value.GetAt(j) == 'p' && value.GetAt(j+1) == 'm');
    [all...]
JS_GlobalData.cpp 29 CJS_KeyValue* pOldObjData = array.GetAt(i);
90 CJS_KeyValue* CJS_GlobalVariableArray::GetAt(int index) const
92 return array.GetAt(index);
98 delete array.GetAt(i);
136 delete m_arrayGlobalData.GetAt(i);
149 CJS_GlobalData_Element* pTemp = m_arrayGlobalData.GetAt(i);
167 return m_arrayGlobalData.GetAt(nFind);
333 delete m_arrayGlobalData.GetAt(nFind);
346 CJS_GlobalData_Element* CJS_GlobalData::GetAt(int index) const
348 return m_arrayGlobalData.GetAt(index);
    [all...]
  /external/pdfium/core/src/reflow/
autoreflow.h 46 return m_ChildArray.GetAt(index);
59 return m_ObjArray.GetAt(index);
layoutprocessor_reflow.cpp 215 CRF_Table* pTable = m_TableArray.GetAt(m_TableArray.GetSize() - 1);
225 int colCount = pTable->m_nCell.GetAt(i);
234 int colCount = pTable->m_nCell.GetAt(i);
239 RF_TableCell* pCell = (RF_TableCell*)pTable->m_pCellArray.GetAt(n++);
284 int colCount = pTable->m_nCell.GetAt(i);
286 RF_TableCell* pCell = (RF_TableCell*)pTable->m_pCellArray.GetAt(n++);
312 RF_TableCell* pCell = pTable->m_pCellArray.GetAt(i);
459 FX_WCHAR wch = wStr.GetAt(wStr.GetLength() - 1);
574 CRF_Table* pTable = m_TableArray.GetAt(m_TableArray.GetSize() - 1);
593 CRF_Table* pTable = m_TableArray.GetAt(m_TableArray.GetSize() - 1)
    [all...]
autoreflow.cpp 218 CRF_CELL* pCell = (CRF_CELL*)m_cellArray.GetAt(i);
245 pCell = (CRF_CELL*)m_cellArray.GetAt(i);
250 pNextCell = (CRF_CELL*)m_cellArray.GetAt(i + 1);
279 CRF_CELL* plastCell = (CRF_CELL*)cellArray.GetAt(0);
288 CRF_CELL* pCell = (CRF_CELL*)cellArray.GetAt(i);
316 FX_WCHAR unicode = str.GetAt(0);
337 FX_WCHAR unicode = str.GetAt(0);
363 FX_WCHAR unicode = str.GetAt(0);
382 FX_WCHAR unicode = str.GetAt(0);
  /external/pdfium/fpdfsdk/include/fxedit/
fxet_edit.h 114 delete m_LineRects.GetAt(i);
128 m_LineRects.Add(rects.GetAt(i));
144 CFX_Edit_LineRect * GetAt(FX_INT32 nIndex) const
149 return m_LineRects.GetAt(nIndex);
170 delete m_Rects.GetAt(i);
179 if (CPDF_Rect * pRect = m_Rects.GetAt(i))
191 CPDF_Rect * GetAt(FX_INT32 nIndex) const
196 return m_Rects.GetAt(nIndex);
795 const CPVT_WordPlace & GetAt() const;
  /external/pdfium/fpdfsdk/src/
fsdk_mgr.cpp 622 CPDFSDK_Annot* pAnnot = (CPDFSDK_Annot*)m_fxAnnotArray.GetAt(i);
662 CPDF_Annot* pAnnot = m_pAnnotList->GetAt(i);
677 CPDF_Annot* pAnnot = m_pAnnotList->GetAt(i);
804 return (CPDFSDK_Annot*)m_fxAnnotArray.GetAt(nIndex);
812 CPDFSDK_Annot* pAnnot = (CPDFSDK_Annot*)m_fxAnnotArray.GetAt(i);
972 CPDF_Annot* pPDFAnnot = m_pAnnotList->GetAt(i);
996 CPDF_Rect rc = rects.GetAt(i);
1034 if (m_pAnnotList->GetAt(i) == p)
1049 CPDFSDK_Annot* pAnnot = (CPDFSDK_Annot*)m_fxAnnotArray.GetAt(i);

Completed in 369 milliseconds

1 2 3 4