Searched refs:nRows (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
D | fpdf_parser_filters.cpp | 107 int nRows = 0; in FPDF_CreateFilter() local 115 nRows = pParam->GetInteger(FX_BSTRC("Rows")); in FPDF_CreateFilter() 120 if (nRows == 0) { in FPDF_CreateFilter() 121 nRows = height; in FPDF_CreateFilter() 124 pFilter->Initialize(Encoding, bEndOfLine, bByteAlign, bBlack, nRows, nColumns); in FPDF_CreateFilter() 798 …lter::Initialize(int Encoding, int bEndOfLine, int bByteAlign, int bBlack, int nRows, int nColumns) in Initialize() argument 804 m_nRows = nRows; in Initialize()
|
D | filters_int.h | 108 …FX_BOOL Initialize(int Encoding, int bEndOfLine, int bByteAlign, int bBlack, int nRows, int nCol…
|
/external/opencv/cv/src/ |
D | cvmorph.cpp | 751 element->nRows = rows; in cvCreateStructuringElementEx() 869 if( iterations == 0 || (element && element->nCols == 1 && element->nRows == 1)) in icvMorphOp() 878 el_size = cvSize( element->nCols, element->nRows ); in icvMorphOp() 1084 el_hdr = cvMat( element->nRows, element->nCols, CV_32SC1, element->values ); in icvMorphOp()
|
/external/opencv/cxcore/include/ |
D | cxtypes.h | 415 int nRows; member 426 int nRows; member
|
/external/chromium_org/third_party/iaccessible2/ |
D | ia2_api_all.idl | 3793 as returned by IAccessibleTable::nRows and IAccessibleTable::nColumns. 3942 [propget] HRESULT nRows 4092 @param [out] nRows 4100 [out, size_is(,maxRows), length_is(,*nRows)] long **rows, 4101 [out, retval] long *nRows 4401 [propget] HRESULT nRows 4489 @param [out] nRows 4496 [out, size_is(,*nRows)] long **selectedRows, 4497 [out, retval] long *nRows
|