Home
last modified time | relevance | path

Searched refs:poi (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/modules/skottie/src/
DCamera.cpp20 const SkV3& poi, in ComputeCameraMatrix() argument
30 { poi.x, poi.y, poi.z }, in ComputeCameraMatrix()
80 this->poi(position), in totalMatrix()
86 SkV3 CameraAdaper::poi(const SkV3& pos) const { in poi() function in skottie::internal::CameraAdaper
111 poi = { pos.x, pos.y, -pos.z - 1 }, in DefaultCameraTransform() local
115 ComputeCameraMatrix(pos, poi, rot, viewport_size, kDefaultAEZoom)); in DefaultCameraTransform()
DCamera.h35 SkV3 poi(const SkV3& pos) const;
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dchar_map_test.cc126 std::vector<size_t> poi = {0, 1, 2, 3, 4, 7, 8, 9, 15, in TEST() local
129 for (auto lo = poi.begin(); lo != poi.end(); ++lo) { in TEST()
131 for (auto hi = lo; hi != poi.end(); ++hi) { in TEST()
/third_party/flutter/skia/modules/skottie/src/
DSkottieAdapter.cpp138 poi = { this->getAnchorPoint().fX, in totalMatrix() local
145 Sk3LookAt(&cam_t, pos, poi, up); in totalMatrix()