Home | History | Annotate | Download | only in app

Lines Matching defs:image_rect

641   FX_RECT image_rect = image_rect_f.GetOuterRect();
642 int dest_width = image_rect.Width();
643 int dest_height = image_rect.Height();
662 clip_box.Intersect(image_rect);
676 dest_left = dest_width > 0 ? image_rect.left : image_rect.right;
677 dest_top = dest_height > 0 ? image_rect.top : image_rect.bottom;
701 dest_rect.Intersect(image_rect);
703 dest_rect.left - image_rect.left, dest_rect.top - image_rect.top,
704 dest_rect.right - image_rect.left, dest_rect.bottom - image_rect.top);