Searched defs:x2 (Results 251 - 275 of 524) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGParserUtilities.cpp468 float x2; local
472 || !parseNumber(current, end, x2)
476 point2 = FloatPoint(x2, y2);
488 float x2; local
494 || !parseNumber(current, end, x2)
500 point2 = FloatPoint(x2, y2);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DSwapChain11.cpp539 float x2 = ((x + width) / float(mWidth)) * 2.0f - 1.0f; local
549 d3d11::SetPositionTexCoordVertex(&vertices[2], x2, y1, u2, v1);
550 d3d11::SetPositionTexCoordVertex(&vertices[3], x2, y2, u2, v2);
/external/chromium_org/third_party/boringssl/src/crypto/chacha/
H A Dchacha_vec.c191 register unsigned x0, x1, x2, x3, x4, x5, x6, x7, x8, local
214 x2 = chacha_const[2]; x3 = chacha_const[3];
233 QROUND_WORDS( x2, x6,x10,x14)
237 QROUND_WORDS( x2, x7, x8,x13)
259 op[2] = REVW_BE(REVW_BE(ip[2]) ^ (x2 + chacha_const[2]));
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_blit.c268 int x1, y1, x2, y2; local
290 x2 = cx + cw + irb->draw_x;
299 x1, y1, x2 - x1, y2 - y1);
361 assert(x1 < x2);
377 OUT_BATCH((y2 << 16) | x2);
456 OUT_BATCH((100 << 16) | 100); /* clip x2, y2 */
535 uint32_t x1, y1, x2, y2; local
558 x2 = image_x + width;
567 x1, y1, x2 - x1, y2 - y1);
596 OUT_BATCH((y2 << 16) | x2);
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_blit.c268 int x1, y1, x2, y2; local
290 x2 = cx + cw + irb->draw_x;
299 x1, y1, x2 - x1, y2 - y1);
361 assert(x1 < x2);
377 OUT_BATCH((y2 << 16) | x2);
456 OUT_BATCH((100 << 16) | 100); /* clip x2, y2 */
535 uint32_t x1, y1, x2, y2; local
558 x2 = image_x + width;
567 x1, y1, x2 - x1, y2 - y1);
596 OUT_BATCH((y2 << 16) | x2);
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_blit.c268 int x1, y1, x2, y2; local
290 x2 = cx + cw + irb->draw_x;
299 x1, y1, x2 - x1, y2 - y1);
361 assert(x1 < x2);
377 OUT_BATCH((y2 << 16) | x2);
456 OUT_BATCH((100 << 16) | 100); /* clip x2, y2 */
535 uint32_t x1, y1, x2, y2; local
558 x2 = image_x + width;
567 x1, y1, x2 - x1, y2 - y1);
596 OUT_BATCH((y2 << 16) | x2);
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_common.c112 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/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_common.c112 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/skia/src/opts/
H A DSkTextureCompression_opts_neon.cpp65 const uint64x2_t x2 = vandq_u64(vshlq_n_u64(ret, 20), kMask3); local
66 ret = vshrq_n_u64(vorrq_u64(ret, vorrq_u64(x1, x2)), 16);
/external/chromium_org/third_party/skia/tests/
H A DAAClipTest.cpp174 static void icubicTo(SkPath& path, int x0, int y0, int x1, int y1, int x2, int y2) { argument
177 SkIntToScalar(x2), SkIntToScalar(y2));
/external/clang/test/CodeGenCXX/
H A Dcxx0x-initializer-stdinitializerlist.cpp289 void loop(X &x1, X &x2) { argument
300 for (X x : { x1, x2 }) { }
/external/jpeg/
H A Djidctintelsse.c113 __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*w
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_blit.c268 int x1, y1, x2, y2; local
290 x2 = cx + cw + irb->draw_x;
299 x1, y1, x2 - x1, y2 - y1);
361 assert(x1 < x2);
377 OUT_BATCH((y2 << 16) | x2);
456 OUT_BATCH((100 << 16) | 100); /* clip x2, y2 */
535 uint32_t x1, y1, x2, y2; local
558 x2 = image_x + width;
567 x1, y1, x2 - x1, y2 - y1);
596 OUT_BATCH((y2 << 16) | x2);
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_blit.c268 int x1, y1, x2, y2; local
290 x2 = cx + cw + irb->draw_x;
299 x1, y1, x2 - x1, y2 - y1);
361 assert(x1 < x2);
377 OUT_BATCH((y2 << 16) | x2);
456 OUT_BATCH((100 << 16) | 100); /* clip x2, y2 */
535 uint32_t x1, y1, x2, y2; local
558 x2 = image_x + width;
567 x1, y1, x2 - x1, y2 - y1);
596 OUT_BATCH((y2 << 16) | x2);
[all...]
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_blit.c268 int x1, y1, x2, y2; local
290 x2 = cx + cw + irb->draw_x;
299 x1, y1, x2 - x1, y2 - y1);
361 assert(x1 < x2);
377 OUT_BATCH((y2 << 16) | x2);
456 OUT_BATCH((100 << 16) | 100); /* clip x2, y2 */
535 uint32_t x1, y1, x2, y2; local
558 x2 = image_x + width;
567 x1, y1, x2 - x1, y2 - y1);
596 OUT_BATCH((y2 << 16) | x2);
[all...]
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_common.c112 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/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_common.c112 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/pdfium/core/src/fxge/agg/agg23/
H A Dfx_agg_rasterizer_scanline_aa.cpp169 AGG_INLINE void outline_aa::render_hline(int ey, int x1, int y1, int x2, int y2) argument
172 int ex2 = x2 >> poly_base_shift;
174 int fx2 = x2 & poly_base_mask;
189 dx = x2 - x1;
231 void outline_aa::render_line(int x1, int y1, int x2, int y2) argument
234 int dx = x2 - x1;
236 int cx = (x1 + x2) >> 1;
239 render_line(cx, cy, x2, y2);
249 render_hline(ey1, x1, fy1, x2, fy2);
319 render_hline(ey1, x_from, poly_base_size - first, x2, fy
[all...]
/external/pixman/pixman/
H A Dpixman-filter.c149 * aligns @x1 in @kernel1 with @x2 in @kernel2 and
158 pixman_kernel_t kernel2, double scale, double x2,
169 integral (kernel1, x1, kernel2, scale, x2, - x1) +
170 integral (kernel1, 0, kernel2, scale, x2 - x1, width + x1);
172 else if (x2 < 0 && x2 + width > 0)
175 integral (kernel1, x1, kernel2, scale, x2, - x2) +
176 integral (kernel1, x1 - x2, kernel2, scale, 0, width + x2);
157 integral(pixman_kernel_t kernel1, double x1, pixman_kernel_t kernel2, double scale, double x2, double width) argument
243 int x, x1, x2; local
[all...]
/external/qemu/distrib/jpeg-6b/
H A Djidctintelsse.c113 __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*w
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/wscons/
H A DSDL_wsconsvideo.c477 int x1, y1, x2, y2; local
487 x2 = x1 + rects[i].w;
495 if (x2 < 0) {
496 x2 = 0;
497 } else if (x2 > width) {
498 x2 = width;
510 if (x2 <= x1 || y2 <= y1) {
518 scr_x2 = x2;
525 scr_y1 = width - x2;
528 sha_x1 = x2
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/
H A DSDL_xbios.c882 int x1,x2; local
885 x2 = rects[i].x+rects[i].w;
886 if (x2 & 15) {
887 x2 = (x2 | 15) +1;
902 x2-x1,
/external/skia/src/effects/
H A DSkBicubicImageFilter.cpp132 int x2 = SkClampMax(sx + 1, src.width() - 1); local
140 SkPMColor s20 = *src.getAddr32(x2, y0);
145 SkPMColor s21 = *src.getAddr32(x2, y1);
150 SkPMColor s22 = *src.getAddr32(x2, y2);
155 SkPMColor s23 = *src.getAddr32(x2, y3);
/external/skia/tests/
H A DAAClipTest.cpp174 static void icubicTo(SkPath& path, int x0, int y0, int x1, int y1, int x2, int y2) { argument
177 SkIntToScalar(x2), SkIntToScalar(y2));
/external/tcpdump/
H A Dsmbutil.c93 u_int32_t x, x2; local
96 x2 = ((x & 0xFFFF) << 16) | ((x & 0xFFFF0000) >> 16);
97 return int_unix_date(x2);
535 u_int32_t x1, x2; local
540 x2 = reverse ? EXTRACT_32BITS(buf + 4) :
542 x = (((u_int64_t)x1) << 32) | x2;

Completed in 3859 milliseconds

<<11121314151617181920>>