Searched refs:y1 (Results 76 - 100 of 720) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_draw_quad.h56 float x0, float y0, float x1, float y1, float z);
H A Du_format_yuv.c555 uint8_t y0, y1, u, v; local
567 y1 = (value >> 24) & 0xff;
573 util_format_yuv_to_rgb_float(y1, u, v, &dst[0], &dst[1], &dst[2]);
588 y1 = (value >> 24) & 0xff;
611 uint8_t y0, y1, u, v; local
623 y1 = (value >> 24) & 0xff;
629 util_format_yuv_to_rgb_8unorm(y1, u, v, &dst[0], &dst[1], &dst[2]);
644 y1 = (value >> 24) & 0xff;
666 uint8_t y0, y1, u, v; local
670 uint8_t y0, y1, u local
727 uint8_t y0, y1, u, v; local
731 uint8_t y0, y1, u0, u1, v0, v1, u, v; local
808 uint8_t y0, y1, u, v; local
864 uint8_t y0, y1, u, v; local
919 uint8_t y0, y1, u, v; local
923 uint8_t y0, y1, u0, u1, v0, v1, u, v; local
980 uint8_t y0, y1, u, v; local
984 uint8_t y0, y1, u0, u1, v0, v1, u, v; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dbezier.c46 left->y1 = bez->y1;
49 left->y2 = bez->y1 + t * (bez->y2 - bez->y1);
64 left->y4 = bez->y1 = left->y3 + t * (bez->y2 - left->y3);
82 first_half->y2 = (bez->y1 + bez->y2) * 0.5;
84 first_half->y1 = bez->y1;
88 first_half->y4 = second_half->y1 =
95 polygon_vertex_append(poly, bez->x1, bez->y1);
166 bezier_init(struct bezier *bez, float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4) argument
[all...]
H A Dpath.c365 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
464 y1 = data[1];
469 map_if_relative(ox, oy, relative, &x1, &y1);
478 matrix_map_point(matrix, x1, y1, &x1, &y1);
481 bezier_init(&bezier, x0, y0, x1, y1,
492 y1 = data[1];
495 map_if_relative(ox, oy, relative, &x1, &y1);
498 py = y1;
501 y2 = (y3 + 2*y1) /
1027 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
1058 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
1088 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
1234 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dbezier.c46 left->y1 = bez->y1;
49 left->y2 = bez->y1 + t * (bez->y2 - bez->y1);
64 left->y4 = bez->y1 = left->y3 + t * (bez->y2 - left->y3);
82 first_half->y2 = (bez->y1 + bez->y2) * 0.5;
84 first_half->y1 = bez->y1;
88 first_half->y4 = second_half->y1 =
95 polygon_vertex_append(poly, bez->x1, bez->y1);
166 bezier_init(struct bezier *bez, float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4) argument
[all...]
H A Dpath.c365 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
464 y1 = data[1];
469 map_if_relative(ox, oy, relative, &x1, &y1);
478 matrix_map_point(matrix, x1, y1, &x1, &y1);
481 bezier_init(&bezier, x0, y0, x1, y1,
492 y1 = data[1];
495 map_if_relative(ox, oy, relative, &x1, &y1);
498 py = y1;
501 y2 = (y3 + 2*y1) /
1027 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
1058 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
1088 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
1234 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DBoxShape.cpp61 float y1 = logicalTop.toFloat(); local
71 if (topCornerMaxY <= bottomCornerMinY && y1 <= topCornerMaxY && y2 >= bottomCornerMinY)
79 if (y1 <= marginBounds.topLeftCorner().maxY() && y2 >= marginBounds.bottomLeftCorner().y())
82 if (y1 <= marginBounds.topRightCorner().maxY() && y2 >= marginBounds.bottomRightCorner().y())
85 if (marginBounds.xInterceptsAtY(y1, minXIntercept, maxXIntercept)) {
/external/fdlibm/
H A De_hypot.c30 * t1*y1+((x-y)*(x-y)+(t1*y2+t2*y))
32 * y1= y with lower 32 bits chopped, y2 = y-y1.
55 double a=x,b=y,t1,t2,y1,y2,w; local
102 y1 = 0;
103 __HI(y1) = hb;
104 y2 = b - y1;
108 w = ieee_sqrt(t1*y1-(w*(-w)-(t1*y2+t2*b)));
/external/chromium_org/third_party/skia/src/core/
H A DSkEdge.h89 SkFDot6 x0, y0, x1, y1;
96 y1 = SkScalarRoundToFDot6(p1.fY, shift);
102 y1 = int(p1.fY * scale);
108 if (y0 > y1) {
110 SkTSwap(y0, y1);
115 int bot = SkFDot6Round(y1);
122 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0);
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dtcd.h93 OPJ_INT32 x0, y0, x1, y1; /* dimension of the code-blocks : left upper corner (x0, y0) right low corner (x1,y1) */ member in struct:opj_tcd_cblk_enc
105 OPJ_INT32 x0, y0, x1, y1; /* position of the code-blocks : left upper corner (x0, y0) right low corner (x1,y1) */ member in struct:opj_tcd_cblk_dec
120 OPJ_INT32 x0, y0, x1, y1; /* dimension of the precinct : left upper corner (x0, y0) right low corner (x1,y1) */ member in struct:opj_tcd_precinct
135 OPJ_INT32 x0, y0, x1, y1; /* dimension of the subband : left upper corner (x0, y0) right low corner (x1,y1) */ member in struct:opj_tcd_band
147 OPJ_INT32 x0, y0, x1, y1; /* dimension of the resolution level : left upper corner (x0, y0) right low corner (x1,y1) */ member in struct:opj_tcd_resolution
158 OPJ_INT32 x0, y0, x1, y1; /* dimension of component : left upper corner (x0, y0) right low corner (x1,y1) */ member in struct:opj_tcd_tilecomp
173 OPJ_INT32 x0, y0, x1, y1; /* dimension of the tile : left upper corner (x0, y0) right low corner (x1,y1) */ member in struct:opj_tcd_tile
[all...]
/external/pixman/test/
H A Dregion-contains-test.c30 printf (" %d %d %d %d\n", box->x1, box->y1, box->x2, box->y2);
61 begin = b->y1;
99 crc32 = compute_crc32_u32 (crc32, box->y1);
120 box.y1 = random_coord (&region, FALSE);
121 box.y2 = box.y1 + prng_rand ();
139 r1 = pixman_region32_contains_point (&region, box.x1, box.y1, &rbox);
143 r3 = pixman_region32_contains_point (&region, box.x2, box.y1, &rbox);
H A Dscaling-test.c263 clip_boxes[i].y1 = prng_rand_n (src_height);
267 clip_boxes[i].y1 + prng_rand_n (src_height - clip_boxes[i].y1);
272 clip_boxes[i].x1, clip_boxes[i].y1,
291 clip_boxes[i].y1 = prng_rand_n (mask_height);
295 clip_boxes[i].y1 + prng_rand_n (mask_height - clip_boxes[i].y1);
300 clip_boxes[i].x1, clip_boxes[i].y1,
318 clip_boxes[i].y1 = prng_rand_n (dst_height);
322 clip_boxes[i].y1
[all...]
/external/pixman/pixman/
H A Dpixman-region.c85 #define GOOD_RECT(rect) ((rect)->x1 < (rect)->x2 && (rect)->y1 < (rect)->y2)
86 #define BAD_RECT(rect) ((rect)->x1 > (rect)->x2 || (rect)->y1 > (rect)->y2)
129 * y coordinate first (y1), and then by left side x coordinate (x1).
132 * band has the same top y coordinate (y1), and each has the same bottom y
139 * the y1 to y2 area spanned by the band), then the rectangle may be broken
174 ((r1)->y2 <= (r2)->y1) || \
175 ((r1)->y1 >= (r2)->y2) ) )
182 ((r)->y1 <= y) )
188 ((r1)->y1 <= (r2)->y1)
658 pixman_region_append_non_o(region_type_t * region, box_type_t * r, box_type_t * r_end, int y1, int y2) argument
1108 pixman_region_intersect_o(region_type_t *region, box_type_t * r1, box_type_t * r1_end, box_type_t * r2, box_type_t * r2_end, int y1, int y2) argument
1260 pixman_region_union_o(region_type_t *region, box_type_t * r1, box_type_t * r1_end, box_type_t * r2, box_type_t * r2_end, int y1, int y2) argument
1470 int y1; local
1831 pixman_region_subtract_o(region_type_t * region, box_type_t * r1, box_type_t * r1_end, box_type_t * r2, box_type_t * r2_end, int y1, int y2) argument
2227 overflow_int_t x1, x2, y1, y2; local
[all...]
H A Dpixman-glyph.c327 extents->x1 = extents->y1 = INT32_MAX;
333 int x1, y1, x2, y2; local
336 y1 = glyphs[i].y - glyph->origin_y;
342 if (y1 < extents->y1)
343 extents->y1 = y1;
387 dest->y1 = MAX (box1->y1, box2->y1);
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format_yuv.c555 uint8_t y0, y1, u, v; local
567 y1 = (value >> 24) & 0xff;
573 util_format_yuv_to_rgb_float(y1, u, v, &dst[0], &dst[1], &dst[2]);
588 y1 = (value >> 24) & 0xff;
611 uint8_t y0, y1, u, v; local
623 y1 = (value >> 24) & 0xff;
629 util_format_yuv_to_rgb_8unorm(y1, u, v, &dst[0], &dst[1], &dst[2]);
644 y1 = (value >> 24) & 0xff;
666 uint8_t y0, y1, u, v; local
670 uint8_t y0, y1, u local
727 uint8_t y0, y1, u, v; local
731 uint8_t y0, y1, u0, u1, v0, v1, u, v; local
808 uint8_t y0, y1, u, v; local
864 uint8_t y0, y1, u, v; local
919 uint8_t y0, y1, u, v; local
923 uint8_t y0, y1, u0, u1, v0, v1, u, v; local
980 uint8_t y0, y1, u, v; local
984 uint8_t y0, y1, u0, u1, v0, v1, u, v; local
[all...]
/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Dviewrtree.tcl108 foreach {rowid x1 x2 y1 y2} $cell break
111 if {$y1 < $ymin} {set ymin $y1}
143 foreach {rowid x1 x2 y1 y2} $cell break
144 set total_area [expr {$total_area + ($x2-$x1)*($y2-$y1)}]
147 set y1 [expr {$y1*$yscale + $yoff}]
150 set id [.c create rectangle $x1 $y1 $x2 $y2]
168 foreach {rowid x1 x2 y1 y2} $cell break
169 set cell_area [expr $cell_area+($x2-$x1)*($y2-$y1)]
[all...]
/external/speex/libspeex/
H A Dltp_arm4.h101 spx_word32_t y0, y1, y2, y3; local
103 y1=*y++;
173 : "+r" (y0), "+r" (y1), "+r" (y2), "+r" (y3),
/external/ceres-solver/internal/ceres/
H A Dpartitioned_matrix_view_test.cc93 Vector y1 = Vector::Zero(pmv_->num_rows()); local
94 pmv_->RightMultiplyE(x1.data(), y1.data());
100 EXPECT_NEAR(y1(i), y2(i), kEpsilon);
113 Vector y1 = Vector::Zero(pmv_->num_rows()); local
114 pmv_->RightMultiplyF(x1.data(), y1.data());
120 EXPECT_NEAR(y1(i), y2(i), kEpsilon);
131 Vector y1 = Vector::Zero(pmv_->num_cols_e()); local
135 pmv_->LeftMultiplyE(x.data(), y1.data());
140 (i < pmv_->num_cols_e()) ? y1(i) : y2(i - pmv_->num_cols_e()),
/external/chromium_org/cc/blink/
H A Dweb_filter_animation_curve_impl.h36 double y1,
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_transfer.h17 unsigned y1; member in struct:nv30_rect
/external/chromium_org/third_party/re2/benchlog/
H A Dmktable80 $y1 = $lasty{$who};
83 if($y1 < 0.05 * $y) {
85 $y1 = 0.05 * $y;
87 printf JGR "newstring x $x1 y $y1 hjl $v : $who\n";
/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-rtti.cpp19 struct Y1 : W1, virtual V1 {} y1; variable in typeref:struct:Y1
/external/clang/test/SemaCXX/
H A Dconverting-constructor.cpp45 void y1() { function
/external/libvpx/libvpx/vp9/common/
H A Dvp9_tapify.py14 x1,y1 = p1
16 if x1==x2 and y1==y2 :
18 return 1/ math.sqrt((x1-x2)*(x1-x2)+(y1-y2)*(y1-y2))
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_transfer.h17 unsigned y1; member in struct:nv30_rect

Completed in 584 milliseconds

1234567891011>>