/external/mesa3d/src/gallium/state_trackers/vega/ |
D | polygon.c | 265 VGfloat min_x, min_y, max_x, max_y; in polygon_fill() local 271 max_x = bounds[0] + bounds[2]; in polygon_fill() 276 min_x, min_y, max_x, max_y); in polygon_fill() 300 renderer_polygon_fill(ctx->renderer, min_x, min_y, max_x, max_y); in polygon_fill() 309 VGfloat max_x = polyarray->max_x; in polygon_array_fill() local 319 min_x, min_y, max_x, max_y); in polygon_array_fill() 349 renderer_polygon_fill(ctx->renderer, min_x, min_y, max_x, max_y); in polygon_array_fill()
|
D | polygon.h | 69 VGfloat min_x, max_x; member
|
D | renderer.h | 136 VGfloat max_x, VGfloat max_y);
|
D | path.c | 324 VGfloat min_x, max_x; in polygon_array_calculate_bounds() local 334 polyarray->max_x = 0.0f; in polygon_array_calculate_bounds() 342 max_x = bounds[0] + bounds[2]; in polygon_array_calculate_bounds() 349 max_x = MAX2(max_x, bounds[0] + bounds[2]); in polygon_array_calculate_bounds() 355 polyarray->max_x = max_x; in polygon_array_calculate_bounds()
|
D | renderer.c | 1129 VGfloat max_x, VGfloat max_y) in renderer_polygon_fill() argument 1133 renderer_quad_pos(renderer, min_x, min_y, max_x, max_y, VG_TRUE); in renderer_polygon_fill()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_textobject.cpp | 194 FX_FLOAT max_x = -10000 * 1.0f; in CalcPositionData() local 224 max_x = std::max(max_x, std::max(char_left, char_right)); in CalcPositionData() 237 max_x = std::max(max_x, static_cast<FX_FLOAT>( in CalcPositionData() 256 max_x = max_x * fontsize / 1000; in CalcPositionData() 264 m_Right = max_x; in CalcPositionData()
|
/external/pdfium/third_party/agg23/ |
D | agg_render_scanlines.h | 25 sl.reset(ras.min_x(), ras.max_x()); in render_scanlines() 26 ren.prepare(unsigned(ras.max_x() - ras.min_x() + 2)); in render_scanlines()
|
D | agg_scanline_u.h | 55 void reset(int min_x, int max_x) in reset() argument 57 unsigned max_len = max_x - min_x + 2; in reset()
|
D | agg_rasterizer_scanline_aa.h | 89 int max_x() const in max_x() function 209 int max_x() const in max_x() function 211 return m_outline.max_x(); in max_x()
|
/external/blktrace/btt/ |
D | btt_plot.py | 153 min_x = max_x = min_y = max_y = None 166 (min_x, max_x, x) = check(min_x, max_x, f[0]) 178 db['max_x'] = max_x
|
/external/ImageMagick/coders/ |
D | sixel.c | 238 int max_x, max_y; in sixel_decode() local 250 max_x = max_y = 0; in sixel_decode() 463 if (max_x < posision_x) { in sixel_decode() 464 max_x = posision_x; in sixel_decode() 487 if (max_x < (posision_x + repeat_count - 1)) { in sixel_decode() 488 max_x = posision_x + repeat_count - 1; in sixel_decode() 508 if (++max_x < attributed_ph) { in sixel_decode() 509 max_x = attributed_ph; in sixel_decode() 515 if (imsx > max_x || imsy > max_y) { in sixel_decode() 516 dmsx = max_x; in sixel_decode()
|
D | exr.c | 151 max_x, in ReadEXRImage() local 202 ImfHeaderDisplayWindow(hdr_info,&min_x,&min_y,&max_x,&max_y); in ReadEXRImage() 203 image->columns=max_x-min_x+1UL; in ReadEXRImage()
|
/external/webp/src/enc/ |
D | predictor_enc.c | 296 const int max_x = GetMin(tile_size, width - start_x); in GetBestPredictorForTile() local 299 const int have_right = (max_x < width - start_x); in GetBestPredictorForTile() 303 const int context_width = max_x + have_left + have_right; in GetBestPredictorForTile() 327 assert(max_x <= (1 << MAX_TRANSFORM_BITS)); in GetBestPredictorForTile() 340 sizeof(*argb) * (max_x + have_left + 1)); in GetBestPredictorForTile() 354 sizeof(*argb) * (max_x + have_left + (y + 1 < height))); in GetBestPredictorForTile() 361 start_x, start_x + max_x, y, max_quantization, exact, in GetBestPredictorForTile() 363 for (relative_x = 0; relative_x < max_x; ++relative_x) { in GetBestPredictorForTile()
|
/external/pdfium/core/fxcrt/ |
D | fx_basic_coords.cpp | 220 FX_FLOAT max_x = pPoints->x; in GetBBox() local 225 max_x = std::max(max_x, pPoints[i].x); in GetBBox() 229 return CFX_FloatRect(min_x, min_y, max_x, max_y); in GetBBox()
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | touch_device.py | 158 max_x = int(result.group(2)) 160 axis_x = AbsAxis(min_x, max_x, resolution_x)
|
D | mtb.py | 856 max_x = max_y = float('-infinity') 862 max_x = max(max_x, x) 867 return (min_x, max_x, min_y, max_y)
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_common.c | 113 int min_x, min_y, max_x, max_y; in radeonUpdateScissor() local 118 max_x = ctx->DrawBuffer->Width - 1; in radeonUpdateScissor() 134 rmesa->state.scissor.rect.x1 = CLAMP(x1, min_x, max_x); in radeonUpdateScissor() 136 rmesa->state.scissor.rect.x2 = CLAMP(x2, min_x, max_x); in radeonUpdateScissor()
|
/external/webp/src/mux/ |
D | muxedit.c | 436 int max_x = 0, max_y = 0; in GetAdjustedCanvasSize() local 450 if (max_x_pos > max_x) max_x = max_x_pos; in GetAdjustedCanvasSize() 453 *width = max_x; in GetAdjustedCanvasSize()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_common.c | 113 int min_x, min_y, max_x, max_y; in radeonUpdateScissor() local 118 max_x = ctx->DrawBuffer->Width - 1; in radeonUpdateScissor() 134 rmesa->state.scissor.rect.x1 = CLAMP(x1, min_x, max_x); in radeonUpdateScissor() 136 rmesa->state.scissor.rect.x2 = CLAMP(x2, min_x, max_x); in radeonUpdateScissor()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_renderstatus.cpp | 434 int min_x, max_x, start_index, end_index; in DrawGouraud() local 437 max_x = (int)FXSYS_ceil(inter_x[1]); in DrawGouraud() 442 max_x = (int)FXSYS_ceil(inter_x[0]); in DrawGouraud() 448 int end_x = max_x; in DrawGouraud() 454 FX_FLOAT r_unit = (r[end_index] - r[start_index]) / (max_x - min_x); in DrawGouraud() 455 FX_FLOAT g_unit = (g[end_index] - g[start_index]) / (max_x - min_x); in DrawGouraud() 456 FX_FLOAT b_unit = (b[end_index] - b[start_index]) / (max_x - min_x); in DrawGouraud()
|
/external/pdfium/core/fxge/agg/ |
D | fx_agg_driver.cpp | 527 rasterizer.max_x() + 1, rasterizer.max_y() + 1); in SetClipMask()
|