Home | History | Annotate | Download | only in scenes

Lines Matching refs:props

97                 [this, width, height, color](RenderProperties& props, Canvas& canvas) {
108 [bitmap](RenderProperties& props, Canvas& canvas) {
116 [text, text2](RenderProperties& props, Canvas& canvas) {
134 [color](RenderProperties& props, Canvas& canvas) {
148 RenderProperties& props,
151 props.setElevation(dp(16));
152 props.setScaleX(1.2);
153 props.setScaleY(1.2);
155 props.mutableOutline().setRoundRect(0, 0, width, height, roundedCornerRadius(), 1);
156 props.mutableOutline().setShouldClip(true);