Home | History | Annotate | Download | only in hwui

Lines Matching defs:props

139 static inline void mapRect(const RenderProperties& props, const SkRect& in, SkRect* out) {
141 const SkMatrix* transform = props.getTransformMatrix();
153 temp.offset(props.getLeft(), props.getTop());
197 const RenderProperties& props = frame->renderNode->properties();
198 if (props.getAlpha() <= 0) {
203 if (props.getClipDamageToBounds() && !frame->pendingDirty.isEmpty()) {
204 if (!frame->pendingDirty.intersect(0, 0, props.getWidth(), props.getHeight())) {
210 mapRect(props, frame->pendingDirty, &mHead->pendingDirty);
213 if (props.getProjectBackwards() && !frame->pendingDirty.isEmpty()) {