Searched refs:nx1 (Results 1 – 4 of 4) sorted by relevance
/external/opencv/cv/src/ |
D | cvcalcimagehomography.cpp | 58 double norm_xy, norm_xz, xy_sina, xy_cosa, xz_sina, xz_cosa, nx1, plane_dist; in cvCalcImageHomography() local 85 nx1 = -xz_sina; in cvCalcImageHomography() 87 _rz[0] = (float)(xy_cosa * nx1); in cvCalcImageHomography() 88 _rz[1] = (float)(xy_sina * nx1); in cvCalcImageHomography()
|
/external/pixman/pixman/ |
D | pixman-region.c | 241 #define ADDRECT(next_rect, nx1, ny1, nx2, ny2) \ argument 244 next_rect->x1 = nx1; \ 252 #define NEWRECT(region, next_rect, nx1, ny1, nx2, ny2) \ argument 262 ADDRECT (next_rect, nx1, ny1, nx2, ny2); \
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | path.c | 1681 VGfloat nx1, ny1, nx2, ny2; in unite_bounds() local 1688 nx1 = el[0]; in unite_bounds() 1693 bounds[0] = MIN2(cx1, nx1); in unite_bounds()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
D | path.c | 1681 VGfloat nx1, ny1, nx2, ny2; in unite_bounds() local 1688 nx1 = el[0]; in unite_bounds() 1693 bounds[0] = MIN2(cx1, nx1); in unite_bounds()
|