Searched refs:getSubset (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/pdf/ |
D | SkPDFCanon.h | 25 : fSubset(bm.getSubset()), fGenID(bm.getGenerationID()) {} in SkBitmapKey()
|
/external/opencv3/modules/calib3d/src/ |
D | ptsetreg.cpp | 105 bool getSubset( const Mat& m1, const Mat& m2, in getSubset() function in cv::RANSACPointSetRegistrator 212 bool found = getSubset( m1, m2, ms1, ms2, rng, 10000 ); in run() 322 bool found = getSubset( m1, m2, ms1, ms2, rng ); in run()
|
/external/opencv/cv/src/ |
D | cvfundam.cpp | 78 virtual bool getSubset( const CvMat* m1, const CvMat* m2, 203 bool found = getSubset( m1, m2, ms1, ms2, modelPoints ); in runRANSAC() 302 bool found = getSubset( m1, m2, ms1, ms2, 300 ); in CV_IMPLEMENT_QSORT() 353 bool CvModelEstimator2::getSubset( const CvMat* m1, const CvMat* m2, in getSubset() function in CvModelEstimator2
|
/external/skia/include/core/ |
D | SkBitmap.h | 230 SkIRect getSubset() const { in getSubset() function
|
/external/skia/src/gpu/ |
D | SkGpuDevice.cpp | 846 return this->shouldTileImageID(bitmap.getGenerationID(), bitmap.getSubset(), viewMatrix, params, in shouldTileBitmap()
|