Home
last modified time | relevance | path

Searched refs:getAxis (Results 1 – 13 of 13) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/android-project/src/org/libsdl/app/
DSDLActivity.java1586 return arg0.getAxis() - arg1.getAxis(); in compare()
1620 if (range.getAxis() == MotionEvent.AXIS_HAT_X || in pollInputDevices()
1621 range.getAxis() == MotionEvent.AXIS_HAT_Y) { in pollInputDevices()
1683 …float value = ( event.getAxisValue( range.getAxis(), actionPointerIndex) - range.getMin() ) / rang… in handleMotionEvent()
1687 … int hatX = Math.round(event.getAxisValue( joystick.hats.get(i).getAxis(), actionPointerIndex ) ); in handleMotionEvent()
1688 …int hatY = Math.round(event.getAxisValue( joystick.hats.get(i+1).getAxis(), actionPointerIndex ) ); in handleMotionEvent()
/third_party/flutter/skia/src/core/
DSkFontDescriptor.h43 const SkFixed* getAxis() const { return fAxis.get(); } in getAxis() function
DSkFontDescriptor.cpp133 stream->write32(fFontData->getAxis()[i]); in serialize()
/third_party/skia/src/core/
DSkFontDescriptor.h53 const SkFixed* getAxis() const { return fAxis.get(); } in getAxis() function
/third_party/flutter/skia/src/ports/
DSkFontMgr_preview.h113 data->getAxis(), in onMakeClone()
DSkFontMgr_android.cpp109 data->getAxis(), in onMakeClone()
DSkFontHost_FreeType.cpp379 coords[i] = data.getAxis()[i]; in ft_face_setup_axes()
390 rec->fAxes[i] = data.getAxis()[i]; in ft_face_setup_axes()
DSkFontHost_mac.cpp2845 double value = SkTPin(SkFixedToDouble(fontData->getAxis()[i]), minDouble, maxDouble); in copy_axes()
/third_party/flutter/skia/src/ports/skia_ohos/
DSkFontMgr_ohos.cpp467 const SkFixed* axis = fontData->getAxis(); in makeTypeface()
/third_party/flutter/skia/tests/
DTypefaceTest.cpp140 REPORTER_ASSERT(reporter, fontData->getAxis()[0] == -SK_Fixed1); in DEF_TEST()
/third_party/skia/src/ports/
DSkFontMgr_android.cpp108 data->getAxis(), in onMakeClone()
DSkFontHost_FreeType.cpp280 coords[i] = data.getAxis()[i]; in setupAxes()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch77890 + const SkFixed* axis = fontData->getAxis();