Home
last modified time | relevance | path

Searched refs:AdjustAlongAxis (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/ui/gfx/geometry/
Drect_f.cc24 static void AdjustAlongAxis(float dst_origin, in AdjustAlongAxis() function
169 AdjustAlongAxis(rect.x(), rect.width(), &new_x, &new_width); in AdjustToFit()
170 AdjustAlongAxis(rect.y(), rect.height(), &new_y, &new_height); in AdjustToFit()
Drect.cc51 void AdjustAlongAxis(int dst_origin, int dst_size, int* origin, int* size) { in AdjustAlongAxis() function
243 AdjustAlongAxis(rect.x(), rect.width(), &new_x, &new_width); in AdjustToFit()
244 AdjustAlongAxis(rect.y(), rect.height(), &new_y, &new_height); in AdjustToFit()