Home
last modified time | relevance | path

Searched defs:ymax (Results 1 - 25 of 31) sorted by relevance

12

/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_scissor.c69 GLint ymax = MAX2(0, ctx->Scissor.ScissorArray[i].Y + ctx->Scissor.ScissorArray[i].Height); in st_update_scissor() local
H A Dst_context.h63 GLint xmin, ymin, xmax, ymax; member
/third_party/ffmpeg/libavcodec/
H A Dpcx.c77 int compressed, xmin, ymin, xmax, ymax; in pcx_decode_frame() local
H A Dmotion_est.h77 int ymax; member
H A Ddvdsubenc.c291 int ymin = h->rects[0]->y, ymax = ymin + h->rects[0]->h; in encode_dvd_subtitles() local
H A Dmotion_est.c1263 const int ymax= c->ymax<<shift; bidir_refine() local
1400 int mx, my, xmin, xmax, ymin, ymax; direct_search() local
[all...]
H A Dexr.c164 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 Dintel_guardband.h27 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 Dvf_find_rect.c37 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 Dvsrc_testsrc.c861 unsigned ymax = av_rescale(7, s->h, 8); in test2_fill_picture() local
/third_party/ffmpeg/libavformat/
H A Dswfenc.c102 put_swf_rect(AVIOContext *pb, int xmin, int xmax, int ymin, int ymax) put_swf_rect() argument
H A Dswfdec.c81 int len, xmin, xmax, ymin, ymax; in swf_probe() local
/third_party/cups-filters/cupsfilters/
H A Dimage-private.h125 ymax, /* Maximum input image Y position */ member
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dssim.c68 const int ymax = (yo + VP8_SSIM_KERNEL > H - 1) ? H - 1 in SSIMGetClipped_C() local
/third_party/skia/src/pdf/
H A DSkPDFBitmap.cpp50 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 Dfont_header_table.cc213 void FontHeaderTable::Builder::SetYMax(int32_t ymax) { in SetYMax() argument
/third_party/backends/backend/
H A Dhs2p.c2638 int i, nwin, id, xres, yres, xmax, ymax; in set_window_data() local
H A Dcoolscan.h217 int ymax; /* Y-axis coordinate maximum value member
/third_party/mesa3d/src/imgui/
H A Dimstb_textedit.h366 float ymin,ymax; // height of row above and below baseline member
/third_party/mesa3d/src/mesa/main/
H A Dimage.c642 _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 Dimstb_textedit.h368 float ymin,ymax; // height of row above and below baseline member
/third_party/skia/third_party/externals/libwebp/extras/
H A Dget_disto.c139 const int ymax = (yo + SSIM_KERNEL > H - 1) ? H - 1 : yo + SSIM_KERNEL; in SSIMGetClipped() local
/foundation/window/window_manager/utils/include/
H A Dwindow_helper.h453 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 DFontHeaderTable.java612 public void setYMax(int ymax) { in setYMax() argument
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_setup.c1316 const int ymax = ymin + (int) size; in sp_setup_point() local

Completed in 33 milliseconds

12