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

1 2 3

  /external/pdfium/core/src/fxcrt/
fx_basic_list.cpp 17 FX_POSITION CFX_PtrList::AddTail(void* newElement) {
26 return (FX_POSITION)pNewNode;
28 FX_POSITION CFX_PtrList::AddHead(void* newElement) {
37 return (FX_POSITION)pNewNode;
39 FX_POSITION CFX_PtrList::InsertAfter(FX_POSITION position, void* newElement) {
52 return (FX_POSITION)pNewNode;
54 void CFX_PtrList::RemoveAt(FX_POSITION position) {
107 FX_POSITION CFX_PtrList::FindIndex(int nIndex) const {
115 return (FX_POSITION)pNode
    [all...]
fx_basic_maps.cpp 41 void CFX_MapPtrToPtr::GetNextAssoc(FX_POSITION& rNextPosition,
63 rNextPosition = (FX_POSITION)pAssocNext;
234 FX_POSITION CFX_CMapByteStringToPtr::GetStartPosition() const {
239 return (FX_POSITION)(uintptr_t)(i + 1);
244 void CFX_CMapByteStringToPtr::GetNextAssoc(FX_POSITION& rNextPosition,
259 rNextPosition = (FX_POSITION)(uintptr_t)(index + 1);
266 void* CFX_CMapByteStringToPtr::GetNextValue(FX_POSITION& rNextPosition) const {
278 rNextPosition = (FX_POSITION)(uintptr_t)(index + 1);
  /external/pdfium/core/include/fpdfapi/
fpdf_page.h 37 FX_POSITION GetFirstObjectPosition() const {
41 FX_POSITION GetLastObjectPosition() const {
45 CPDF_PageObject* GetNextObject(FX_POSITION& pos) const {
49 CPDF_PageObject* GetPrevObject(FX_POSITION& pos) const {
53 CPDF_PageObject* GetObjectAt(FX_POSITION pos) const {
63 FX_POSITION InsertObject(FX_POSITION posInsertAfter,
fpdf_serial.h 92 FX_POSITION m_Pos;
fpdf_render.h 158 FX_POSITION m_ObjectPos;
159 FX_POSITION m_PrevLastPos;
  /external/pdfium/xfa/src/fdp/include/
fde_psr.h 28 virtual FX_POSITION GetFirstPosition(FDE_HVISUALOBJ hCanvas) = 0;
30 FX_POSITION& pos,
51 virtual FX_POSITION GetFirstFilterPosition(FDE_HVISUALOBJ hImage) = 0;
53 FX_POSITION& pos) = 0;
fde_css.h 374 virtual FX_POSITION GetStartPosition() const = 0;
375 virtual void GetNextProperty(FX_POSITION& pos,
379 virtual FX_POSITION GetStartCustom() const = 0;
380 virtual void GetNextCustom(FX_POSITION& pos,
    [all...]
  /external/pdfium/xfa/src/fdp/src/fde/
fde_iterator.h 12 FX_POSITION hPos;
  /external/pdfium/core/include/fxcrt/
fx_basic.h 674 FX_POSITION GetStartPosition() const {
675 return (m_nCount == 0) ? NULL : (FX_POSITION)-1;
678 void GetNextAssoc(FX_POSITION& rNextPosition,
734 void GetNextAssoc(FX_POSITION& rNextPosition,
753 FX_POSITION GetStartPosition() const;
755 void GetNextAssoc(FX_POSITION& rNextPosition,
759 void* GetNextValue(FX_POSITION& rNextPosition) const;
787 FX_POSITION GetHeadPosition() const { return (FX_POSITION)m_pNodeHead; }
789 FX_POSITION GetTailPosition() const { return (FX_POSITION)m_pNodeTail;
    [all...]
  /external/pdfium/xfa/src/fdp/src/css/
fde_cssdeclaration.h 36 virtual FX_POSITION GetStartPosition() const;
37 virtual void GetNextProperty(FX_POSITION& pos,
41 virtual FX_POSITION GetStartCustom() const;
42 virtual void GetNextCustom(FX_POSITION& pos,
fde_csscache.cpp 110 FX_POSITION pos = pTag->GetFirstAttribute();
fde_cssdeclaration.cpp 20 FX_POSITION CFDE_CSSDeclaration::GetStartPosition() const {
21 return (FX_POSITION)m_pFirstProperty;
23 void CFDE_CSSDeclaration::GetNextProperty(FX_POSITION& pos,
32 pos = (FX_POSITION)pHolder->pNext;
34 FX_POSITION CFDE_CSSDeclaration::GetStartCustom() const {
35 return (FX_POSITION)m_pFirstCustom;
37 void CFDE_CSSDeclaration::GetNextCustom(FX_POSITION& pos,
46 pos = (FX_POSITION)pProperty->pNext;
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp 687 FX_POSITION pos = m_ObjectList.GetHeadPosition();
703 FX_POSITION CPDF_PageObjects::InsertObject(FX_POSITION posInsertAfter,
712 FX_POSITION pos = m_ObjectList.GetHeadPosition();
723 FX_POSITION pos = m_ObjectList.FindIndex(index);
727 FX_POSITION pos = m_ObjectList.GetHeadPosition();
740 FX_POSITION pos = m_ObjectList.GetHeadPosition();
782 FX_POSITION pos = m_ObjectList.GetHeadPosition();
947 FX_POSITION pos = m_ObjectList.GetHeadPosition();
  /external/pdfium/xfa/src/fgas/src/localization/
fx_localemgr.cpp 58 FX_POSITION ps = m_lcid2locale.GetStartPosition();
  /external/pdfium/core/src/fpdftext/
text_int.h 110 FX_POSITION ObjPos);
114 FX_BOOL IsSameAsPreTextObject(CPDF_TextObject* pTextObj, FX_POSITION ObjPos);
fpdf_text_search.cpp 303 FX_POSITION pos = pPage->GetFirstObjectPosition();
321 FX_POSITION pos = page.GetFirstObjectPosition();
  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtpage.h 120 virtual FX_POSITION GetFirstPosition(FDE_HVISUALOBJ hCanvas);
122 FX_POSITION& pos,
  /external/pdfium/xfa/src/fxfa/src/common/
xfa_utils.h 174 FX_POSITION GetStartPosition() const {
178 void GetNextAssoc(FX_POSITION& rNextPosition, KeyType& rKey) const {
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffdoc.cpp 194 FX_POSITION ps = m_mapTypeToDocView.GetStartPosition();
206 FX_POSITION ps = m_mapTypeToDocView.GetStartPosition();
264 FX_POSITION psClose = m_mapTypeToDocView.GetStartPosition();
274 FX_POSITION ps = m_mapTypeToDocView.GetStartPosition();
xfa_textlayout.h 29 virtual FX_POSITION GetFirstAttribute() {
32 virtual void GetNextAttribute(FX_POSITION& pos,
  /external/pdfium/xfa/src/fgas/include/
fx_fnt.h 204 virtual FX_POSITION GetStartPosition(void* pUserData = NULL) = 0;
205 virtual IFX_FileAccess* GetNext(FX_POSITION& pos, void* pUserData = NULL) = 0;
  /external/pdfium/xfa/src/fgas/src/font/
fx_stdfontmgr.h 122 virtual FX_POSITION GetStartPosition(void* pUserData = NULL);
123 virtual IFX_FileAccess* GetNext(FX_POSITION& pos, void* pUserData = NULL);
fx_stdfontmgr.cpp 292 FX_POSITION pos = fontMap.GetStartPosition();
573 FX_POSITION CFX_FontSourceEnum_File::GetStartPosition(void* pUserData) {
576 return (FX_POSITION)0;
578 return (FX_POSITION)-1;
580 IFX_FileAccess* CFX_FontSourceEnum_File::GetNext(FX_POSITION& pos,
614 FX_POSITION pos = m_pFontSource->GetStartPosition();
654 FX_POSITION pos = m_Hash2CandidateList.GetStartPosition();
    [all...]
  /external/pdfium/xfa/src/fwl/src/core/
fwl_gridimp.cpp 152 FX_POSITION ps = m_mapWidgetInfo.GetStartPosition();
495 FX_POSITION ps = m_mapWidgetInfo.GetStartPosition();
519 FX_POSITION ps = m_mapWidgetInfo.GetStartPosition();
683 FX_POSITION ps = m_mapWidgetInfo.GetStartPosition();
768 FX_POSITION ps = m_mapWidgetInfo.GetStartPosition();
870 FX_POSITION ps = m_mapWidgetInfo.GetStartPosition();
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_document_imp.cpp 196 FX_POSITION psNode = m_rgPurgeNodes.GetStartPosition();
380 FX_POSITION pos = sUseNodes.GetStartPosition();

Completed in 808 milliseconds

1 2 3