Home | History | Annotate | Download | only in view

Lines Matching defs:boundingRect

4639                 RectF boundingRect = attachInfo.mTmpTransformRect;
4640 boundingRect.set(dirty);
4657 transformMatrix.mapRect(boundingRect);
4658 dirty.set((int) (boundingRect.left - 0.5f),
4659 (int) (boundingRect.top - 0.5f),
4660 (int) (boundingRect.right + 0.5f),
4661 (int) (boundingRect.bottom + 0.5f));
4695 RectF boundingRect = attachInfo.mTmpTransformRect;
4696 boundingRect.set(dirty);
4697 m.mapRect(boundingRect);
4698 dirty.set((int) (boundingRect.left - 0.5f),
4699 (int) (boundingRect.top - 0.5f),
4700 (int) (boundingRect.right + 0.5f),
4701 (int) (boundingRect.bottom + 0.5f));