Home
last modified time | relevance | path

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

12

/external/mesa3d/src/mesa/swrast/
Ds_points.c195 GLint xmin, xmax, ymin, ymax, iy; in sprite_point() local
315 const GLint ymax = (GLint) (y + radius); in smooth_point() local
411 GLint xmin, xmax, ymin, ymax, ix, iy; in large_point() local
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_scissor.c59 GLint ymax = MAX2(0, ctx->Scissor.Y + ctx->Scissor.Height); in update_scissor() local
Dst_cb_bitmap.c92 GLint xmin, ymin, xmax, ymax; member
/external/libdrm/tests/planetest/
Dbo.c26 uint32_t i, j, xmax = x + width, ymax = y + height; in draw_rect_yuv() local
61 uint32_t i, j, xmax = x + width, ymax = y + height; in draw_rect() local
/external/opencv3/modules/imgproc/src/
Dgabor.cpp57 int xmin, xmax, ymin, ymax; in getGaborKernel() local
Dshapedescr.cpp489 int xmin = 0, ymin = 0, xmax = -1, ymax = -1, i; in pointSetBoundingRect() local
608 int xmin = size.width, ymin = -1, xmax = -1, ymax = -1, i, j, k; in maskBoundingRect() local
/external/opencv3/modules/cudawarping/test/
Dinterpolation.hpp110 const float ymax = floorf(y + 2.0f); in getValue() local
/external/pdfium/third_party/agg23/
Dagg_renderer_base.h80 int ymax() const in ymax() function
/external/opencv3/modules/cudastereo/src/cuda/
Ddisparity_bilateral_filter.cu99 const int ymax = ::min(h - 1, y + cradius); in disp_bilateral_filter() local
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_logging.h111 figure, name, value, ylow, yhigh, error_title, ymax, limit_title, flow_id) argument
220 figure, name, value, ylow, yhigh, error_title, ymax, limit_title, flow_id) \ argument
Dbwe_test_logging.cc166 double ymax, in PlotLimitErrorBar()
/external/opencv3/doc/pattern_tools/
Dsvgfig.py702 def window(xmin, xmax, ymin, ymax, x=0, y=0, width=100, height=100, argument
897 def __init__(self, xmin, xmax, ymin, ymax, *d, **kwds): argument
971 def __init__(self, xmin, xmax, ymin, ymax, *d, **kwds): argument
3306 def __init__(self, ymin, ymax, atx=0, ticks=-10, miniticks=True, labels=True, logbase=None, argument
3359 def __init__(self, xmin, xmax, ymin, ymax, atx=0, aty=0, argument
3486 …def __init__(self, ymin, ymax, low, high, ticks=-10, miniticks=False, logbase=None, mini_attr={}, … argument
3537 …def __init__(self, xmin, xmax, ymin, ymax, ticks=-10, miniticks=False, logbase=None, mini_attr={},… argument
/external/sfntly/cpp/src/sfntly/table/core/
Dfont_header_table.cc213 void FontHeaderTable::Builder::SetYMax(int32_t ymax) { in SetYMax()
/external/libvncserver/examples/android/jni/
Dfbvncserver.c59 static int ymin, ymax; variable
/external/webp/src/enc/
Dfilter.c127 const int ymax = (yo + KERNEL > H - 1) ? H - 1 : yo + KERNEL; in VP8SSIMAccumulate() local
/external/libopus/celt/
Dpitch.c307 opus_val32 xmax, ymax; in pitch_search() local
/external/opencv3/modules/core/include/opencv2/core/cuda/
Dfilters.hpp155 const float ymax = ::floorf(y + 2.0f); in operator ()() local
/external/opencv3/modules/features2d/src/
Dmser.cpp216 int xmin = INT_MAX, ymin = INT_MAX, xmax = INT_MIN, ymax = INT_MIN, j = 0; in checkAndCapture() local
996 int xmin = INT_MAX, ymin = INT_MAX, xmax = INT_MIN, ymax = INT_MIN; in extractMSER_8uC3() local
/external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/
Dinterpolation.hpp190 const float ymax = ::floorf(y + 2.0f); in operator ()() local
/external/skia/src/pdf/
DSkPDFBitmap.cpp121 int ymax = SkTMin(yOrig + 1, bm.height() - 1); in get_neighbor_avg_color() local
/external/opencv3/modules/cudaoptflow/src/cuda/
Dtvl1flow.cu126 const int ymax = ::floorf(wy + 2.0f); in warpBackwardKernel() local
/external/mesa3d/src/gallium/state_trackers/vega/
Dbezier.c586 float ymax = bez->y1; in bezier_bounds() local
/external/libvncserver/libvncserver/
Drfbregion.c588 int xmin=((unsigned int)(int)-1)>>1,ymin=xmin,xmax=1-xmin,ymax=xmax; in sraRgnBBox() local
/external/mesa3d/src/mesa/main/
Dimage.c741 GLint xmax, GLint ymax, in _mesa_clip_to_region()
/external/opencv3/3rdparty/libwebp/enc/
Dfilter.c255 const int ymax = (yo + KERNEL > H - 1) ? H - 1 : yo + KERNEL; in VP8SSIMAccumulate() local

12