| /frameworks/minikin/include/minikin/ |
| D | LayoutCore.h | 36 struct Point { struct 37 Point() : x(0), y(0) {} in Point() argument 38 Point(float x, float y) : x(x), y(y) {} in Point() argument 53 const std::vector<Point>& points() const { return mPoints; } in points() argument
|
| /frameworks/av/media/libheadtracking/ |
| D | PoseRateLimiter.h | 83 struct Point { struct 91 std::optional<Point> mOutput; argument
|
| /frameworks/native/libs/ui/include/ui/ |
| D | Point.h | 35 inline Point() { in Point() function 37 inline Point(int _x, int _y) : x(_x), y(_y) { in Point() function
|
| /frameworks/native/include/ui/ |
| D | Point.h | 35 inline Point() { in Point() function 37 inline Point(int _x, int _y) : x(_x), y(_y) { in Point() function
|
| /frameworks/native/libs/ui/include_vndk/ui/ |
| D | Point.h | 35 inline Point() { in Point() function 37 inline Point(int _x, int _y) : x(_x), y(_y) { in Point() function
|
| /frameworks/base/graphics/java/android/graphics/ |
| D | Point.java | 27 public class Point implements Parcelable { class 31 public Point() {} in Point() method in Point 33 public Point(int x, int y) { in Point() method in Point 38 public Point(@NonNull Point src) { in Point() method in Point
|
| /frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/ |
| D | Point.java | 25 public class Point { class 33 public Point() { in Point() method in Point 37 public Point(float x, float y) { in Point() method in Point
|
| /frameworks/native/include/input/ |
| D | TfLiteMotionPredictor.h | 39 struct Point { struct 49 inline TfLiteMotionPredictorSample::Point operator-(const TfLiteMotionPredictorSample::Point& lhs, argument
|
| /frameworks/base/media/mca/filterfw/native/core/ |
| D | geometry.h | 30 Point() : x_(0.0f), y_(0.0f) {} in Point() function 31 Point(float x, float y) : x_(x), y_(y) {} in Point() function
|
| /frameworks/base/media/mca/filterpacks/native/base/ |
| D | geometry.h | 30 Point() : x_(0.0f), y_(0.0f) {} in Point() function 31 Point(float x, float y) : x_(x), y_(y) {} in Point() function
|
| /frameworks/base/telephony/java/android/telephony/ |
| D | CbGeoUtils.java | 278 static final class Point { class in CbGeoUtils.Polygon 282 Point(double x, double y) { in Point() method in CbGeoUtils.Polygon.Point
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
| D | StatusBarContentInsetsProvider.kt | 549 private fun Point.orientToRotZero(@Rotation rot: Int) { in Point() method 561 private fun Point.logicalWidth(@Rotation rot: Int): Int { in Point() method
|
| /frameworks/native/libs/renderengine/tests/ |
| D | RenderEngineTest.cpp | 357 auto generator = [=](Point) { return ubyte4(r, g, b, a); }; in expectBufferColor() argument 413 auto generator = [=](Point) { return ubyte4(0, 0, 0, a); }; in expectAlpha() argument
|