Lines Matching refs:dp
95 proxy->setup(width, height, dp(800.0f), 255 * 0.075, 255 * 0.15); in run()
96 proxy->setLightCenter((Vector3){lightX, dp(-200.0f), dp(800.0f)}); in run()
134 for (int x = dp(16); x < (width - dp(116)); x += dp(116)) { in createContent()
135 for (int y = dp(16); y < (height - dp(116)); y += dp(116)) { in createContent()
136 sp<RenderNode> card = createCard(x, y, dp(100), dp(100)); in createContent()
156 node->mutateStagingProperties().setElevation(dp(16)); in createCard()
157 … node->mutateStagingProperties().mutableOutline().setRoundRect(0, 0, width, height, dp(10), 1); in createCard()
175 for (int x = dp(8); x < (width - dp(58)); x += dp(58)) { in createContent()
176 for (int y = dp(8); y < (height - dp(58)); y += dp(58)) { in createContent()
177 sp<RenderNode> card = createCard(x, y, dp(50), dp(50)); in createContent()
197 node->mutateStagingProperties().setElevation(dp(16)); in createCard()
198 … node->mutateStagingProperties().mutableOutline().setRoundRect(0, 0, width, height, dp(6), 1); in createCard()