/external/mesa3d/src/mesa/swrast/ |
D | s_points.c | 195 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/ |
D | st_atom_scissor.c | 59 GLint ymax = MAX2(0, ctx->Scissor.Y + ctx->Scissor.Height); in update_scissor() local
|
D | st_cb_bitmap.c | 92 GLint xmin, ymin, xmax, ymax; member
|
/external/libdrm/tests/planetest/ |
D | bo.c | 26 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/ |
D | gabor.cpp | 57 int xmin, xmax, ymin, ymax; in getGaborKernel() local
|
D | shapedescr.cpp | 489 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/ |
D | interpolation.hpp | 110 const float ymax = floorf(y + 2.0f); in getValue() local
|
/external/pdfium/third_party/agg23/ |
D | agg_renderer_base.h | 80 int ymax() const in ymax() function
|
/external/opencv3/modules/cudastereo/src/cuda/ |
D | disparity_bilateral_filter.cu | 99 const int ymax = ::min(h - 1, y + cradius); in disp_bilateral_filter() local
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
D | bwe_test_logging.h | 111 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
|
D | bwe_test_logging.cc | 166 double ymax, in PlotLimitErrorBar()
|
/external/opencv3/doc/pattern_tools/ |
D | svgfig.py | 702 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/ |
D | font_header_table.cc | 213 void FontHeaderTable::Builder::SetYMax(int32_t ymax) { in SetYMax()
|
/external/libvncserver/examples/android/jni/ |
D | fbvncserver.c | 59 static int ymin, ymax; variable
|
/external/webp/src/enc/ |
D | filter.c | 127 const int ymax = (yo + KERNEL > H - 1) ? H - 1 : yo + KERNEL; in VP8SSIMAccumulate() local
|
/external/libopus/celt/ |
D | pitch.c | 307 opus_val32 xmax, ymax; in pitch_search() local
|
/external/opencv3/modules/core/include/opencv2/core/cuda/ |
D | filters.hpp | 155 const float ymax = ::floorf(y + 2.0f); in operator ()() local
|
/external/opencv3/modules/features2d/src/ |
D | mser.cpp | 216 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/ |
D | interpolation.hpp | 190 const float ymax = ::floorf(y + 2.0f); in operator ()() local
|
/external/skia/src/pdf/ |
D | SkPDFBitmap.cpp | 121 int ymax = SkTMin(yOrig + 1, bm.height() - 1); in get_neighbor_avg_color() local
|
/external/opencv3/modules/cudaoptflow/src/cuda/ |
D | tvl1flow.cu | 126 const int ymax = ::floorf(wy + 2.0f); in warpBackwardKernel() local
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | bezier.c | 586 float ymax = bez->y1; in bezier_bounds() local
|
/external/libvncserver/libvncserver/ |
D | rfbregion.c | 588 int xmin=((unsigned int)(int)-1)>>1,ymin=xmin,xmax=1-xmin,ymax=xmax; in sraRgnBBox() local
|
/external/mesa3d/src/mesa/main/ |
D | image.c | 741 GLint xmax, GLint ymax, in _mesa_clip_to_region()
|
/external/opencv3/3rdparty/libwebp/enc/ |
D | filter.c | 255 const int ymax = (yo + KERNEL > H - 1) ? H - 1 : yo + KERNEL; in VP8SSIMAccumulate() local
|