/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_atom_scissor.c | 69 GLint ymax = MAX2(0, ctx->Scissor.ScissorArray[i].Y + ctx->Scissor.ScissorArray[i].Height); 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 | 77 int ymax; member
|
H A D | dvdsubenc.c | 291 int ymin = h->rects[0]->y, ymax = ymin + h->rects[0]->h; in encode_dvd_subtitles() local
|
H A D | motion_est.c | 1263 const int ymax= c->ymax<<shift; bidir_refine() local 1400 int mx, my, xmin, xmax, ymin, ymax; direct_search() local [all...] |
H A D | exr.c | 164 int32_t ymax, ymin; member 1798 int xmin, ymin, xmax, ymax; in decode_header() local 2044 int i, y, ret, ymax; decode_frame() 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/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...] |
H A D | vsrc_testsrc.c | 861 unsigned ymax = av_rescale(7, s->h, 8); in test2_fill_picture() local
|
/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/cups-filters/cupsfilters/ |
H A D | image-private.h | 125 ymax, /* Maximum input image Y position */ member
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | ssim.c | 68 const int ymax = (yo + VP8_SSIM_KERNEL > H - 1) ? H - 1 in SSIMGetClipped_C() local
|
/third_party/skia/src/pdf/ |
H A D | SkPDFBitmap.cpp | 50 int ymax = std::min(yOrig + 1, bm.height() - 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 | 213 void FontHeaderTable::Builder::SetYMax(int32_t ymax) { in SetYMax() 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 | 217 int ymax; /* Y-axis coordinate maximum value member
|
/third_party/mesa3d/src/imgui/ |
H A D | imstb_textedit.h | 366 float ymin,ymax; // height of row above and below baseline 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/imgui/ |
H A D | imstb_textedit.h | 368 float ymin,ymax; // height of row above and below baseline member
|
/third_party/skia/third_party/externals/libwebp/extras/ |
H A D | get_disto.c | 139 const int ymax = (yo + SSIM_KERNEL > H - 1) ? H - 1 : yo + SSIM_KERNEL; in SSIMGetClipped() local
|
/foundation/window/window_manager/utils/include/ |
H A D | window_helper.h | 453 int32_t ymax = MathHelper::Max(a.y_, b.y_, c.y_, d.y_); in TransformRect() local
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/ |
H A D | FontHeaderTable.java | 612 public void setYMax(int ymax) { in setYMax() argument
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_setup.c | 1316 const int ymax = ymin + (int) size; in sp_setup_point() local
|