/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xregion.h | 53 short x1, x2, y1, y2; member in struct:__anon39988 89 * Remember, x2 and y2 are not in the region 92 ((r1)->x2 > (r2)->x1 && \ 93 (r1)->x1 < (r2)->x2 && \ 105 if((r)->x2 > (idRect)->extents.x2)\ 106 (idRect)->extents.x2 = (r)->x2;\ 134 ((R-1)->x2 >= (Rx2)))) 142 (r)->x2 = (rx2); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
GridLayoutPainter.java | 67 gc.drawLine(b.x, y, b.x2(), y); 94 int x2 = b.x2() - MARGIN_SIZE; local 95 for (int x = x1; x < x2; x += GRID_SIZE) { 202 gc.drawLine(b.x, y1, b.x2(), y1); 203 gc.drawLine(b.x, y2, b.x2(), y2); 210 gc.drawLine(b.x, y, b.x2(), y ); 217 int x2; local 220 x2 = columnMatch.matchedLine - columnMatch.margin; 224 x2 = columnMatch.matchedLine + columnMatch.margin [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LintTooltipManager.java | 166 int x2 = b.x + b.width; local 168 if (p.x < x2 - layoutIconSize - slop 169 || p.x > x2 + slop
|
SelectionOverlay.java | 206 int x2 = r.x2() + 1; local 211 x2 -= insets.right; 216 gc.drawRect(x1, y1, x2, y2);
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
DropBoxTest.java | 299 DropBoxManager.Entry x2 = dropbox.getNextEntry(null, x1.getTimeMillis()); local 300 assertTrue(null == dropbox.getNextEntry(null, x2.getTimeMillis())); 312 assertEquals("DropBoxTest.A", x2.getTag()); 315 assertEquals("A1", x2.getText(80)); 322 x2.close();
|
/external/aac/libAACenc/src/ |
psy_configuration.cpp | 297 FIXP_DBL center_freq, x1, x2; local 302 /* Theoritical maximum of x2 is 0.00076f * center_freq = 36.48, can keep in q25 */ 324 x2 = fMult(center_freq, PZZZ76) << 2; /* q13 * q41 - (DFRACT_BITS-1) + 2 = q25 */ 327 atan2 = fixp_atan(x2);
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGParserUtilities.cpp | 524 float x2; local 528 || !parseNumber(current, end, x2) 532 point2 = FloatPoint(x2, y2); 544 float x2; local 550 || !parseNumber(current, end, x2) 556 point2 = FloatPoint(x2, y2);
|
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
DynamicsCompressorKernel.cpp | 138 float x2 = x * 1.001; local 141 float x2Db = linearToDecibels(x2); 144 float y2Db = linearToDecibels(kneeCurve(x2, k)); 332 float x2 = x * x; local 333 float x3 = x2 * x; 334 float x4 = x2 * x2; 335 float releaseFrames = kA + kB * x + kC * x2 + kD * x3 + kE * x4;
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
image.c | 530 VGfloat x2, y2; local 542 x2 = img->width; 558 x1, y1, x2, y2, x3, y3, x4, y4);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
i830_state.c | 542 int x1, y1, x2, y2; local 552 x2 = x + w - 1; 554 DBG("%s %d..%d,%d..%d (inverted)\n", __FUNCTION__, x1, x2, y1, y2); 561 x2 = x + w - 1; 563 DBG("%s %d..%d,%d..%d (not inverted)\n", __FUNCTION__, x1, x2, y1, y2); 568 x2 = CLAMP(x2, 0, ctx->DrawBuffer->Width - 1); 571 DBG("%s %d..%d,%d..%d (clamped)\n", __FUNCTION__, x1, x2, y1, y2); 575 i830->state.Buffer[I830_DESTREG_SR2] = (y2 << 16) | (x2 & 0xffff); [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_common.c | 112 int x1, y1, x2, y2; local 124 x2 = x + w - 1; 129 x2 = x + w - 1; 136 rmesa->state.scissor.rect.x2 = CLAMP(x2, min_x, max_x);
|
/external/chromium_org/third_party/openssl/openssl/crypto/chacha/ |
chacha_vec.c | 214 register unsigned x0, x1, x2, x3, x4, x5, x6, x7, x8, local 237 x2 = chacha_const[2]; x3 = chacha_const[3]; 256 QROUND_WORDS( x2, x6,x10,x14) 260 QROUND_WORDS( x2, x7, x8,x13) 282 op[2] = REVW_BE(REVW_BE(ip[2]) ^ (x2 + chacha_const[2]));
|
/external/chromium_org/ui/gfx/ |
canvas.cc | 342 int x2 = std::max(rect.x(), rect.right()); local 345 DrawLine(Point(x1, y1), Point(x2, y1), paint); 346 DrawLine(Point(x1, y2), Point(x2, y2), paint); 348 DrawLine(Point(x2, y1), Point(x2, y2 + 1), paint);
|
/external/clang/test/SemaCXX/ |
enum-scoped.cpp | 31 int x2 = Val2; member in struct:E1::E2 68 X<bool> X2; // expected-note{{in instantiation of template}} 154 enum class E x2 = E::a; // expected-error {{reference to scoped enumeration must use 'enum' not 'enum class'}} member in namespace:E1::E2::Redeclare5::N2764
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/ |
FaultHeightMap.java | 172 int x2 = random.nextInt(size);
local 179 float dist = ((x2 - x1) * (j - y1) - (y2 - y1) * (i - x1))
180 / (FastMath.sqrt(FastMath.sqr(x2 - x1) + FastMath.sqr(y2 - y1)));
|
/external/jpeg/ |
jidctintelsse.c | 113 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local 122 row0 = _mm_shufflelo_epi16(row0, 0xD8); /*x7, x6, x5, x4, x3, x1, x2, x0*/ \ 124 tmp1 = _mm_shuffle_epi32(row0, 0); /*x2, x0, x2, x0, x2, x0, x2, x0*/ \ 129 row0 = _mm_shufflehi_epi16(row0, 0xD8); /*x7, x5, x6, x4, x3, x1, x2, x0*/ \ 132 tmp1 = _mm_madd_epi16(tmp1, * ( __m128i*)table1); /*x2*w13+x0*w12, x2*w9+x0*w8, x2*w5+x0*w4, x2*w1+x0*w0*/ [all...] |
/external/mesa3d/src/gallium/state_trackers/vega/ |
image.c | 530 VGfloat x2, y2; local 542 x2 = img->width; 558 x1, y1, x2, y2, x3, y3, x4, y4);
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i830_state.c | 542 int x1, y1, x2, y2; local 552 x2 = x + w - 1; 554 DBG("%s %d..%d,%d..%d (inverted)\n", __FUNCTION__, x1, x2, y1, y2); 561 x2 = x + w - 1; 563 DBG("%s %d..%d,%d..%d (not inverted)\n", __FUNCTION__, x1, x2, y1, y2); 568 x2 = CLAMP(x2, 0, ctx->DrawBuffer->Width - 1); 571 DBG("%s %d..%d,%d..%d (clamped)\n", __FUNCTION__, x1, x2, y1, y2); 575 i830->state.Buffer[I830_DESTREG_SR2] = (y2 << 16) | (x2 & 0xffff); [all...] |
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_common.c | 112 int x1, y1, x2, y2; local 124 x2 = x + w - 1; 129 x2 = x + w - 1; 136 rmesa->state.scissor.rect.x2 = CLAMP(x2, min_x, max_x);
|
/external/opencv/cvaux/src/ |
cvscanlines.cpp | 183 int x1, y1, x2, y2, dx, dy; local 193 x2 = scanlines[curr++]; 196 dx = abs( x1 - x2 ) + 1; 213 int x1, y1, x2, y2; local 231 x2 = (int) (scanlines_1[curr] * alpha + scanlines_2[curr] * (1.0 - alpha)); 233 scanlines_a[curr++] = x2; 239 dx = abs( x1 - x2 ) + 1; [all...] |
/external/pixman/pixman/ |
pixman-glyph.c | 328 extents->x2 = extents->y2 = INT32_MIN; 333 int x1, y1, x2, y2; local 337 x2 = glyphs[i].x - glyph->origin_x + glyph->image->bits.width; 344 if (x2 > extents->x2) 345 extents->x2 = x2; 388 dest->x2 = MIN (box1->x2, box2->x2); [all...] |
pixman.c | 173 if (rbox->x2 > (v = cbox->x2 + dx)) 174 rbox->x2 = v; 179 if (rbox->x1 >= rbox->x2 || rbox->y1 >= rbox->y2) 242 region->extents.x2 = dest_x + width; 248 region->extents.x2 = MIN (region->extents.x2, dest_image->bits.width); 254 if (region->extents.x1 >= region->extents.x2 || 258 region->extents.x2 = 0; 332 pixman_fixed_48_16_t x2; member in struct:__anon24439 342 pixman_fixed_t x1, y1, x2, y2; local [all...] |
/external/qemu/distrib/jpeg-6b/ |
jidctintelsse.c | 113 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local 122 row0 = _mm_shufflelo_epi16(row0, 0xD8); /*x7, x6, x5, x4, x3, x1, x2, x0*/ \ 124 tmp1 = _mm_shuffle_epi32(row0, 0); /*x2, x0, x2, x0, x2, x0, x2, x0*/ \ 129 row0 = _mm_shufflehi_epi16(row0, 0xD8); /*x7, x5, x6, x4, x3, x1, x2, x0*/ \ 132 tmp1 = _mm_madd_epi16(tmp1, * ( __m128i*)table1); /*x2*w13+x0*w12, x2*w9+x0*w8, x2*w5+x0*w4, x2*w1+x0*w0*/ [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/ |
SDL_DirectFB_video.c | 1005 int x2, y2; local 1010 x2 = rects[i].x + rects[i].w - 1; 1021 if (x2 > region.x2) 1022 region.x2 = x2; 1031 region.x2 = x2;
|
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/ |
SDL_xbios.c | 882 int x1,x2; local 885 x2 = rects[i].x+rects[i].w; 886 if (x2 & 15) { 887 x2 = (x2 | 15) +1; 902 x2-x1,
|