Home
last modified time | relevance | path

Searched defs:scaleCoordinates (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dtouch.js19 function trackPointerEvents(touchInputElement, dc, scaleCoordinates) { argument
75 function sendEventUpdate(dc, touchInputElement, evs /*[{x, y, id}]*/, scaleCoordinates, down) { argument
Dapp.js1011 #addMouseTracking(touchInputElement, scaleCoordinates) { argument
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/device3/
H A DZoomRatioMapper.cpp457 void ZoomRatioMapper::scaleCoordinates(int32_t* coordPairs, int coordCount, in scaleCoordinates() function in android::camera3::ZoomRatioMapper