/external/opencv3/modules/cudev/include/opencv2/cudev/grid/ |
D | split_merge.hpp | 68 const int rows = getRows(src); in gridMerge_() 71 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridMerge_() 87 const int rows = getRows(src); in gridMerge_() 90 CV_Assert( getRows(dst) == rows && getCols(dst) == cols ); in gridMerge_() 91 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridMerge_() 105 const int rows = getRows(src); in gridMerge_() 122 const int rows = getRows(src); in gridMerge_() 125 CV_Assert( getRows(dst) == rows && getCols(dst) == cols ); in gridMerge_() 139 const int rows = getRows(src); in gridSplit_() 142 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridSplit_() [all …]
|
D | copy.hpp | 66 const int rows = getRows(src); in gridCopy_() 69 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridCopy_() 79 const int rows = getRows(src); in gridCopy_() 82 CV_Assert( getRows(dst) == rows && getCols(dst) == cols ); in gridCopy_() 83 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridCopy_() 91 const int rows = getRows(src); in gridCopy_() 102 const int rows = getRows(src); in gridCopy_() 105 CV_Assert( getRows(dst) == rows && getCols(dst) == cols ); in gridCopy_() 115 const int rows = getRows(src); in gridCopy_() 118 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridCopy_() [all …]
|
D | transform.hpp | 66 const int rows = getRows(src); in gridTransformUnary_() 69 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridTransformUnary_() 79 const int rows = getRows(src); in gridTransformUnary_() 82 CV_Assert( getRows(dst) == rows && getCols(dst) == cols ); in gridTransformUnary_() 83 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridTransformUnary_() 91 const int rows = getRows(src); in gridTransformUnary_() 102 const int rows = getRows(src); in gridTransformUnary_() 105 CV_Assert( getRows(dst) == rows && getCols(dst) == cols ); in gridTransformUnary_() 113 const int rows = getRows(src1); in gridTransformBinary_() 116 CV_Assert( getRows(src2) == rows && getCols(src2) == cols ); in gridTransformBinary_() [all …]
|
D | reduce.hpp | 73 const int rows = getRows(src); in gridCalcSum_() 76 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridCalcSum_() 95 const int rows = getRows(src); in gridCalcSum_() 111 const int rows = getRows(src); in gridFindMinVal_() 114 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridFindMinVal_() 129 const int rows = getRows(src); in gridFindMinVal_() 145 const int rows = getRows(src); in gridFindMaxVal_() 148 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridFindMaxVal_() 163 const int rows = getRows(src); in gridFindMaxVal_() 180 const int rows = getRows(src); in gridFindMinMaxVal_() [all …]
|
D | reduce_to_vec.hpp | 148 const int rows = getRows(src); in gridReduceToRow() 151 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridReduceToRow() 165 const int rows = getRows(src); in gridReduceToRow() 180 const int rows = getRows(src); in gridReduceToColumn_() 183 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridReduceToColumn_() 197 const int rows = getRows(src); in gridReduceToColumn_()
|
D | transpose.hpp | 63 const int rows = getRows(src); in gridTranspose_() 74 const int rows = getRows(src); in gridTranspose_() 77 CV_Assert( getRows(dst) == cols && getCols(dst) == rows ); in gridTranspose_()
|
D | histogram.hpp | 65 const int rows = getRows(src); in gridHistogram_() 68 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridHistogram_() 85 const int rows = getRows(src); in gridHistogram_()
|
D | pyramids.hpp | 64 const int rows = getRows(src); in gridPyrDown_() 81 const int rows = getRows(src); in gridPyrUp()
|
D | integral.hpp | 62 const int rows = getRows(src); in gridIntegral()
|
/external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/ |
D | zip.hpp | 120 const int rows = getRows(ptr0); in zipPtr() 123 CV_Assert( getRows(ptr1) == rows && getCols(ptr1) == cols ); in zipPtr() 137 const int rows = getRows(ptr0); in zipPtr() 140 CV_Assert( getRows(ptr1) == rows && getCols(ptr1) == cols ); in zipPtr() 141 CV_Assert( getRows(ptr2) == rows && getCols(ptr2) == cols ); in zipPtr() 155 const int rows = getRows(ptr0); in zipPtr() 158 CV_Assert( getRows(ptr1) == rows && getCols(ptr1) == cols ); in zipPtr() 159 CV_Assert( getRows(ptr2) == rows && getCols(ptr2) == cols ); in zipPtr() 160 CV_Assert( getRows(ptr3) == rows && getCols(ptr3) == cols ); in zipPtr()
|
D | traits.hpp | 69 __host__ static int getRows(const Ptr2DSz& ptr) in getRows() function 91 __host__ int getRows(const Ptr2DSz& ptr) in getRows() function 93 return PtrTraits<Ptr2DSz>::getRows(ptr); in getRows()
|
D | extrapolation.hpp | 80 b.rows = getRows(src); in brdConstant() 138 b.rows = getRows(src); in brdReplicate() 164 b.rows = getRows(src); in brdReflect101() 190 b.rows = getRows(src); in brdReflect() 215 b.rows = getRows(src); in brdWrap()
|
D | deriv.hpp | 90 s.rows = getRows(src); in derivXPtr() 130 s.rows = getRows(src); in derivYPtr() 177 s.rows = getRows(src); in sobelXPtr() 223 s.rows = getRows(src); in sobelYPtr() 270 s.rows = getRows(src); in scharrXPtr() 316 s.rows = getRows(src); in scharrYPtr() 385 ptr.rows = getRows(src); in laplacianPtr()
|
D | transform.hpp | 93 ptr.rows = getRows(src); in transformPtr() 134 const int rows = getRows(src1); in transformPtr() 137 CV_Assert( getRows(src2) == rows && getCols(src2) == cols ); in transformPtr()
|
D | remap.hpp | 118 const int rows = getRows(map); in remapPtr() 133 const int rows = getRows(mapx); in remapPtr() 136 CV_Assert( getRows(mapy) == rows && getCols(mapy) == cols ); in remapPtr()
|
D | interpolation.hpp | 86 i.rows = getRows(src); in interNearest() 144 i.rows = getRows(src); in interLinear() 223 i.rows = getRows(src); in interCubic() 283 i.rows = getRows(src); in interArea() 377 i.rows = getRows(src); in interArea()
|
D | mask.hpp | 95 ptr.rows = getRows(mask); in singleMaskChannels()
|
D | resize.hpp | 95 r.rows = cv::saturate_cast<int>(getRows(src) * fy); in resizePtr()
|
D | lut.hpp | 92 ptr.rows = getRows(src); in lutPtr()
|
/external/opencv3/modules/cudev/include/opencv2/cudev/expr/ |
D | expr.hpp | 82 __host__ static int getRows(const Expr<Body>& expr) in getRows() function 84 return PtrTraits<Body>::getRows(expr.body); in getRows()
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/ |
D | CompactConstructorErrorsTest.java | 97 List<Row> rows = table.getRows(); in test4() 111 List<Row> rows = table.getRows(); in test5()
|
D | Table.java | 31 public List<Row> getRows() { in getRows() method in Table
|
D | ManyListsTable.java | 29 public List<Row> getRows() { in getRows() method in ManyListsTable
|
/external/libgdx/extensions/gdx-freetype/src/com/badlogic/gdx/graphics/g2d/freetype/ |
D | FreeType.java | 566 public int getRows() { in getRows() method in FreeType.Bitmap 567 return getRows(address); in getRows() 570 private static native int getRows(long bitmap); /* in getRows() method in FreeType.Bitmap 591 if (getRows() == 0) in getBuffer() 608 int width = getWidth(), rows = getRows(); in getPixmap()
|
/external/llvm/include/llvm/CodeGen/PBQP/ |
D | ReductionRules.h | 104 YLen = YXECosts->getRows(), in applyR2() 105 ZLen = ZXECosts->getRows(); in applyR2()
|