HomeSort by relevance Sort by last modified time
    Searched defs:nIndex (Results 51 - 75 of 104) sorted by null

1 23 4 5

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Note.cpp 417 int32_t nIndex = index + 1;
419 if (nIndex > 0 && nIndex < m_aChildren.GetSize()) {
420 if (CPWL_Wnd* pChild = m_aChildren.GetAt(nIndex)) {
430 int32_t nIndex = GetItemIndex((CPWL_NoteItem*)pNoteItem);
432 if (nIndex > 0) {
439 for (int32_t i = nIndex, sz = m_aChildren.GetSize(); i < sz; i++) {
472 int32_t nIndex = GetItemIndex(pWnd);
473 if (nIndex < 0)
474 nIndex = 0
    [all...]
  /external/pdfium/xfa/src/fwl/src/core/
fwl_gridimp.cpp 24 FWL_HGRIDCOLROW IFWL_Grid::InsertColRow(FX_BOOL bColumn, int32_t nIndex) {
25 return static_cast<CFWL_GridImp*>(GetImpl())->InsertColRow(bColumn, nIndex);
30 FWL_HGRIDCOLROW IFWL_Grid::GetColRow(FX_BOOL bColumn, int32_t nIndex) {
31 return static_cast<CFWL_GridImp*>(GetImpl())->GetColRow(bColumn, nIndex);
251 FWL_ERR CFWL_GridImp::InsertWidget(IFWL_Widget* pChild, int32_t nIndex) {
254 CFWL_ContentImp::InsertWidget(pChild, nIndex);
270 int32_t nIndex = m_Widgets.Find(pWidget);
271 m_Widgets.RemoveAt(nIndex, 1);
275 FWL_HGRIDCOLROW CFWL_GridImp::InsertColRow(FX_BOOL bColumn, int32_t nIndex) {
277 if (nIndex < 0 || nIndex > m_Columns.GetSize()) {
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_vt.cpp     [all...]
  /external/pdfium/fpdfsdk/src/javascript/
Document.cpp 325 int nIndex = params[0].ToInt();
326 if (nIndex < 0) {
333 CPDF_FormField* pField = pPDFForm->GetField(nIndex);
    [all...]
Field.cpp     [all...]
PublicMethods.cpp 352 int nIndex = 0;
357 StrArray.SetElement(nIndex, CJS_Value(pRuntime, StrTrim(p).c_str()));
365 StrArray.SetElement(nIndex, CJS_Value(pRuntime, StrTrim(pSub).c_str()));
368 nIndex++;
430 int nIndex = 0;
433 if (nIndex > 2)
438 number[nIndex++] = ParseStringInteger(value, i, nSkip, 4);
445 if (nIndex == 2) {
460 } else if (nIndex == 3) {
    [all...]
  /hardware/intel/img/psb_video/src/
tng_hostcode.c     [all...]
  /hardware/qcom/media/msm8974/mm-core/omxcore/inc/
OMX_QCOMExtns.h 226 OMX_U32 nIndex;
494 OMX_U32 nIndex;
OMX_Video.h 147 * nIndex : Indicates the enumeration index for the format from
159 OMX_U32 nIndex;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_Utils.h 315 OMX_U32 nIndex;
  /external/pdfium/core/src/fpdftext/
fpdf_text_int.cpp 1005 for (int nIndex = 0; nIndex < nCount; nIndex++) {
1007 Info2.m_Unicode = pDst[nIndex];
1036 for (int nIndex = 0; nIndex < nCount; nIndex++) {
1038 Info2.m_Unicode = pDst[nIndex];
    [all...]
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp 283 int nIndex = pFormField->GetSelectedIndex(i);
284 if (nIndex > -1 && nIndex < pWidgetAcc->CountChoiceListItems())
285 pWidgetAcc->SetItemState(nIndex, TRUE, FALSE);
293 int nIndex = pFormField->GetSelectedIndex(i);
294 if (nIndex > -1 && nIndex < pWidgetAcc->CountChoiceListItems())
295 pWidgetAcc->SetItemState(nIndex, TRUE, FALSE);
382 int nIndex = pWidgetAcc->GetSelectedItem(i);
384 if (nIndex > -1 && nIndex < pFormField->CountOptions())
    [all...]
  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtengine.cpp 104 IFDE_TxtEdtPage* CFDE_TxtEdtEngine::GetPage(int32_t nIndex) {
105 if (m_PagePtrArray.GetSize() <= nIndex) {
108 return (IFDE_TxtEdtPage*)m_PagePtrArray[nIndex];
115 int32_t nIndex = 0;
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) {
233 FXSYS_assert(nIndex >= 0 && nIndex <= GetTextBufLength());
    [all...]
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_editimp.cpp 58 int32_t IFWL_Edit::SetCaretPos(int32_t nIndex, FX_BOOL bBefore) {
59 return static_cast<CFWL_EditImp*>(GetImpl())->SetCaretPos(nIndex, bBefore);
67 int32_t IFWL_Edit::GetSelRange(int32_t nIndex, int32_t& nStart) {
68 return static_cast<CFWL_EditImp*>(GetImpl())->GetSelRange(nIndex, nStart);
548 int32_t CFWL_EditImp::SetCaretPos(int32_t nIndex, FX_BOOL bBefore) {
551 return m_pEdtEngine->SetCaretPos(nIndex, bBefore);
565 int32_t CFWL_EditImp::GetSelRange(int32_t nIndex, int32_t& nStart) {
568 return m_pEdtEngine->GetSelRange(nIndex, nStart);
    [all...]
  /frameworks/native/include/media/openmax/
OMX_Video.h 168 * nIndex : Indicates the enumeration index for the format from
180 OMX_U32 nIndex;
    [all...]
OMX_Audio.h 140 OMX_U32 nIndex; /**< Indicates the enumeration index for the format from 0x0 to N-1 */
    [all...]
  /hardware/qcom/media/msm8974/mm-core/inc/
OMX_Video.h 150 * nIndex : Indicates the enumeration index for the format from
162 OMX_U32 nIndex;
    [all...]
OMX_Audio.h 124 OMX_U32 nIndex; /**< Indicates the enumeration index for the format from 0x0 to N-1 */
    [all...]
  /hardware/qcom/media/msm8996/mm-core/inc/
OMX_Video.h 150 * nIndex : Indicates the enumeration index for the format from
162 OMX_U32 nIndex;
    [all...]
  /hardware/qcom/media/msmcobalt/mm-core/inc/
OMX_Video.h 150 * nIndex : Indicates the enumeration index for the format from
162 OMX_U32 nIndex;
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Video.h 147 * nIndex : Indicates the enumeration index for the format from
159 OMX_U32 nIndex;
    [all...]
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_Video.h 165 * nIndex : Indicates the enumeration index for the format from
177 OMX_U32 nIndex;
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Video.h 147 * nIndex : Indicates the enumeration index for the format from
159 OMX_U32 nIndex;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msctf.h     [all...]
  /external/pdfium/xfa/src/fgas/src/localization/
fx_locale.cpp     [all...]

Completed in 3295 milliseconds

1 23 4 5