OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iy2
(Results
1 - 3
of
3
) sorted by null
/external/opencv/cvaux/src/
decomppoly.cpp
151
int ix0, iy0, ix1, iy1, ix2,
iy2
;
208
iy2
= contour[ i + 1 ].y - contour[ i ].y;
212
iy2
= contour[ 0 ].y - contour[ i ].y;
217
det = ix2 * iy1 - ix1 *
iy2
;
218
det1 = ix2 * iy0 - ix0 *
iy2
;
/external/chromium_org/third_party/skia/src/core/
SkBitmapProcState.cpp
590
int
iy2
= SkClampMax(SkScalarFloorToInt(pt.fY), maxY);
local
593
SkASSERT(iy ==
iy2
);
664
int
iy2
= sk_int_mod(SkScalarFloorToInt(pt.fY), stopY);
local
667
SkASSERT(iy ==
iy2
);
757
int
iY2
;
761
iY2
= SkClampMax(SkScalarFloorToInt(pt.fY), stopY-1);
764
iY2
= sk_int_mod(SkScalarFloorToInt(pt.fY), stopY);
768
iY2
= sk_int_mirror(SkScalarFloorToInt(pt.fY), stopY);
772
SkASSERT(iY0 ==
iY2
);
[
all
...]
/external/skia/src/core/
SkBitmapProcState.cpp
660
int
iy2
= SkClampMax(SkScalarFloorToInt(pt.fY), maxY);
local
663
SkASSERT(iy ==
iy2
);
734
int
iy2
= sk_int_mod(SkScalarFloorToInt(pt.fY), stopY);
local
737
SkASSERT(iy ==
iy2
);
827
int
iY2
;
831
iY2
= SkClampMax(SkScalarFloorToInt(pt.fY), stopY-1);
834
iY2
= sk_int_mod(SkScalarFloorToInt(pt.fY), stopY);
838
iY2
= sk_int_mirror(SkScalarFloorToInt(pt.fY), stopY);
842
SkASSERT(iY0 ==
iY2
);
[
all
...]
Completed in 4260 milliseconds