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

  /external/chromium_org/ppapi/cpp/
rect.cc 11 void AdjustAlongAxis(int32_t dst_origin, int32_t dst_size,
114 AdjustAlongAxis(rect.x(), rect.width(), &new_x, &new_width);
115 AdjustAlongAxis(rect.y(), rect.height(), &new_y, &new_height);
  /external/chromium_org/ui/gfx/
rect_base_impl.h 21 void AdjustAlongAxis(Type dst_origin, Type dst_size, Type* origin, Type* size) {
256 AdjustAlongAxis(rect.x(), rect.width(), &new_x, &new_width);
257 AdjustAlongAxis(rect.y(), rect.height(), &new_y, &new_height);

Completed in 38 milliseconds