Home
last modified time | relevance | path

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

/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/Geometry/
DParametrizedLine.h58 EIGEN_DEVICE_FUNC ParametrizedLine(const VectorType& origin, const VectorType& direction) in ParametrizedLine()
73 EIGEN_DEVICE_FUNC const VectorType& origin() const { return m_origin; } in origin() function
74 EIGEN_DEVICE_FUNC VectorType& origin() { return m_origin; } in origin() function
/applications/standard/photos/feature/editor/src/main/ets/default/
DImageFilterStack.ts29 private origin: PixelMapWrapper = undefined; property in ImageFilterStack
DPhotoEditorManager.ts30 private origin: PixelMapWrapper = undefined; property in PhotoEditorManager
/applications/standard/calendardata/calendarmanager/cj/src/
Dcj_calendar.cpp62 char* IMallocCString(const std::string &origin) in IMallocCString()