OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fRound
(Results
1 - 6
of
6
) sorted by null
/external/skia/bench/
BigPathBench.cpp
26
bool
fRound
;
29
BigPathBench(Align align, bool round) : fAlign(align),
fRound
(round) {
54
if (
fRound
) {
/external/skia/include/views/
SkStackViewLayout.h
59
bool getRound() const { return SkToBool(
fRound
); }
69
uint8_t fOrient, fPack, fAlign,
fRound
;
/external/opencv3/modules/features2d/src/kaze/
utils.h
73
inline int
fRound
(float flt) {
AKAZEFeatures.cpp
73
step.sigma_size =
fRound
(step.esigma);
195
int sigma_size_ =
fRound
(evolution[i].esigma * options_.derivative_factor / ratio);
304
sigma_size_ =
fRound
(point.size / ratio);
333
left_x =
fRound
(point.pt.x - smax*sigma_size_) - 1;
334
right_x =
fRound
(point.pt.x + smax*sigma_size_) + 1;
335
up_y =
fRound
(point.pt.y - smax*sigma_size_) - 1;
336
down_y =
fRound
(point.pt.y + smax*sigma_size_) + 1;
406
x =
fRound
(kpts[i].pt.x / ratio);
407
y =
fRound
(kpts[i].pt.y / ratio);
796
s =
fRound
(0.5f*kpt.size / ratio)
[
all
...]
KAZEFeatures.cpp
71
aux.sigma_size =
fRound
(aux.esigma);
366
left_x =
fRound
(kpts_par_[i][j].pt.x - smax*kpts_par_[i][j].size);
367
right_x =
fRound
(kpts_par_[i][j].pt.x + smax*kpts_par_[i][j].size);
368
up_y =
fRound
(kpts_par_[i][j].pt.y - smax*kpts_par_[i][j].size);
369
down_y =
fRound
(kpts_par_[i][j].pt.y + smax*kpts_par_[i][j].size);
590
s =
fRound
(kpt.size / 2.0f);
596
iy =
fRound
(yf + j*s);
597
ix =
fRound
(xf + i*s);
679
scale =
fRound
(kpt.size / 2.0f);
807
scale =
fRound
(kpt.size / 2.0f)
[
all
...]
/external/skia/src/views/
SkStackViewLayout.cpp
17
fRound
= false;
56
fRound
= SkToU8(r);
169
if (
fRound
)
173
if (
fRound
)
Completed in 450 milliseconds