HomeSort by relevance Sort by last modified time
    Searched refs:y1 (Results 1026 - 1050 of 1250) sorted by null

<<41424344454647484950

  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_driver.c 590 clip[i].y1 = rect->y1;
    [all...]
  /external/opencv/cv/src/
cvmorph.cpp 322 int y0, int y1, int y2 )
329 return CvBaseImageFilter::fill_cyclic_buffer( src, src_step, y0, y1, y2 );
    [all...]
cvshapedescr.cpp 141 double y1 = (pt0.y + pt1.y) * 0.5; local
149 if( icvIntersectLines( x1, dx1, y1, dy1, x2, dx2, y2, dy2, &t ) >= 0 )
    [all...]
cvimgwarp.cpp     [all...]
  /external/skia/tests/
Matrix44Test.cpp 761 SkMScalar y1; member in struct:DoubleRotationCase
777 transform.setRotateDegreesAbout(value.x1, value.y1, value.z1, value.degrees1);
    [all...]
  /frameworks/av/services/camera/libcameraservice/api2/
CameraDeviceClient.cpp 768 int64_t CameraDeviceClient::euclidDistSquare(int32_t x0, int32_t y0, int32_t x1, int32_t y1) {
770 int64_t d1 = y0 - y1;
    [all...]
  /frameworks/minikin/libs/minikin/
Layout.cpp 74 int y1 = std::min(height, y + bmh); local
77 for (int yy = y0; yy < y1; yy++) {
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthWeekEventsView.java 609 int y1 = mHeight; local
616 lines[i++] = y1;
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_state_utils.cpp 306 const int y1 = (*sampledInputYs)[index0]; local
309 return GeometryUtils::getAngle(x1, y1, x2, y2);
    [all...]
  /prebuilts/sdk/current/support/graphics/drawable/libs/
android-support-vectordrawable.jar 
  /external/ImageMagick/MagickCore/
display.c     [all...]
feature.c     [all...]
  /external/opencv3/modules/imgproc/src/
color.cpp     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btConvexHullComputer.cpp 1160 int32_t y1 = v1->point.y; local
1162 while (((t = side ? w1->prev : w1->next) != v1) && (t->point.x == x) && (t->point.y >= y1))
1165 y1 = t->point.y;
    [all...]
  /external/opencv3/modules/ts/src/
ts_perf.cpp 375 int y1 = rng1["y"]; local
379 // it is safe to use x1 and y1 without checks here because we have already
381 double actual_rng1 = getElem(actual, y1, x1, cn1);
384 << argname << " has unexpected value of the ["<< x1 << ":" << y1 << ":" << cn1 <<"] element" << std::endl;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntgdi.h 22 W32KAPI WINBOOL WINAPI NtGdiArcInternal(ARCTYPE arctype,HDC hdc,int x1,int y1,int x2,int y2,int x3,int y3,int x4,int y4);
221 W32KAPI WINBOOL WINAPI NtGdiRoundRect(HDC hdc,int x1,int y1,int x2,int y2,int x3,int y3);
383 W32KAPI WINBOOL WINAPI NtGdiEngLineTo(SURFOBJ *pso,CLIPOBJ *pco,BRUSHOBJ *pbo,LONG x1,LONG y1,LONG x2,LONG y2,RECTL *prclBounds,MIX mix);
    [all...]
wingdi.h     [all...]
  /prebuilts/go/darwin-x86/src/math/
all_test.go 631 var y1 = []float64{ var
    [all...]
  /prebuilts/go/linux-x86/src/math/
all_test.go 631 var y1 = []float64{ var
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/
mtb.py 575 def _calc_distance(self, (x0, y0), (x1, y1)):
578 dist_y = y1 - y0
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
LongArray.java     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp 1776 const float y1 = (float)(y + 1) \/ (float)gridSize; local
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/math/
Matrix4.java     [all...]
  /external/pdfium/xfa/src/fxgraphics/src/
fx_graphics.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java     [all...]

Completed in 2352 milliseconds

<<41424344454647484950