Home
last modified time | relevance | path

Searched refs:fRound (Results 1 – 6 of 6) sorted by relevance

/external/skia/bench/
DBigPathBench.cpp26 bool fRound; member in BigPathBench
29 BigPathBench(Align align, bool round) : fAlign(align), fRound(round) { in BigPathBench()
54 if (fRound) { in onDraw()
/external/opencv3/modules/features2d/src/kaze/
DAKAZEFeatures.cpp73 step.sigma_size = fRound(step.esigma); in Allocate_Memory_Evolution()
195 int sigma_size_ = fRound(evolution[i].esigma * options_.derivative_factor / ratio); in operator ()()
304 sigma_size_ = fRound(point.size / ratio); in Find_Scale_Space_Extrema()
333 left_x = fRound(point.pt.x - smax*sigma_size_) - 1; in Find_Scale_Space_Extrema()
334 right_x = fRound(point.pt.x + smax*sigma_size_) + 1; in Find_Scale_Space_Extrema()
335 up_y = fRound(point.pt.y - smax*sigma_size_) - 1; in Find_Scale_Space_Extrema()
336 down_y = fRound(point.pt.y + smax*sigma_size_) + 1; in Find_Scale_Space_Extrema()
406 x = fRound(kpts[i].pt.x / ratio); in Do_Subpixel_Refinement()
407 y = fRound(kpts[i].pt.y / ratio); in Do_Subpixel_Refinement()
796 s = fRound(0.5f*kpt.size / ratio); in Compute_Main_Orientation()
[all …]
DKAZEFeatures.cpp71 aux.sigma_size = fRound(aux.esigma); in Allocate_Memory_Evolution()
366 left_x = fRound(kpts_par_[i][j].pt.x - smax*kpts_par_[i][j].size); in Determinant_Hessian()
367 right_x = fRound(kpts_par_[i][j].pt.x + smax*kpts_par_[i][j].size); in Determinant_Hessian()
368 up_y = fRound(kpts_par_[i][j].pt.y - smax*kpts_par_[i][j].size); in Determinant_Hessian()
369 down_y = fRound(kpts_par_[i][j].pt.y + smax*kpts_par_[i][j].size); in Determinant_Hessian()
590 s = fRound(kpt.size / 2.0f); in Compute_Main_Orientation()
596 iy = fRound(yf + j*s); in Compute_Main_Orientation()
597 ix = fRound(xf + i*s); in Compute_Main_Orientation()
679 scale = fRound(kpt.size / 2.0f); in Get_KAZE_Upright_Descriptor_64()
807 scale = fRound(kpt.size / 2.0f); in Get_KAZE_Descriptor_64()
[all …]
Dutils.h73 inline int fRound(float flt) { in fRound() function
/external/skia/include/views/
DSkStackViewLayout.h59 bool getRound() const { return SkToBool(fRound); } in getRound()
69 uint8_t fOrient, fPack, fAlign, fRound; variable
/external/skia/src/views/
DSkStackViewLayout.cpp17 fRound = false; in SkStackViewLayout()
56 fRound = SkToU8(r); in setRound()
169 if (fRound) in onLayoutChildren()
173 if (fRound) in onLayoutChildren()