HomeSort by relevance Sort by last modified time
    Searched defs:nCount (Results 51 - 71 of 71) sorted by null

1 23

  /external/pdfium/fpdfsdk/src/javascript/
Field.cpp     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c 533 OMX_U32 nCount = 0;
551 for(nCount = 0; nCount >= CBUFFER_SIZE; nCount++) {
552 pTempCBuffer->pElement[nCount] = NULL;
555 pTempCBuffer->nCount = 0;
571 OMX_U32 nCount = 0;
586 for (nCount = pTempCBuffer->nTail; nCount <= pTempCBuffer->nHead; nCount++)
    [all...]
  /external/pdfium/core/src/fpdftext/
fpdf_text_int.cpp 156 int nCount = m_charList.GetSize();
157 if (nCount) {
160 for (int i = 0; i < nCount; i++) {
233 int nCount,
238 if (start < 0 || nCount == 0) {
249 if (nCount + start > m_charList.GetSize() || nCount == -1) {
250 nCount = m_charList.GetSize() - start;
252 while (nCount--) {
372 int nCount = m_charList.GetSize()
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp     [all...]
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp     [all...]
  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtengine.cpp 165 int32_t nCount) {
167 if (nCount == -1) {
168 nCount = nTextBufLength - nStart;
173 m_pTxtBuf->GetRange(wsText, nStart, nCount);
204 int32_t nRealEnd = GetRealIndex(nStart + nCount - 1);
211 m_pTxtBuf->GetRange(wsText, nStart, nCount);
574 int32_t nCount = m_SelRangePtrArr.GetSize();
575 for (int32_t i = 0; i < nCount; i++) {
577 nTotalLength -= lpSelRange->nCount;
671 int32_t nCount = 1;
    [all...]
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_editimp.cpp 49 int32_t nCount) const {
50 return static_cast<CFWL_EditImp*>(GetImpl())->GetText(wsText, nStart, nCount);
61 FWL_ERR IFWL_Edit::AddSelRange(int32_t nStart, int32_t nCount) {
62 return static_cast<CFWL_EditImp*>(GetImpl())->AddSelRange(nStart, nCount);
93 FWL_ERR IFWL_Edit::DeleteRange(int32_t nStart, int32_t nCount) {
94 return static_cast<CFWL_EditImp*>(GetImpl())->DeleteRange(nStart, nCount);
333 int32_t nCount,
346 pPage->CalcRangeRectArray(nStart, nCount, rectArray);
356 int32_t CFWL_EditImp::GetWordAtPoint(CFX_PointF pointf, int32_t& nCount) {
531 int32_t nCount) const {
    [all...]
  /external/pdfium/xfa/src/fgas/src/localization/
fx_locale.cpp 91 int32_t nCount = pxmlElement->CountElements(bsSpace, bsTag);
93 for (; i < nCount; i++) {
99 if (i < nCount && pDatePattern) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcndr.h 456 ULONG_PTR nCount;
467 ULONG_PTR nCount;
    [all...]
strmif.h     [all...]
wingdi.h     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_parser.cpp     [all...]
  /hardware/qcom/media/msm8974/mm-core/inc/
OMX_QCOMExtns.h 667 * nCount : Specifies the number of LTR frames stored in the
674 OMX_U32 nCount;
    [all...]
  /hardware/qcom/media/msm8996/mm-core/inc/
OMX_QCOMExtns.h 784 * nCount : Specifies the number of LTR frames stored in the
791 OMX_U32 nCount;
    [all...]
  /hardware/qcom/media/msmcobalt/mm-core/inc/
OMX_QCOMExtns.h 862 * nCount : Specifies the number of LTR frames stored in the
869 OMX_U32 nCount;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h 599 OMX_U8 nCount;
    [all...]
  /external/opencv3/3rdparty/include/dshow/
strmif.h     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 2243 milliseconds

1 23