HomeSort by relevance Sort by last modified time
    Searched defs:nEnd (Results 1 - 23 of 23) sorted by null

  /external/pdfium/fpdfsdk/formfiller/
cffl_combobox.h 18 int nEnd;
cffl_textfield.h 21 FFL_TextFieldState() : nStart(0), nEnd(0) {}
24 int nEnd;
  /external/pdfium/fpdfsdk/javascript/
Document.h 27 int nEnd;
Document.cpp 52 nEnd = 0;
413 int nEnd = 0;
430 nEnd = pprintparamsObj->nEnd;
446 nEnd = params[2].ToInt(pRuntime);
460 m_pFormFillEnv->JS_docprint(bUI, nStart, nEnd, bSilent, bShrinkToFit,
    [all...]
  /external/pdfium/fpdfsdk/
fpdfppo.cpp 106 int nEnd = cbMidRange.GetLength() - nMid;
107 if (nEnd == 0)
110 int nEndPageNum = atol(cbMidRange.Mid(nMid, nEnd).c_str());
  /external/pdfium/xfa/fde/
cfde_txtedtbuf.cpp 309 int32_t nEnd = m_pBuf->m_chunks.size() - 1;
310 while (m_nCurChunk < nEnd) {
cfde_txtedtpage.cpp 82 int32_t nEnd = 0;
89 nBgn = nEnd = i;
94 nEnd = i - 1;
104 for (i = nBgn; i <= nEnd; i++) {
177 int32_t nEnd = nStart + nCount - 1;
184 if (nEnd >= piece.nStart && nEnd < piece.nStart + piece.nCount) {
185 nRangeEnd = nEnd - piece.nStart;
198 if (nEnd >= piece.nStart && nEnd < piece.nStart + piece.nCount)
    [all...]
cfde_txtedtengine.cpp 560 int32_t nEnd = nStart + nCount - 1;
569 if (nEnd < nTempBgn) {
579 if (nEnd < nTempBgn) {
849 int32_t nEnd = nStart + nCount - 1;
850 ASSERT(nStart >= 0 && nEnd < m_pTxtBuf->GetTextLength());
854 TextPos2ParagPos(nEnd, ParagPosEnd);
    [all...]
  /frameworks/layoutlib/bridge/src/android/graphics/drawable/
AnimatedVectorDrawable_Delegate.java 170 /*package*/ static void nEnd(long animatorSetPtr) {
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicBLAS.cpp 177 uint32_t nEnd = nStart + mtls->tileSizeN;
178 nEnd = rsMin(nEnd, (uint32_t)call->N);
179 if (nEnd <= nStart) {
184 mEnd - mStart, nEnd - nStart, call->K, alpha,
    [all...]
  /external/pdfium/fpdfsdk/pdfwindow/
PWL_Edit.cpp 479 int32_t nEnd = -1;
481 m_pEdit->GetSel(nStart, nEnd);
484 CPVT_WordPlace wpEnd = m_pEdit->WordIndexToWordPlace(nEnd);
  /frameworks/base/core/java/android/view/
RenderNodeAnimator.java 257 nEnd(mNativePtr.get());
518 private static native void nEnd(long animPtr);
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTree.java 397 // The node n spans [nBegin, nEnd]
399 int nEnd = ends.get(n);
403 if (nBegin >= n && nEnd <= endNode &&
406 n = nEnd + 1;
413 // If the node [nBegin, nEnd) lies completely within
414 // the region then proceed to the (nEnd + 1).
415 if (nBegin >= blockStart && nEnd < endNode) {
416 n = nEnd + 1;
424 debug("Forcing new block: " + n + " (" + nBegin + " " + nEnd +
    [all...]
  /external/pdfium/xfa/fwl/
cfwl_edit.cpp 543 int32_t nEnd = std::min(nCharEnd, nPageCharEnd);
544 pPage->CalcRangeRectArray(nBgn - nPageCharStart, nEnd - nBgn + 1,
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedVectorDrawable.java     [all...]
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /prebuilts/misc/common/robolectric/lib/
ant-1.8.0.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 1107 milliseconds