Lines Matching refs:pos
527 const gfx::Rect& pos,
531 return pos;
533 int x = pos.x() - (pos.x() - work_area.x()) % grid;
534 int y = pos.y() - (pos.y() - work_area.y()) % grid;
535 int w = pos.width();
536 int h = pos.height();
540 if (abs(pos.right() - work_area.right()) < grid)
542 if (abs(pos.bottom() - work_area.bottom()) < grid)