HomeSort by relevance Sort by last modified time
    Searched defs:ScalePoint (Results 1 - 2 of 2) sorted by null

  /external/libmojo/ui/gfx/geometry/
point_f.cc 25 PointF ScalePoint(const PointF& p, float x_scale, float y_scale) {
point_f.h 113 GFX_EXPORT PointF ScalePoint(const PointF& p, float x_scale, float y_scale);
115 inline PointF ScalePoint(const PointF& p, float scale) {
116 return ScalePoint(p, scale, scale);

Completed in 59 milliseconds