Searched defs:origin (Results 1 – 4 of 4) sorted by relevance
58 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() function74 EIGEN_DEVICE_FUNC VectorType& origin() { return m_origin; } in origin() function
29 private origin: PixelMapWrapper = undefined; property in ImageFilterStack
30 private origin: PixelMapWrapper = undefined; property in PhotoEditorManager
62 char* IMallocCString(const std::string &origin) in IMallocCString()