HomeSort by relevance Sort by last modified time
    Searched defs:x1 (Results 326 - 350 of 753) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/
osd.h 33 OSD_Open, // (x0,y0,x1,y1,BitPerPixel[2/4/8](color&0x0F),mix[0..15](color&0xF0))
48 OSD_SetColor, // (color,R{x0},G{y0},B{x1},opacity{y1})
69 OSD_SetRow, // (x0,y0,x1,data)
70 // fills pixels x0,y through x1,y with the content of data[]
72 OSD_SetBlock, // (x0,y0,x1,y1,increment{color},data)
73 // fills pixels x0,y0 through x1,y1 with the content of data[]
77 OSD_FillRow, // (x0,y0,x1,color)
78 // fills pixels x0,y through x1,y with the color <col>
80 OSD_FillBlock, // (x0,y0,x1,y1,color)
81 // fills pixels x0,y0 through x1,y1 with the color <col
103 int x1; member in struct:osd_cmd_s
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridLayoutPainter.java 93 int x1 = b.x + MARGIN_SIZE; local
95 for (int x = x1; x < x2; x += GRID_SIZE) {
216 int x1; local
219 x1 = offsetX + x - 1;
223 x1 = bounds.w + offsetX + x - 1;
226 gc.drawLine(x1, b.y, x1, b.y2());
229 x1 + (x2 - x1 - 16) / 2, centerY - 3);
247 int x1 = dragBounds.x + offsetX local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionOverlay.java 204 int x1 = r.x; local
210 x1 += insets.left;
216 gc.drawRect(x1, y1, x2, y2);
  /frameworks/base/services/tests/servicestests/src/com/android/server/
DropBoxTest.java 298 DropBoxManager.Entry x1 = dropbox.getNextEntry(null, x0.getTimeMillis()); local
299 DropBoxManager.Entry x2 = dropbox.getNextEntry(null, x1.getTimeMillis());
311 assertEquals("DropBoxTest.B", x1.getTag());
314 assertEquals("B0", x1.getText(80));
321 x1.close();
  /developers/build/prebuilts/gradle/BasicRenderScript/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/gradle/RenderScriptIntrinsic/gradle/wrapper/
gradle-wrapper.jar 
  /developers/samples/android/renderScript/BasicRenderScript/gradle/wrapper/
gradle-wrapper.jar 
  /developers/samples/android/renderScript/RenderScriptIntrinsic/gradle/wrapper/
gradle-wrapper.jar 
  /developers/samples/android/ui/window/AdvancedImmersiveMode/gradle/wrapper/
gradle-wrapper.jar 
  /external/aac/libAACenc/src/
psy_configuration.cpp 297 FIXP_DBL center_freq, x1, x2; local
301 /* Theoritical maximum of x1 is 1.3333333e-4f * center_freq = 6.4, can keep in q28 */
323 x1 = fMult(center_freq, FOURBY3EM4); /* q13 * q43 - (DFRACT_BITS-1) = q25 */
326 atan1 = fixp_atan(x1);
  /external/aac/libFDK/src/
qmf.cpp 496 FIXP_QMF x0, x1, y0, y1; local
499 x1 = timeIn[i+1] >> 1;
504 rSubband[i+1] = x1 - y1;
506 iSubband[i+1] = x1 + y1;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGParserUtilities.cpp 522 float x1; local
526 if (!parseNumber(current, end, x1)
531 point1 = FloatPoint(x1, y1);
542 float x1; local
548 if (!parseNumber(current, end, x1)
555 point1 = FloatPoint(x1, y1);
  /external/chromium_org/third_party/icu/source/i18n/
nfrs.cpp 67 int64_t x1 = x; local
71 while ((x1 & 1) == 0 && (y1 & 1) == 0) {
73 x1 >>= 1;
78 if ((x1 & 1) == 1) {
81 t = x1;
89 x1 = t;
93 t = x1 - y1;
96 int64_t gcd = x1 << p2;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_surface.c 872 float x0, x1, y0, y1, z; local
889 (float)(info->src.x1 - info->src.x0) /
890 (float)(info->dst.x1 - info->dst.x0);
898 x1 = x0 + 16384.0f * x_range;
902 x1 *= (float)(1 << nv50_miptree(src)->ms_x);
922 PUSH_DATA (push, (info->dst.x1 << 16) | info->dst.x0);
935 PUSH_DATAf(push, x1);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_surface.c 958 float x0, x1, y0, y1; local
981 (float)(info->src.x1 - info->src.x0) /
982 (float)(info->dst.x1 - info->dst.x0);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
image.c 529 VGfloat x1, y1; local
540 x1 = 0;
558 x1, y1, x2, y2, x3, y3, x4, y4);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_renderer.c 478 float x0, y0, x1, y1; local
489 x1 = dx + width;
496 add_vertex_1tex(r, x1, y0, s1, t0);
497 add_vertex_1tex(r, x1, y1, s1, t1);
532 int x0, int y0, int x1, int y1, float *color)
536 * x0, y0, x1, y1, color[0], color[1], color[2], color[3]); */
543 add_vertex_color(r, x1, y0, color);
545 add_vertex_color(r, x1, y1, color);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i830_state.c 542 int x1, y1, x2, y2; local
550 x1 = x;
554 DBG("%s %d..%d,%d..%d (inverted)\n", __FUNCTION__, x1, x2, y1, y2);
559 x1 = x;
563 DBG("%s %d..%d,%d..%d (not inverted)\n", __FUNCTION__, x1, x2, y1, y2);
566 x1 = CLAMP(x1, 0, ctx->DrawBuffer->Width - 1);
571 DBG("%s %d..%d,%d..%d (clamped)\n", __FUNCTION__, x1, x2, y1, y2);
574 i830->state.Buffer[I830_DESTREG_SR1] = (y1 << 16) | (x1 & 0xffff);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_common.c 112 int x1, y1, x2, y2; local
122 x1 = x;
127 x1 = x;
134 rmesa->state.scissor.rect.x1 = CLAMP(x1, min_x, max_x);
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_gf2m.c 390 BN_ULONG x1, x0, y1, y0, zz[4]; local
416 x1 = ((i+1) == a->top) ? 0 : a->d[i+1];
417 bn_GF2m_mul_2x2(zz, x1, x0, y1, y0);
968 if (p[0] & 0x1) /* m is odd */
  /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
236 x0 = chacha_const[0]; x1 = chacha_const[1];
255 QROUND_WORDS( x1, x5, x9,x13)
259 QROUND_WORDS( x1, x6,x11,x12)
281 op[1] = REVW_BE(REVW_BE(ip[1]) ^ (x1 + chacha_const[1]));
  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_opts_SSE2.cpp 55 uint32_t XX = *xy++; // x0:14 | 4 | x1:14
57 unsigned x1 = XX & 0x3FFF; local
73 __m128i a01 = _mm_cvtsi32_si128(row0[x1]);
75 __m128i a11 = _mm_cvtsi32_si128(row1[x1]);
165 uint32_t XX = *xy++; // x0:14 | 4 | x1:14
167 unsigned x1 = XX & 0x3FFF; local
183 __m128i a01 = _mm_cvtsi32_si128(row0[x1]);
185 __m128i a11 = _mm_cvtsi32_si128(row1[x1]);
683 uint32_t XX = *xy++; // x0:14 | 4 | x1:14
685 unsigned x1 = XX & 0x3FFF local
    [all...]
  /external/chromium_org/ui/gfx/
canvas.cc 341 int x1 = std::min(rect.x(), rect.right()); local
345 DrawLine(Point(x1, y1), Point(x2, y1), paint);
346 DrawLine(Point(x1, y2), Point(x2, y2), paint);
347 DrawLine(Point(x1, y1), Point(x1, y2), paint);
  /external/clang/test/SemaCXX/
enum-scoped.cpp 20 int x1 = E1::Val1; // expected-error{{cannot initialize a variable}} member in struct:E1::E2
153 enum E x1 = E::a; // ok member in namespace:E1::E2::Redeclare5::N2764
  /external/clang/test/SemaTemplate/
default-expr-arguments.cpp 81 struct X1 {
83 X1(const value_type& value = value_type());
87 X1<int> x1; local

Completed in 676 milliseconds

<<11121314151617181920>>