Searched refs:a_rect (Results 1 – 5 of 5) sorted by relevance
33 gfx::Rect a_rect = a->content_rect(); in operator ()() local35 if (a_rect.y() != b_rect.y()) in operator ()()36 return a_rect.y() < b_rect.y(); in operator ()()37 return a_rect.x() < b_rect.x(); in operator ()()
41 gfx::Rect a_rect = a->content_rect(); in operator ()() local43 if (a_rect.y() != b_rect.y()) in operator ()()44 return a_rect.y() < b_rect.y(); in operator ()()45 return a_rect.x() < b_rect.x(); in operator ()()
265 const Rect& a_rect = a->rect(); in CompareVertical() local267 return (a_rect.y() < b_rect.y()) || in CompareVertical()268 ((a_rect.y() == b_rect.y()) && (a_rect.height() < b_rect.height())); in CompareVertical()273 const Rect& a_rect = a->rect(); in CompareHorizontal() local275 return (a_rect.x() < b_rect.x()) || in CompareHorizontal()276 ((a_rect.x() == b_rect.x()) && (a_rect.width() < b_rect.width())); in CompareHorizontal()
1001 bool a_rect = rgna->isRect(); in Oper() local1023 if (a_rect & b_rect) { in Oper()1026 if (a_rect && rgna->fBounds.contains(rgnb->fBounds)) { in Oper()1041 if (a_rect && rgna->fBounds.contains(rgnb->fBounds)) { in Oper()