OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:alpha12
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/view/src/android/view/animation/cts/
CycleInterpolatorTest.java
141
final float
alpha12
= transformation.getAlpha();
local
156
final float delta10 =
alpha12
- alpha11;
157
final float delta11 = alpha13 -
alpha12
;
161
assertEquals(alpha10,
alpha12
, ALPHA_DELTA);
162
assertEquals(
alpha12
, alpha14, ALPHA_DELTA);
182
assertEquals(
alpha12
, alpha3, ALPHA_DELTA);
/external/opencv3/modules/imgproc/src/
generalized_hough.cpp
595
double
alpha12
;
member in struct:__anon22572::GeneralizedHoughGuilImpl::Feature
713
f.
alpha12
= clampAngle(fastAtan2((float)d.y, (float)d.x) - p1.theta);
722
const int n = cvRound(f.
alpha12
* alphaScale);
Completed in 176 milliseconds