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

  /external/libmojo/ui/gfx/geometry/
rect_f.h 218 inline RectF ScaleRect(const RectF& r, float x_scale, float y_scale) {
223 inline RectF ScaleRect(const RectF& r, float scale) {
224 return ScaleRect(r, scale, scale);
  /hardware/qcom/display/msm8996/sdm/libs/utils/
rect.cpp 202 void ScaleRect(const LayerRect &src_domain, const LayerRect &dst_domain, const LayerRect &in_rect,

Completed in 67 milliseconds