/third_party/skia/third_party/externals/angle2/samples/multi_window/ |
D | MultiWindow.cpp | 80 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/ |
D | MultiWindow.cpp | 80 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/ |
D | 2_ecmsscript_private_fields_2.ts | 33 getY() { method in Dtu 41 Assert.equal(20, dt.getY());
|
/third_party/skia/modules/svg/src/ |
D | SkSVGFeLighting.cpp | 112 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/ |
D | HelloArActivity.java | 119 … 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/ |
D | WindowTest.cpp | 124 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/ |
D | WindowTest.cpp | 124 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/ |
D | GameSurfaceView.java | 59 native_onTouchInput(0, e.getEventTime(), (int)e.getX(), (int)e.getY()); in onTouchEvent()
|
/third_party/flutter/skia/third_party/externals/angle2/util/ |
D | OSWindow.h | 32 int getY() const;
|
D | OSWindow.cpp | 359 int OSWindow::getY() const in getY() function in OSWindow
|
/third_party/flutter/skia/tests/ |
D | VkYcbcrSamplerTest.cpp | 23 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/ |
D | OSWindow.h | 33 int getY() const;
|
D | OSWindow.cpp | 372 int OSWindow::getY() const in getY() function in OSWindow
|
/third_party/flutter/txt/src/minikin/ |
D | Layout.h | 103 float getY(int i) const;
|
/third_party/flutter/engine/flutter/third_party/txt/src/minikin/ |
D | Layout.h | 103 float getY(int i) const;
|
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/ |
D | CubeActivity.java | 127 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/ |
D | ec.js | 247 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/ |
D | SDLActivity.java | 1313 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/ |
D | SampleBinary.php | 88 $success &= assert($monster->getPos()->getY() == 2.0);
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/ |
D | RBManagerGUI.java | 572 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/ |
D | ViewerActivity.java | 145 final float y = event.getY(i); in onTouch()
|
/third_party/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/ |
D | ViewerActivity.java | 145 final float y = event.getY(i); in onTouch()
|
/third_party/skia/src/effects/imagefilters/ |
D | SkDisplacementMapImageFilter.cpp | 88 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/ |
D | AndroidTouchProcessor.java | 200 packet.putDouble(event.getY(pointerIndex)); // physical_y in addPointerForIndex()
|
/third_party/flutter/skia/src/effects/imagefilters/ |
D | SkDisplacementMapEffect.cpp | 90 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()
|