Searched refs:nIndex (Results 1 - 25 of 114) sorted by relevance

12345

/external/deqp/external/glslang/
H A Dosinclude.cpp42 bool OS_SetTLSValue (OS_TLSIndex nIndex, void* lpvValue) argument
44 deThreadLocal_set((deThreadLocal)nIndex, lpvValue);
48 bool OS_FreeTLSIndex (OS_TLSIndex nIndex) argument
50 deThreadLocal_destroy((deThreadLocal)nIndex);
54 void* OS_GetTLSValue (OS_TLSIndex nIndex) argument
56 return deThreadLocal_get((deThreadLocal)nIndex);
/external/pdfium/xfa/src/fee/src/fee/
H A Dfde_txtedtblock.h52 void GetFieldText(int32_t nIndex, CFX_WideString& wsField);
59 void SetIndex(int32_t nIndex) { m_nIndex = nIndex; } argument
77 void GetItem(int32_t nIndex,
95 int32_t nIndex,
98 virtual int32_t Insert(int32_t nIndex,
102 virtual int32_t Delete(int32_t nIndex,
107 virtual int32_t Replace(int32_t nIndex,
117 virtual int32_t GetRealIndex(int32_t nIndex) const;
120 int32_t nIndex,
127 SetIndex(int32_t nIndex) argument
200 Insert(int32_t nIndex, const CFX_WideString& wsIns, int32_t& nCaret, FX_BOOL& bBefore) argument
206 Delete(int32_t nIndex, int32_t nCount, CFX_WideString& wsDel, int32_t& nCaret, FX_BOOL& bBefore) argument
213 Replace(int32_t nIndex, int32_t nCount, const CFX_WideString& wsIns, CFX_WideString& wsDel, int32_t& nCaret, FX_BOOL& bBefore) argument
[all...]
H A Dfde_txtedtblock.cpp106 void CFDE_TxtEdtBlock::GetFieldText(int32_t nIndex, CFX_WideString& wsField) { argument
107 CFDE_TxtEdtField* pField = m_EditFieldArr[nIndex];
191 void CFDE_TxtEdtFieldFormatParser::GetItem(int32_t nIndex, argument
194 FDE_LPTXTEDTFORMATITEM lpItem = m_ItemArr[nIndex];
206 int32_t nIndex,
209 return new CFDE_TxtEdtField_Fixed(wsField, nIndex, pBlock);
214 return new CFDE_TxtEdtField_Integer(wsField, nIndex, pBlock);
216 return new CFDE_TxtEdtField_Float(wsField, nIndex, pBlock);
218 return new CFDE_TxtEdtField_String(wsField, nIndex, pBlock);
220 return new CFDE_TxtEdtField_Password(wsField, nIndex, pBloc
205 Create(const CFX_WideString& wsField, int32_t nIndex, CFDE_TxtEdtBlock* pBlock) argument
229 CFDE_TxtEdtField(int32_t nIndex, CFDE_TxtEdtBlock* pBlock) argument
238 Insert(int32_t nIndex, const CFX_WideString& wsIns, int32_t& nCaret, FX_BOOL& bBefore) argument
271 Delete(int32_t nIndex, int32_t nCount, CFX_WideString& wsDel, int32_t& nCaret, FX_BOOL& bBefore) argument
305 Replace(int32_t nIndex, int32_t nCount, const CFX_WideString& wsIns, CFX_WideString& wsDel, int32_t& nCaret, FX_BOOL& bBefore) argument
387 NormalizeCaretPos( int32_t nIndex, FDE_FORMAT_CARET_DIRECTION eDirection) const argument
455 CFDE_TxtEdtField_Integer( const CFX_WideString& wsField, int32_t nIndex, CFDE_TxtEdtBlock* pBlock) argument
505 CFDE_TxtEdtField_Float(const CFX_WideString& wsField, int32_t nIndex, CFDE_TxtEdtBlock* pBlock) argument
582 CFDE_TxtEdtField_Password( const CFX_WideString& wsField, int32_t nIndex, CFDE_TxtEdtBlock* pBlock) argument
626 CFDE_TxtEdtField_String(const CFX_WideString& wsField, int32_t nIndex, CFDE_TxtEdtBlock* pBlock) argument
646 CFDE_TxtEdtField_Fixed(const CFX_WideString& wsField, int32_t nIndex, CFDE_TxtEdtBlock* pBlock) argument
665 NormalizeCaretPos( int32_t nIndex, FDE_FORMAT_CARET_DIRECTION eDirection) const argument
[all...]
H A Dfde_txtedtbuf.h23 virtual void SetAt(int32_t nIndex);
66 virtual FX_WCHAR GetCharByIndex(int32_t nIndex) const;
74 virtual void Delete(int32_t nIndex, int32_t nLength = 1);
85 void Index2CP(int32_t nIndex, FDE_CHUNKPLACE& cp) const;
H A Dfde_txtedtengine.cpp104 IFDE_TxtEdtPage* CFDE_TxtEdtEngine::GetPage(int32_t nIndex) { argument
105 if (m_PagePtrArray.GetSize() <= nIndex) {
108 return (IFDE_TxtEdtPage*)m_PagePtrArray[nIndex];
115 int32_t nIndex = 0; local
133 m_pTxtBuf->Insert(nIndex, lpwstr, nRead);
134 nIndex += nRead;
139 m_pTxtBuf->Insert(nIndex, &m_wLineEnd, 1);
229 int32_t CFDE_TxtEdtEngine::SetCaretPos(int32_t nIndex, FX_BOOL bBefore) { argument
233 FXSYS_assert(nIndex >= 0 && nIndex <
288 int32_t nIndex = MoveBackward(bBefore); local
311 int32_t nIndex = MoveForward(bBefore); local
328 int32_t nIndex = MoveBackward(bBefore); local
348 int32_t nIndex = MoveForward(bBefore); local
838 SetFormatBlock(int32_t nIndex, const CFX_WideString& wsBlockFormat) argument
894 GetEditBlockText(int32_t nIndex, CFX_WideString& wsBlockText) const argument
1011 GetSelRange(int32_t nIndex, int32_t& nStart) argument
1093 int32_t nIndex = m_nCaret; local
1148 GetPreDeleteText(CFX_WideString& wsText, int32_t nIndex, int32_t nLength) argument
1154 GetPreInsertText(CFX_WideString& wsText, int32_t nIndex, const FX_WCHAR* lpText, int32_t nLength) argument
1178 GetPreReplaceText(CFX_WideString& wsText, int32_t nIndex, int32_t nOriginLength, const FX_WCHAR* lpText, int32_t nLength) argument
1409 int32_t nIndex = 0; local
1680 MovePage2Char(int32_t nIndex) argument
1722 TextPos2ParagPos(int32_t nIndex, FDE_TXTEDTPARAGPOS& ParagPos) const argument
1865 int32_t nIndex = m_bBefore ? m_nCaret : m_nCaret - 1; local
1885 int32_t nIndex = m_bBefore ? m_nCaret : m_nCaret - 1; local
1921 int32_t nIndex = m_bBefore ? m_nCaret : m_nCaret - 1; local
1929 int32_t nIndex = m_bBefore ? m_nCaret : m_nCaret - 1; local
1954 NormalizeCaretPos(int32_t nIndex, int32_t nFlags, FX_BOOL& bBefore) argument
2061 GetFieldBoundary(int32_t nIndex, int32_t& nBgn, int32_t& nEnd, CFDE_TxtEdtField*& pField) argument
2107 FindEditableField(int32_t nIndex, int32_t& nBgn, int32_t& nEnd, CFDE_TxtEdtField*& pField, FX_BOOL bForward) argument
2161 Move2NextEditableField(int32_t nIndex, FX_BOOL bForward, FX_BOOL bSelect) argument
2264 UpdateCaretRect(int32_t nIndex, FX_BOOL bBefore) argument
2495 CFDE_TxtEdtDoRecord_DeleteRange( CFDE_TxtEdtEngine* pEngine, int32_t nIndex, int32_t nCaret, const CFX_WideString& wsRange, FX_BOOL bSel) argument
[all...]
H A Dfde_txtedtbuf.cpp86 void CFDE_TxtEdtBufIter::SetAt(int32_t nIndex) { argument
87 FXSYS_assert(nIndex >= 0 && nIndex < m_pBuf->m_nTotal);
89 m_pBuf->Index2CP(nIndex, cp);
90 m_nIndex = nIndex;
204 FX_WCHAR CFDE_TxtEdtBuf::GetCharByIndex(int32_t nIndex) const {
205 FXSYS_assert(nIndex >= 0 && nIndex < GetTextLength());
213 if (nTotal > nIndex) {
218 return pChunkHeader->wChars[pChunkHeader->nUsed - (nTotal - nIndex)];
298 Delete(int32_t nIndex, int32_t nLength) argument
420 Index2CP(int32_t nIndex, FDE_CHUNKPLACE& cp) const argument
[all...]
H A Dfde_txtedtengine.h69 virtual IFDE_TxtEdtPage* GetPage(int32_t nIndex);
82 virtual int32_t SetCaretPos(int32_t nIndex, FX_BOOL bBefore);
101 virtual void SetFormatBlock(int32_t nIndex,
104 virtual void GetEditBlockText(int32_t nIndex,
117 virtual int32_t GetSelRange(int32_t nIndex, int32_t& nStart);
152 int32_t nIndex,
155 int32_t nIndex,
159 int32_t nIndex,
180 int32_t MovePage2Char(int32_t nIndex);
181 void TextPos2ParagPos(int32_t nIndex, FDE_TXTEDTPARAGPO
[all...]
/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_localevalue.cpp601 int nIndex = 0, nStart = 0; local
602 while (pDate[nIndex] != '\0' && nIndex < wCountY) {
603 if (!XFA_IsDigit(pDate[nIndex])) {
606 wYear = (pDate[nIndex] - '0') + wYear * 10;
607 nIndex++;
610 if (pDate[nIndex] != 0x2D) {
613 nIndex++;
615 nStart = nIndex;
616 while (pDate[nIndex] !
682 int nIndex = 0, nStart = 0; local
[all...]
/external/pdfium/xfa/src/fee/include/
H A Difde_txtedtbuf.h21 virtual FX_WCHAR GetCharByIndex(int32_t nIndex) const = 0;
29 virtual void Delete(int32_t nIndex, int32_t nLength = 1) = 0;
H A Dfx_wordbreak.h18 virtual void SetAt(int32_t nIndex) = 0;
H A Difde_txtedtpage.h13 static IFDE_TxtEdtPage* Create(IFDE_TxtEdtEngine* pEngine, int32_t nIndex);
18 virtual int32_t GetCharRect(int32_t nIndex,
/external/pdfium/xfa/src/fwl/src/lightwidget/
H A Dlistbox.cpp44 int32_t nIndex = m_ListBoxDP.GetItemIndex(GetWidget(), hItem); local
45 if (nIndex < 0 || nIndex >= m_ListBoxDP.m_arrItem.GetSize()) {
49 reinterpret_cast<CFWL_ListItem*>(m_ListBoxDP.GetItem(m_pIface, nIndex));
51 int32_t iSel = nIndex + 1;
53 iSel = nIndex - 1;
63 m_ListBoxDP.m_arrItem.RemoveAt(nIndex);
87 int32_t CFWL_ListBox::GetSelIndex(int32_t nIndex) { argument
90 return static_cast<IFWL_ListBox*>(m_pIface)->GetSelIndex(nIndex);
122 int32_t nIndex local
133 GetItem(int32_t nIndex) argument
213 GetItem(IFWL_Widget* pWidget, int32_t nIndex) argument
225 SetItemIndex(IFWL_Widget* pWidget, FWL_HLISTITEM hItem, int32_t nIndex) argument
[all...]
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_array.cpp83 uint8_t* CFX_BasicArray::InsertSpaceAt(int nIndex, int nCount) {
84 if (nIndex < 0 || nCount <= 0) {
87 if (nIndex >= m_nSize) {
88 if (!SetSize(nIndex + nCount)) {
96 FXSYS_memmove(m_pData + (nIndex + nCount) * m_nUnitSize,
97 m_pData + nIndex * m_nUnitSize,
98 (nOldSize - nIndex) * m_nUnitSize);
99 FXSYS_memset(m_pData + nIndex * m_nUnitSize, 0, nCount * m_nUnitSize);
101 return m_pData + nIndex * m_nUnitSize;
103 FX_BOOL CFX_BasicArray::RemoveAt(int nIndex, in
[all...]
H A Dfx_basic_list.cpp107 FX_POSITION CFX_PtrList::FindIndex(int nIndex) const {
108 if (nIndex >= m_nCount || nIndex < 0) {
112 while (nIndex--) {
/external/pdfium/xfa/src/fwl/src/core/
H A Dfwl_contentimp.cpp14 FWL_ERR IFWL_Content::InsertWidget(IFWL_Widget* pChild, int32_t nIndex) { argument
15 return static_cast<CFWL_ContentImp*>(GetImpl())->InsertWidget(pChild, nIndex);
45 FWL_ERR CFWL_ContentImp::InsertWidget(IFWL_Widget* pChild, int32_t nIndex) { argument
49 if (nIndex == -1) {
55 pMgr->SetWidgetIndex(pChild, nIndex);
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h299 uint8_t* InsertSpaceAt(int nIndex, int nCount);
301 FX_BOOL RemoveAt(int nIndex, int nCount);
329 const TYPE GetAt(int nIndex) const {
330 if (nIndex < 0 || nIndex >= m_nSize) {
333 return ((const TYPE*)m_pData)[nIndex];
336 FX_BOOL SetAt(int nIndex, TYPE newElement) { argument
337 if (nIndex < 0 || nIndex >= m_nSize) {
340 ((TYPE*)m_pData)[nIndex]
344 ElementAt(int nIndex) argument
355 SetAtGrow(int nIndex, TYPE newElement) argument
391 InsertSpaceAt(int nIndex, int nCount) argument
402 operator [](int nIndex) argument
409 InsertAt(int nIndex, TYPE newElement, int nCount = 1) argument
419 RemoveAt(int nIndex, int nCount = 1) argument
1112 GetAt(int32_t nIndex) argument
1179 operator [](int32_t nIndex) argument
1185 GetPtrAt(int32_t nIndex) argument
[all...]
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfxet_list.h197 TYPE GetAt(int32_t nIndex) const {
198 if (nIndex >= 0 && nIndex < CFX_ArrayTemplate<TYPE>::GetSize())
199 return CFX_ArrayTemplate<TYPE>::GetAt(nIndex);
202 void RemoveAt(int32_t nIndex) { argument
203 if (nIndex >= 0 && nIndex < CFX_ArrayTemplate<TYPE>::GetSize())
204 CFX_ArrayTemplate<TYPE>::RemoveAt(nIndex);
219 IFX_Edit* GetItemEdit(int32_t nIndex) const override;
221 FX_BOOL IsItemSelected(int32_t nIndex) cons
[all...]
/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_ffchoicelist.h24 void SetItemState(int32_t nIndex, FX_BOOL bSelected);
25 void InsertItem(const CFX_WideStringC& wsLabel, int32_t nIndex = -1);
26 void DeleteItem(int32_t nIndex);
81 void SetItemState(int32_t nIndex, FX_BOOL bSelected);
82 void InsertItem(const CFX_WideStringC& wsLabel, int32_t nIndex = -1);
83 void DeleteItem(int32_t nIndex);
/external/pdfium/xfa/include/fwl/adapter/
H A Dfwl_adaptermonitormgr.h16 virtual FWL_HMONITOR GetMonitor(int32_t nIndex) = 0;
/external/pdfium/xfa/include/fwl/core/
H A Dfwl_content.h14 FWL_ERR InsertWidget(IFWL_Widget* pChild, int32_t nIndex = -1);
H A Dfwl_widgetmgr.h27 virtual IFWL_Widget* GetWidget(int32_t nIndex,
32 virtual FX_BOOL SetWidgetIndex(IFWL_Widget* pWidget, int32_t nIndex) = 0;
/external/pdfium/xfa/src/fee/src/fx_wordbreak/
H A Dfx_wordbreak_impl.h33 virtual void SetAt(int32_t nIndex);
52 virtual void SetAt(int32_t nIndex);
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_list.cpp146 IFX_Edit* CFX_List::GetItemEdit(int32_t nIndex) const {
147 if (CFX_ListItem* pListItem = m_aListItems.GetAt(nIndex)) {
236 int32_t CFX_List::FindNext(int32_t nIndex, FX_WCHAR nChar) const { argument
237 int32_t nCircleIndex = nIndex;
253 CPDF_Rect CFX_List::GetItemRect(int32_t nIndex) const {
254 if (CFX_ListItem* pListItem = m_aListItems.GetAt(nIndex)) {
264 FX_BOOL CFX_List::IsItemSelected(int32_t nIndex) const {
265 if (CFX_ListItem* pListItem = m_aListItems.GetAt(nIndex)) {
296 CFX_WideString CFX_List::GetItemText(int32_t nIndex) const {
297 if (CFX_ListItem* pListItem = m_aListItems.GetAt(nIndex)) {
314 int32_t nIndex = Find(nItemIndex); local
571 int32_t nIndex = GetLastSelected(); local
785 SetTopItem(int32_t nIndex) argument
[all...]
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_IconList.cpp222 int32_t nIndex = 0; local
228 nIndex = i;
233 return nIndex;
263 void CPWL_IconList_Content::SetSelect(int32_t nIndex) { argument
264 if (m_nSelectIndex != nIndex) {
266 SelectItem(nIndex, TRUE);
267 m_nSelectIndex = nIndex;
270 pNotify->OnNoteListSelChanged(nIndex);
423 void CPWL_IconList::SetSelect(int32_t nIndex) { argument
424 m_pListContent->SetSelect(nIndex);
427 SetTopItem(int32_t nIndex) argument
[all...]
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_basic.cpp73 int& nIndex,
108 nIndex += i;
111 nIndex += dwCount;
124 SearchNameNode(pKid, csName, nIndex, ppFind, nLevel + 1);
132 int nIndex,
143 if (nIndex >= nCurIndex + nCount) {
150 csName = pNames->GetString((nIndex - nCurIndex) * 2);
151 return pNames->GetElementValue((nIndex - nCurIndex) * 2 + 1);
163 SearchNameNode(pKid, nIndex, nCurIndex, csName, ppFind, nLevel + 1);
202 int nIndex local
71 SearchNameNode(CPDF_Dictionary* pNode, const CFX_ByteString& csName, int& nIndex, CPDF_Array** ppFind, int nLevel = 0) argument
131 SearchNameNode(CPDF_Dictionary* pNode, int nIndex, int& nCurIndex, CFX_ByteString& csName, CPDF_Array** ppFind, int nLevel = 0) argument
208 LookupValue(int nIndex, CFX_ByteString& csName) const argument
220 int nIndex = 0; local
[all...]

Completed in 598 milliseconds

12345