Home
last modified time | relevance | path

Searched defs:trackable (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/signals2/
Dtrackable.hpp38 class trackable { class
40 trackable(): _tracked_ptr(static_cast<detail::trackable_pointee*>(0)) {} in trackable() function in boost::signals2::trackable
41 trackable(const trackable &): _tracked_ptr(static_cast<detail::trackable_pointee*>(0)) {} in trackable() function in boost::signals2::trackable
42 trackable& operator=(const trackable &) in operator =()
/third_party/skia/platform_tools/libraries/include/
Darcore_c_api.h415 inline ArPlane *ArAsPlane(ArTrackable *trackable) { in ArAsPlane()
420 inline ArPoint *ArAsPoint(ArTrackable *trackable) { in ArAsPoint()
425 inline ArAugmentedImage *ArAsAugmentedImage(ArTrackable *trackable) { in ArAsAugmentedImage()
/third_party/flutter/skia/platform_tools/libraries/include/
Darcore_c_api.h415 inline ArPlane *ArAsPlane(ArTrackable *trackable) { in ArAsPlane()
420 inline ArPoint *ArAsPoint(ArTrackable *trackable) { in ArAsPoint()
425 inline ArAugmentedImage *ArAsAugmentedImage(ArTrackable *trackable) { in ArAsAugmentedImage()
/third_party/flutter/skia/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/app/
DHelloCanvasAR.java415 Trackable trackable = hit.getTrackable(); in handleSingleTaps() local
447 Trackable trackable = hit.getTrackable(); in handleHoldTaps() local