/external/ImageMagick/coders/ |
jp2.c | 962 jp2_image->y1=(unsigned int) (2*parameters.image_offset_y0+(image->rows-1)* [all...] |
/external/chromium-trace/catapult/third_party/flot/ |
excanvas.js | 1021 var y1 = fillStyle.y1_ / arcScaleY; 1023 var p1 = getCoords(ctx, x1, y1); [all...] |
/external/dng_sdk/source/ |
dng_color_space.cpp | 72 const real64 y1 = 0.019310851; // pow (x1, gamma) local 82 y1, 128 const real64 y1 = 0.0763027458; // pow (x1, gamma) local 138 y1, [all...] |
/external/mesa3d/include/GL/ |
gl.h | [all...] |
/external/mesa3d/src/gallium/drivers/r600/ |
r600_pipe.h | 657 unsigned x1, unsigned y1, unsigned x2, unsigned y2, float depth,
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_sanity.c | [all...] |
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_sanity.c | 963 boxes[i].x1, boxes[i].y1, boxes[i].x2, boxes[i].y2); [all...] |
/external/mesa3d/src/mesa/main/ |
format_unpack.c | 479 const GLubyte y1 = (*src1 >> 8) & 0xff; /* luminance */ local 481 const GLubyte y = (i & 1) ? y1 : y0; /* choose even/odd luminance */ 504 const GLubyte y1 = *src1 & 0xff; /* luminance */ local 506 const GLubyte y = (i & 1) ? y1 : y0; /* choose even/odd luminance */ [all...] |
/hardware/bsp/intel/peripheral/libupm/src/st7735/ |
st7735.h | 578 * @param y1 Second coordinate 580 void setAddrWindow (uint8_t x0, uint8_t y0, uint8_t x1, uint8_t y1);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/ |
gl.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/ |
gl.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
d3d8types.h | 1151 LONG y1; member in struct:_D3DRECT [all...] |
d3d9types.h | 1456 LONG y1; member in struct:_D3DRECT [all...] |
d3dtypes.h | 174 LONG y1; member in union:_D3DRECT::__anon42224 [all...] |
math.h | 266 _CRTIMP double __cdecl y1 (double) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
|
/external/ImageMagick/MagickCore/ |
xwindow.c | [all...] |
/external/opencv3/modules/calib3d/src/ |
calibration.cpp | [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
CalendarRegression.java | 1731 int y1 = DATA[i]; local [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
CalendarRegression.java | 1727 int y1 = DATA[i]; local [all...] |
/external/libavc/common/arm/ |
ih264_iquant_itrans_recon_a9.s | 685 vqmovn.s32 d19, q11 @ Q9 = y1 806 vqmovn.s32 d19, q11 @ Q9 = y1 [all...] |
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
d3d11_context.h | [all...] |
/external/opencv3/modules/imgproc/test/ |
test_convhull.cpp | 722 double y1 = (box_pt[1].y + box_pt[3].y)*0.5; local 724 if( fabs(d0 - d1) + fabs(x0 - x1) + fabs(y0 - y1) > eps*MAX(d0,d1) ) [all...] |
/external/opencv3/modules/objdetect/src/ |
cascadedetect.cpp | 1037 int y1 = std::min(range.end*stripeSize, szw.height); local 1041 for( int y = y0; y < y1; y += yStep ) [all...] |
/external/pdfium/third_party/libopenjpeg20/ |
pi.c | 87 * @param p_ty1 Y1 parameter for the tile 113 * @param p_ty1 Y1 parameter for the tile 139 * @param p_ty1 pointer that will hold the Y1 parameter for the tile 170 * @param p_ty1 pointer that will hold the Y1 parameter for the tile 605 *p_ty1 = opj_int_min((OPJ_INT32)(p_cp->ty0 + (q + 1) * p_cp->tdy), (OPJ_INT32)p_image->y1); 727 l_ty0 = p_cp->ty0 + q * p_cp->tdy; /* can't be greater than p_image->y1 so won't overflow */ 729 *p_ty1 = (OPJ_INT32)opj_uint_min(opj_uint_adds(l_ty0, p_cp->tdy), p_image->y1); [all...] |
/external/skia/src/utils/ |
SkLua.cpp | 1975 SkScalar y1 = lua2scalar_def(L, 5, 0); local [all...] |