/third_party/mesa3d/src/mesa/state_tracker/ |
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
|
/third_party/mesa3d/src/intel/common/ |
D | intel_guardband.h | 31 float *ymin, float *ymax) in intel_calculate_guardband_size()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_find_rect.c | 37 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/ |
D | pcx.c | 77 int compressed, xmin, ymin, xmax, ymax; in pcx_decode_frame() local
|
D | motion_est.h | 77 int ymax; member
|
D | dvdsubenc.c | 304 int ymin = h->rects[0]->y, ymax = ymin + h->rects[0]->h; in encode_dvd_subtitles() local
|
D | exr.c | 163 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/ |
D | WaveformView.java | 92 float ymax = mOffsetY; in onDraw() local
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | ssim.c | 68 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/ |
D | ssim.c | 68 const int ymax = (yo + VP8_SSIM_KERNEL > H - 1) ? H - 1 in SSIMGetClipped_C() local
|
/third_party/ffmpeg/libavformat/ |
D | swfdec.c | 80 int len, xmin, xmax, ymin, ymax; in swf_probe() local
|
D | swfenc.c | 101 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/ |
D | font_header_table.cc | 213 void FontHeaderTable::Builder::SetYMax(int32_t ymax) { in SetYMax()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/ |
D | font_header_table.cc | 213 void FontHeaderTable::Builder::SetYMax(int32_t ymax) { in SetYMax()
|
/third_party/skia/src/pdf/ |
D | SkPDFBitmap.cpp | 50 int ymax = std::min(yOrig + 1, bm.height() - 1); in get_neighbor_avg_color() local
|
/third_party/flutter/skia/src/pdf/ |
D | SkPDFBitmap.cpp | 49 int ymax = SkTMin(yOrig + 1, bm.height() - 1); in get_neighbor_avg_color() local
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtph263ppay.c | 554 unsigned int xmax, ymax, mpi; in gst_rtp_h263p_pay_sink_getcaps() local
|
/third_party/cups-filters/cupsfilters/ |
D | image-private.h | 125 ymax, /* Maximum input image Y position */ member
|
/third_party/skia/third_party/externals/libwebp/extras/ |
D | get_disto.c | 139 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/ |
D | get_disto.c | 139 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/ |
D | SDL_sysjoystick.c | 485 static int x, y, xmin = 0xffff, ymin = 0xffff, xmax = 0, ymax = 0; local
|
/third_party/flutter/skia/third_party/externals/sdl/src/events/ |
D | SDL_gesture.c | 338 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/ |
D | FontHeaderTable.java | 612 public void setYMax(int ymax) { in setYMax()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/ |
D | FontHeaderTable.java | 612 public void setYMax(int ymax) { in setYMax()
|
/third_party/mesa3d/src/mesa/main/ |
D | image.c | 643 GLint xmax, GLint ymax, in _mesa_clip_to_region()
|