HomeSort by relevance Sort by last modified time
    Searched refs:x1 (Results 1151 - 1175 of 4103) sorted by null

<<41424344454647484950>>

  /external/mesa3d/src/mesa/swrast/
s_zoom.c 44 * \param x0, x1 returned X bounds of zoomed region [x0, x1)
51 GLint *x0, GLint *x1, GLint *y0, GLint *y1)
94 *x1 = c1;
136 GLint x0, x1, y0, y1; local
140 &x0, &x1, &y0, &y1)) {
151 zoomedWidth = x1 - x0;
366 GLint x0, x1, y0, y1, y; local
370 &x0, &x1, &y0, &y1)) {
374 zoomedWidth = x1 - x0
411 GLint x0, x1, y0, y1, y; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageUtils.java 241 int x1, y1, x2, y2; local
243 x1 = initialCrop.x;
248 x1 = 0;
255 if (x1 == x2 || y1 == y2) {
270 for (int x = x1; x < x2; x++) {
283 leftEdge: for (; x1 < x2; x1++) {
285 if (!filter.crop(image, x1, y)) {
292 rightEdge: for (; x2 > x1; x2--) {
302 for (int x = x1; x < x2; x++)
    [all...]
  /external/opencv/cxcore/src/
cxmathfuncs.cpp 285 magtype x1 = (magtype)x[i+1], y1 = (magtype)y[i+1]; \
288 x1 = x1*x1 + y1*y1; \
290 mag[i+1] = x1; \
292 x1 = (magtype)x[i+3], y1 = (magtype)y[i+3]; \
294 x1 = x1*x1 + y1*y1; \
296 mag[i+3] = x1; \
826 double x1 = x[i + 1].f * exp_prescale; local
931 double x1 = x[i + 1].f * exp_prescale; local
1396 double x0, x1, x2, x3; local
1496 double x0, x1, x2, x3; local
    [all...]
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.cpp 144 double z, x0, y0, x1, y1, x2, y2, x3, y3; local
170 FrameToMosaic(mb->trs, 0.0, mb->height-1.0, x1, y1);
174 if(x0 < xLeftCorners[0] || x1 < xLeftCorners[1]) // If either of the left corners is lower
177 xLeftCorners[1] = x1;
200 FindQuadCentroid(x0, y0, x1, y1, x2, y2, x3, y3, csite->getVCenter().x, csite->getVCenter().y);
1001 int x1 = (xx >= 0.0) ? (int) xx : (int) floor(xx); local
    [all...]
  /packages/apps/Camera2/jni/feature_mos/src/mosaic/
Blend.cpp 144 double z, x0, y0, x1, y1, x2, y2, x3, y3; local
170 FrameToMosaic(mb->trs, 0.0, mb->height-1.0, x1, y1);
174 if(x0 < xLeftCorners[0] || x1 < xLeftCorners[1]) // If either of the left corners is lower
177 xLeftCorners[1] = x1;
200 FindQuadCentroid(x0, y0, x1, y1, x2, y2, x3, y3, csite->getVCenter().x, csite->getVCenter().y);
1001 int x1 = (xx >= 0.0) ? (int) xx : (int) floor(xx); local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp 144 double z, x0, y0, x1, y1, x2, y2, x3, y3; local
170 FrameToMosaic(mb->trs, 0.0, mb->height-1.0, x1, y1);
174 if(x0 < xLeftCorners[0] || x1 < xLeftCorners[1]) // If either of the left corners is lower
177 xLeftCorners[1] = x1;
200 FindQuadCentroid(x0, y0, x1, y1, x2, y2, x3, y3, csite->getVCenter().x, csite->getVCenter().y);
981 int x1 = (xx >= 0.0) ? (int) xx : (int) floor(xx); local
    [all...]
  /external/qemu/android/skin/
region.c 281 if (pleft < minmax->x1) minmax->x1 = pleft;
376 skin_region_init( SkinRegion* r, int x1, int y1, int x2, int y2 )
378 if (x1 >= x2 || y1 >= y2) {
382 r->bounds.pos.x = x1;
384 r->bounds.size.w = x2 - x1;
403 if (box == NULL || box->x1 >= box->x2 || box->y1 >= box->y2) {
407 r->bounds.pos.x = box->x1;
409 r->bounds.size.w = box->x2 - box->x1;
1002 minmax.x1 = minmax.y1 = INT_MAX
    [all...]
  /external/smali/gradle/wrapper/
gradle-wrapper.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_csqrt.c 46 #define THRESH 0x1.a827999fcef32p+1022
  /bionic/tests/
fenv_test.cpp 25 volatile float m = 0x1.0p23f;
  /bootable/recovery/minui/
minui.h 39 void gr_fill(int x1, int y1, int x2, int y2);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
RsFracTest.java 43 ref[idxRef] = Math.min(in[idx] - (float)Math.floor((double)in[idx]), 0x1.fffffep-1f);
  /dalvik/vm/
Sync.h 28 #define LW_SHAPE_MASK 0x1
  /development/ndk/platforms/android-3/include/linux/
msm_mdp.h 42 #define MDP_FLIP_LR 0x1
  /device/samsung/manta/libsensors/iio/
events.h 106 #define IIO_EVENT_CODE_EXTRACT_DIFF(mask) (((mask) >> 55) & 0x1)
  /external/aac/libMpegTPEnc/src/
tpenc_adif.cpp 119 adif->bVariableRate = ( adif_buffer_fullness >= (INT)(0x1<<20) ) ? 1 : 0;
  /external/aac/libPCMutils/include/
pcmutils_lib.h 157 CH1_MODE = 0x1, /*!< Create a dual mono output signal from channel 1. */
  /external/aac/libSYS/include/
wav_file.h 114 #define SPEAKER_FRONT_LEFT 0x1
  /external/chromium_org/cc/scheduler/
texture_uploader_unittest.cc 123 // We'll expect the first byte of every row to be 0x1, and the last byte to
130 EXPECT_EQ(0x1, row_bytes[0]);
210 buffer[i * 4 * 256] = 0x1;
219 buffer[i * 4 * 41] = 0x1;
228 buffer[i * 1 * 82] = 0x1;
  /external/chromium_org/chrome/browser/extensions/
extension_creator.h 35 kOverwriteCRX = 0x1,
  /external/chromium_org/chrome/browser/ui/panels/
panel_collection.h 31 KNOWN_POSITION = 0x1,
  /external/chromium_org/ipc/
ipc_channel.h 49 MODE_SERVER_FLAG = 0x1,
  /external/chromium_org/net/websockets/
websocket_frame.h 31 kOpCodeText = 0x1,
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketFrame.h 42 OpCodeText = 0x1,

Completed in 438 milliseconds

<<41424344454647484950>>