/external/mesa3d/src/gallium/state_trackers/vega/ |
polygon.h | 69 VGfloat min_x, max_x; member in struct:polygon_array
|
polygon.c | 265 VGfloat min_x, min_y, max_x, max_y; local 271 max_x = bounds[0] + bounds[2]; 276 min_x, min_y, max_x, max_y); 300 renderer_polygon_fill(ctx->renderer, min_x, min_y, max_x, max_y); 309 VGfloat max_x = polyarray->max_x; local 319 min_x, min_y, max_x, max_y); 349 renderer_polygon_fill(ctx->renderer, min_x, min_y, max_x, max_y);
|
path.c | 324 VGfloat min_x, max_x; local 334 polyarray->max_x = 0.0f; 342 max_x = bounds[0] + bounds[2]; 349 max_x = MAX2(max_x, bounds[0] + bounds[2]); 355 polyarray->max_x = max_x; [all...] |
/external/ceres-solver/internal/ceres/ |
polynomial_test.cc | 253 double max_x = 1.0; local 254 MinimizePolynomial(polynomial, min_x, max_x, &optimal_x, &optimal_value); 257 EXPECT_LE(optimal_x, max_x); 271 double max_x = 1.0; local 272 MinimizePolynomial(polynomial, min_x, max_x, &optimal_x, &optimal_value); 291 double max_x = 2.0; local 292 MinimizePolynomial(polynomial, min_x, max_x, &optimal_x, &optimal_value); 297 max_x = 1.0; 298 MinimizePolynomial(polynomial, min_x, max_x, &optimal_x, &optimal_value); 303 max_x = 3.0 [all...] |
/external/opencv3/modules/imgproc/test/ |
test_approxpoly.cpp | 127 int max_x = INT_MIN, max_y = INT_MIN, min_x = INT_MAX, min_y = INT_MAX; local 153 max_x = MAX( max_x, pt.x ); 160 *d = (max_x - min_x)*(max_x - min_x) + (max_y - min_y)*(max_y - min_y);
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_common.c | 113 int min_x, min_y, max_x, max_y; local 118 max_x = ctx->DrawBuffer->Width - 1; 134 rmesa->state.scissor.rect.x1 = CLAMP(x1, min_x, max_x); 136 rmesa->state.scissor.rect.x2 = CLAMP(x2, min_x, max_x);
|
/external/opencv3/3rdparty/libwebp/mux/ |
muxedit.c | 475 int max_x = 0; local 489 if (max_x_pos > max_x) max_x = max_x_pos; 493 *width = max_x; 499 if ((flags & FRAGMENTS_FLAG) && (image_area != (max_x * max_y))) {
|
/external/pdfium/third_party/agg23/ |
agg_rasterizer_scanline_aa.h | 89 int max_x() const function in class:agg::outline_aa 209 int max_x() const function in class:agg::rasterizer_scanline_aa 211 return m_outline.max_x();
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
fpdf_page.cpp | 399 FX_FLOAT max_x = -10000 * 1.0f; local 440 if (max_x < char_left) { 441 max_x = char_left; 446 if (max_x < char_right) { 447 max_x = char_right; 462 if (max_x < char_rect.left) { 463 max_x = (FX_FLOAT)char_rect.left; 468 if (max_x < char_rect.right) { 469 max_x = (FX_FLOAT)char_rect.right; 501 max_x = max_x * fontsize / 1000 [all...] |
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
fpdf_render_pattern.cpp | 375 int min_x, max_x, start_index, end_index; local 378 max_x = (int)FXSYS_ceil(inter_x[1]); 383 max_x = (int)FXSYS_ceil(inter_x[0]); 387 int start_x = min_x, end_x = max_x; 396 FX_FLOAT r_unit = (r[end_index] - r[start_index]) / (max_x - min_x); 397 FX_FLOAT g_unit = (g[end_index] - g[start_index]) / (max_x - min_x); 398 FX_FLOAT b_unit = (b[end_index] - b[start_index]) / (max_x - min_x); [all...] |
/external/webp/src/dsp/ |
lossless_enc.c | 565 const int max_x = GetMin(tile_size, width - col_start); local 587 for (x = 0; x < max_x; ++x) { [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/ |
XInput.h | 709 int max_x; member in struct:__anon36797 [all...] |
XIproto.h | 1305 INT32 max_x B32; 1387 INT32 max_x; member in struct:__anon36920 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/ |
XInput.h | 709 int max_x; member in struct:__anon38657 [all...] |
XIproto.h | 1305 INT32 max_x B32; 1387 INT32 max_x; member in struct:__anon38778 [all...] |
/hardware/ti/omap4-aah/kernel-headers-ti/video/ |
dsscomp.h | 207 __u8 max_x; member in struct:dss2_decim
|