Lines Matching full:fmax
562 mBounds->right = fmax(mBounds->right, x3);
563 mBounds->bottom = fmax(mBounds->bottom, y1);
580 mBounds->right = fmax(mBounds->right, fmax(x1, fmax(x2, fmax(x3, x4))));
581 mBounds->bottom = fmax(mBounds->bottom, fmax(y1, fmax(y2, fmax(y3, y4))));