Home
last modified time | relevance | path

Searched refs:getY (Results 1 – 25 of 37) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/samples/multi_window/
DMultiWindow.cpp80 int baseY = rootWindow.osWindow->getY(); in initialize()
111 int top = rootWindow->getY(); in draw()
112 int bottom = rootWindow->getY() + rootWindow->getHeight(); in draw()
119 top = std::min(top, window->getY()); in draw()
120 bottom = std::max(bottom, window->getY() + window->getHeight()); in draw()
141 static_cast<float>(window->getY() + window->getHeight()), in draw()
142 static_cast<float>(window->getY()), 0.0f, 1.0f); in draw()
/third_party/flutter/skia/third_party/externals/angle2/samples/multi_window/
DMultiWindow.cpp80 int baseY = rootWindow.osWindow->getY(); in initialize()
111 int top = rootWindow->getY(); in draw()
112 int bottom = rootWindow->getY() + rootWindow->getHeight(); in draw()
119 top = std::min(top, window->getY()); in draw()
120 bottom = std::max(bottom, window->getY() + window->getHeight()); in draw()
141 static_cast<float>(window->getY() + window->getHeight()), in draw()
142 static_cast<float>(window->getY()), 0.0f, 1.0f); in draw()
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/3.8/2_ecmsscript_private_fields/
D2_ecmsscript_private_fields_2.ts33 getY() { method in Dtu
41 Assert.equal(20, dt.getY());
/third_party/skia/modules/svg/src/
DSkSVGFeLighting.cpp112 this->resolveXYZ(ctx, fctx, light->getX(), light->getY(), light->getZ()), in makePointLight()
128 this->resolveXYZ(ctx, fctx, light->getX(), light->getY(), light->getZ()), in makeSpotLight()
165 this->resolveXYZ(ctx, fctx, light->getX(), light->getY(), light->getZ()), in makePointLight()
180 this->resolveXYZ(ctx, fctx, light->getX(), light->getY(), light->getZ()), in makeSpotLight()
/third_party/flutter/skia/platform_tools/android/apps/arcore/src/main/java/org/skia/arcore/
DHelloArActivity.java119 … toEdit = JniInterface.onTouchedFirst(mNativeApplication, e.getX(), e.getY(), mDrawMode); in onCreate()
123 Y = e.getY(); in onCreate()
124 contextView.showContextMenu(e.getX(), e.getY()); in onCreate()
131 … JniInterface.onTouchTranslate(mNativeApplication, e2.getX(), e2.getY()); in onCreate()
/third_party/skia/third_party/externals/angle2/samples/WindowTest/
DWindowTest.cpp124 if (window->getX() != x || window->getY() != y) in main()
129 std::cout << "Y: " << y << " vs. " << window->getY() << std::endl; in main()
/third_party/flutter/skia/third_party/externals/angle2/samples/WindowTest/
DWindowTest.cpp124 if (window->getX() != x || window->getY() != y) in main()
129 std::cout << "Y: " << y << " vs. " << window->getY() << std::endl; in main()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/java/com/google/oboe/samples/rhythmgame/
DGameSurfaceView.java59 native_onTouchInput(0, e.getEventTime(), (int)e.getX(), (int)e.getY()); in onTouchEvent()
/third_party/flutter/skia/third_party/externals/angle2/util/
DOSWindow.h32 int getY() const;
DOSWindow.cpp359 int OSWindow::getY() const in getY() function in OSWindow
/third_party/flutter/skia/tests/
DVkYcbcrSamplerTest.cpp23 static int getY(size_t x, size_t y) { in getY() function
274 bufferData[y * yLayout.rowPitch + x] = getY(x, y); in createI420Image()
384 float yChannel = (static_cast<float>(getY(x, y)) - 16.0) / 219.0; in DEF_GPUTEST()
/third_party/skia/third_party/externals/angle2/util/
DOSWindow.h33 int getY() const;
DOSWindow.cpp372 int OSWindow::getY() const in getY() function in OSWindow
/third_party/flutter/txt/src/minikin/
DLayout.h103 float getY(int i) const;
/third_party/flutter/engine/flutter/third_party/txt/src/minikin/
DLayout.h103 float getY(int i) const;
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/
DCubeActivity.java127 mCurrentDrag = normalVec(e.getX(), e.getY()); in startDrag()
133 v = normalVec(e.getX(), e.getY()); // new drag position in drag()
/third_party/node/deps/npm/node_modules/ecc-jsbn/lib/
Dec.js247 ECPointFp.prototype.getY = pointFpGetY; method in ECPointFp
325 var yHex = p.getY().toBigInteger().toString(16);
397 if(p.getY().toBigInteger().isEven()) yPrefix = "02";
/third_party/flutter/skia/third_party/externals/sdl/android-project/src/org/libsdl/app/
DSDLActivity.java1313 SDLActivity.onNativeMouse(mouseButton, action, event.getX(0), event.getY(0)); in onTouch()
1320 y = event.getY(i) / mHeight; in onTouch()
1344 y = event.getY(i) / mHeight; in onTouch()
1358 y = event.getY(i) / mHeight; in onTouch()
1725 y = event.getY(0); in onGenericMotion()
/third_party/flatbuffers/samples/
DSampleBinary.php88 $success &= assert($monster->getPos()->getY() == 2.0);
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DRBManagerGUI.java572 int selRow = jTreeDisplay.getRowForLocation(ev.getX(), ev.getY()); in mousePopup()
573 TreePath selPath = jTreeDisplay.getPathForLocation(ev.getX(), ev.getY()); in mousePopup()
599 popupMenu.show(ev.getComponent(), ev.getX(), ev.getY()); in mousePopup()
603 int selRow = projectTree.getRowForLocation(ev.getX(), ev.getY()); in mousePopup()
604 TreePath selPath = projectTree.getPathForLocation(ev.getX(), ev.getY()); in mousePopup()
620 popupMenu.show(ev.getComponent(), ev.getX(), ev.getY()); in mousePopup()
635 popupMenu.show(ev.getComponent(), ev.getX(), ev.getY()); in mousePopup()
647 popupMenu.show(ev.getComponent(), ev.getX(), ev.getY()); in mousePopup()
/third_party/flutter/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
DViewerActivity.java145 final float y = event.getY(i); in onTouch()
/third_party/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
DViewerActivity.java145 final float y = event.getY(i); in onTouch()
/third_party/skia/src/effects/imagefilters/
DSkDisplacementMapImageFilter.cpp88 unsigned getY(SkColor c) const { return (c >> fShiftY) & 0xFF; } in getY() function
217 SkScalar displY = scaleForColor.fY * ex.getY(c) + scaleAdj.fY; in compute_displacement()
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/android/
DAndroidTouchProcessor.java200 packet.putDouble(event.getY(pointerIndex)); // physical_y in addPointerForIndex()
/third_party/flutter/skia/src/effects/imagefilters/
DSkDisplacementMapEffect.cpp90 unsigned getY(SkColor c) const { return (c >> fShiftY) & 0xFF; } in getY() function
268 SkScalar displY = scaleForColor.fY * ex.getY(c) + scaleAdj.fY; in compute_displacement()

12