Home
last modified time | relevance | path

Searched refs:getSubset (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/pdf/
DSkPDFCanon.h25 : fSubset(bm.getSubset()), fGenID(bm.getGenerationID()) {} in SkBitmapKey()
/external/opencv3/modules/calib3d/src/
Dptsetreg.cpp105 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/
Dcvfundam.cpp78 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/
DSkBitmap.h230 SkIRect getSubset() const { in getSubset() function
/external/skia/src/gpu/
DSkGpuDevice.cpp846 return this->shouldTileImageID(bitmap.getGenerationID(), bitmap.getSubset(), viewMatrix, params, in shouldTileBitmap()