/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_atom_scissor.c | 68 GLint xmax = MAX2(0, ctx->Scissor.ScissorArray[i].X + ctx->Scissor.ScissorArray[i].Width); in st_update_scissor() local
|
H A D | st_context.h | 63 GLint xmin, ymin, xmax, ymax; member
|
/third_party/ffmpeg/libavcodec/ |
H A D | pcx.c | 77 int compressed, xmin, ymin, xmax, ymax; in pcx_decode_frame() local
|
H A D | motion_est.h | 75 int xmax; member
|
H A D | dvdsubenc.c | 290 int xmin = h->rects[0]->x, xmax = xmin + h->rects[0]->w; in encode_dvd_subtitles() local
|
H A D | motion_est.c | 1262 const int xmax= c->xmax<<shift; bidir_refine() local 1400 int mx, my, xmin, xmax, ymin, ymax; direct_search() local [all...] |
/third_party/mesa3d/src/intel/common/ |
H A D | intel_guardband.h | 27 intel_calculate_guardband_size(uint32_t x_min, uint32_t x_max, uint32_t y_min, uint32_t y_max, float m00, float m11, float m30, float m31, float *xmin, float *xmax, float *ymin, float *ymax) intel_calculate_guardband_size() argument
|
/third_party/glfw/examples/ |
H A D | gears.c | 251 GLfloat xmax, znear, zfar; in reshape() local
|
/third_party/libsnd/src/GSM610/ |
H A D | rpe.c | 255 int16_t xmax, xmaxc, temp, temp1, temp2 ; in APCM_quantization() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
H A D | discrete_distribution.h | 73 explicit param_type(size_t nw, double xmin, double xmax, in param_type() argument 123 explicit discrete_distribution(size_t nw, double xmin, double xmax, in discrete_distribution() argument
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_find_rect.c | 37 int xmin, ymin, xmax, ymax; member 146 static float search(FOCContext *foc, int pass, int maxpass, int xmin, int xmax, int ymin, int ymax, int *best_x, int *best_y, float best_score) in search() argument [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | swfenc.c | 102 put_swf_rect(AVIOContext *pb, int xmin, int xmax, int ymin, int ymax) put_swf_rect() argument
|
H A D | swfdec.c | 81 int len, xmin, xmax, ymin, ymax; in swf_probe() local
|
/third_party/alsa-lib/src/control/ |
H A D | control_ext.c | 160 int64_t xmin, xmax, xstep; in snd_ctl_ext_elem_info() local
|
/third_party/backends/sanei/ |
H A D | sanei_ab306.c | 435 int lcnt, pcnt, bcnt, xmax; in sanei_ab306_rdata() local
|
/third_party/cups-filters/cupsfilters/ |
H A D | image-private.h | 124 xmax, /* Maximum input image X position */ member
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | ssim.c | 71 const int xmax = (xo + VP8_SSIM_KERNEL > W - 1) ? W - 1 in SSIMGetClipped_C() local
|
/third_party/skia/src/pdf/ |
H A D | SkPDFBitmap.cpp | 52 int xmax = std::min(xOrig + 1, bm.width() - 1); in get_neighbor_avg_color() local
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/ |
H A D | font_header_table.cc | 205 void FontHeaderTable::Builder::SetXMax(int32_t xmax) { in SetXMax() argument
|
/third_party/backends/backend/ |
H A D | hs2p.c | 2638 int i, nwin, id, xres, yres, xmax, ymax; in set_window_data() local
|
H A D | coolscan.h | 214 int xmax; /* X-axis coordinate maximum value member
|
/third_party/mesa3d/src/mesa/main/ |
H A D | image.c | 642 _mesa_clip_to_region(GLint xmin, GLint ymin, GLint xmax, GLint ymax, GLint *x, GLint *y, GLsizei *width, GLsizei *height ) _mesa_clip_to_region() argument
|
/third_party/skia/third_party/externals/libwebp/extras/ |
H A D | get_disto.c | 141 const int xmax = (xo + SSIM_KERNEL > W - 1) ? W - 1 : xo + SSIM_KERNEL; in SSIMGetClipped() local
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/ |
H A D | FontHeaderTable.java | 604 public void setXMax(int xmax) { in setXMax() argument
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_setup.c | 1315 const int xmax = xmin + (int) size; in sp_setup_point() local
|