HomeSort by relevance Sort by last modified time
    Searched defs:max_x (Results 1 - 15 of 15) sorted by null

  /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/ImageMagick/coders/
exr.c 155 max_x,
206 ImfHeaderDisplayWindow(hdr_info,&min_x,&min_y,&max_x,&max_y);
207 image->columns=max_x-min_x+1UL;
151 max_x, local
sixel.c 240 int max_x, max_y;
252 max_x = max_y = 0;
465 if (max_x < posision_x) {
466 max_x = posision_x;
489 if (max_x < (posision_x + repeat_count - 1)) {
490 max_x = posision_x + repeat_count - 1;
510 if (++max_x < attributed_ph) {
511 max_x = attributed_ph;
517 if (imsx > max_x || imsy > max_y) {
518 dmsx = max_x;
238 int max_x, max_y; local
    [all...]
  /external/pdfium/core/fpdfapi/page/
cpdf_textobject.cpp 194 FX_FLOAT max_x = -10000 * 1.0f; local
224 max_x = std::max(max_x, std::max(char_left, char_right));
237 max_x = std::max(max_x, static_cast<FX_FLOAT>(
256 max_x = max_x * fontsize / 1000;
264 m_Right = max_x;
  /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/webp/src/mux/
muxedit.c 436 int max_x = 0, max_y = 0; local
450 if (max_x_pos > max_x) max_x = max_x_pos;
453 *width = max_x;
  /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/webp/src/enc/
predictor_enc.c 296 const int max_x = GetMin(tile_size, width - start_x); local
299 const int have_right = (max_x < width - start_x);
303 const int context_width = max_x + have_left + have_right;
327 assert(max_x <= (1 << MAX_TRANSFORM_BITS));
340 sizeof(*argb) * (max_x + have_left + 1));
354 sizeof(*argb) * (max_x + have_left + (y + 1 < height)));
361 start_x, start_x + max_x, y, max_quantization, exact,
363 for (relative_x = 0; relative_x < max_x; ++relative_x) {
  /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:__anon46634
    [all...]
XIproto.h 1305 INT32 max_x B32;
1387 INT32 max_x; member in struct:__anon46757
    [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:__anon48497
    [all...]
XIproto.h 1305 INT32 max_x B32;
1387 INT32 max_x; member in struct:__anon48618
    [all...]
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp 434 int min_x, max_x, start_index, end_index; local
437 max_x = (int)FXSYS_ceil(inter_x[1]);
442 max_x = (int)FXSYS_ceil(inter_x[0]);
448 int end_x = max_x;
454 FX_FLOAT r_unit = (r[end_index] - r[start_index]) / (max_x - min_x);
455 FX_FLOAT g_unit = (g[end_index] - g[start_index]) / (max_x - min_x);
456 FX_FLOAT b_unit = (b[end_index] - b[start_index]) / (max_x - min_x);
    [all...]

Completed in 590 milliseconds