Searched refs:AdjustAlongAxis (Results 1 – 2 of 2) sorted by relevance
/external/libchrome/ui/gfx/geometry/ |
D | rect_f.cc | 24 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()
|
D | rect.cc | 51 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()
|