Home
last modified time | relevance | path

Searched defs:ymax (Results 1 – 25 of 42) sorted by relevance

12

/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_scissor.c69 GLint ymax = MAX2(0, ctx->Scissor.ScissorArray[i].Y + ctx->Scissor.ScissorArray[i].Height); in st_update_scissor() local
/third_party/mesa3d/src/intel/common/
Dintel_guardband.h31 float *ymin, float *ymax) in intel_calculate_guardband_size()
/third_party/ffmpeg/libavfilter/
Dvf_find_rect.c37 int xmin, ymin, xmax, ymax; member
155 static float search(FOCContext *foc, int pass, int maxpass, int xmin, int xmax, int ymin, int ymax,… in search()
/third_party/ffmpeg/libavcodec/
Dpcx.c77 int compressed, xmin, ymin, xmax, ymax; in pcx_decode_frame() local
Dmotion_est.h77 int ymax; member
Ddvdsubenc.c304 int ymin = h->rects[0]->y, ymax = ymin + h->rects[0]->h; in encode_dvd_subtitles() local
Dexr.c163 int32_t ymax, ymin; member
1792 int xmin, ymin, xmax, ymax; in decode_header() local
2031 int i, y, ret, ymax; in decode_frame() local
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DWaveformView.java92 float ymax = mOffsetY; in onDraw() local
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dssim.c68 const int ymax = (yo + VP8_SSIM_KERNEL > H - 1) ? H - 1 in SSIMGetClipped_C() local
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Dssim.c68 const int ymax = (yo + VP8_SSIM_KERNEL > H - 1) ? H - 1 in SSIMGetClipped_C() local
/third_party/ffmpeg/libavformat/
Dswfdec.c80 int len, xmin, xmax, ymin, ymax; in swf_probe() local
Dswfenc.c101 int xmin, int xmax, int ymin, int ymax) in put_swf_rect()
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
Dfont_header_table.cc213 void FontHeaderTable::Builder::SetYMax(int32_t ymax) { in SetYMax()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
Dfont_header_table.cc213 void FontHeaderTable::Builder::SetYMax(int32_t ymax) { in SetYMax()
/third_party/skia/src/pdf/
DSkPDFBitmap.cpp50 int ymax = std::min(yOrig + 1, bm.height() - 1); in get_neighbor_avg_color() local
/third_party/flutter/skia/src/pdf/
DSkPDFBitmap.cpp49 int ymax = SkTMin(yOrig + 1, bm.height() - 1); in get_neighbor_avg_color() local
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtph263ppay.c554 unsigned int xmax, ymax, mpi; in gst_rtp_h263p_pay_sink_getcaps() local
/third_party/cups-filters/cupsfilters/
Dimage-private.h125 ymax, /* Maximum input image Y position */ member
/third_party/skia/third_party/externals/libwebp/extras/
Dget_disto.c139 const int ymax = (yo + SSIM_KERNEL > H - 1) ? H - 1 : yo + SSIM_KERNEL; in SSIMGetClipped() local
/third_party/flutter/skia/third_party/externals/libwebp/extras/
Dget_disto.c139 const int ymax = (yo + SSIM_KERNEL > H - 1) ? H - 1 : yo + SSIM_KERNEL; in SSIMGetClipped() local
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/bsd/
DSDL_sysjoystick.c485 static int x, y, xmin = 0xffff, ymin = 0xffff, xmax = 0, ymax = 0; local
/third_party/flutter/skia/third_party/externals/sdl/src/events/
DSDL_gesture.c338 float xmin,xmax,ymin,ymax; in dollarNormalize() local
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
DFontHeaderTable.java612 public void setYMax(int ymax) { in setYMax()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
DFontHeaderTable.java612 public void setYMax(int ymax) { in setYMax()
/third_party/mesa3d/src/mesa/main/
Dimage.c643 GLint xmax, GLint ymax, in _mesa_clip_to_region()

12