Searched refs:poi (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/modules/skottie/src/ |
D | Camera.cpp | 20 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()
|
D | Camera.h | 35 SkV3 poi(const SkV3& pos) const;
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | char_map_test.cc | 126 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/ |
D | SkottieAdapter.cpp | 138 poi = { this->getAnchorPoint().fX, in totalMatrix() local 145 Sk3LookAt(&cam_t, pos, poi, up); in totalMatrix()
|