Home | History | Annotate | Download | only in view

Lines Matching defs:boundingRect

4026                 RectF boundingRect = attachInfo.mTmpTransformRect;
4027 boundingRect.set(dirty);
4044 transformMatrix.mapRect(boundingRect);
4045 dirty.set((int) (boundingRect.left - 0.5f),
4046 (int) (boundingRect.top - 0.5f),
4047 (int) (boundingRect.right + 0.5f),
4048 (int) (boundingRect.bottom + 0.5f));
4082 RectF boundingRect = attachInfo.mTmpTransformRect;
4083 boundingRect.set(dirty);
4084 m.mapRect(boundingRect);
4085 dirty.set((int) (boundingRect.left - 0.5f),
4086 (int) (boundingRect.top - 0.5f),
4087 (int) (boundingRect.right + 0.5f),
4088 (int) (boundingRect.bottom + 0.5f));