HomeSort by relevance Sort by last modified time
    Searched refs:iy0 (Results 1 - 4 of 4) sorted by null

  /ndk/tests/device/fenv/jni/
test_fenv.c 45 int32_t ix0, iy0, ix, iy; local
51 iy = iy0 = *(int32_t *)&y;
54 if (!(iy0 < 0))
  /external/opencv/cvaux/src/
decomppoly.cpp 151 int ix0, iy0, ix1, iy1, ix2, iy2;
215 iy0 = contour[ i ].y - y1;
218 det1 = ix2 * iy0 - ix0 * iy2;
224 det2 = ix1 * iy0 - ix0 * iy1;
  /external/skia/legacy/src/core/
SkScan_Hairline.cpp 107 int iy0 = SkFDot6Round(y0);
109 if (iy0 == iy1) { // too short to draw
116 vertline(iy0, iy1, startX, slope, blitter);
  /external/skia/src/core/
SkScan_Hairline.cpp 132 int iy0 = SkFDot6Round(y0);
134 if (iy0 == iy1) { // too short to draw
141 vertline(iy0, iy1, startX, slope, blitter);

Completed in 154 milliseconds