Searched defs:pprops (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DRenderNode.cpp152 proto::RenderProperties* pprops = pnode->mutable_properties(); local
153 pprops->set_left(properties().getLeft());
154 pprops->set_top(properties().getTop());
155 pprops->set_right(properties().getRight());
156 pprops->set_bottom(properties().getBottom());
157 pprops->set_clip_flags(properties().getClippingFlags());
158 pprops->set_alpha(properties().getAlpha());
159 pprops->set_translation_x(properties().getTranslationX());
160 pprops->set_translation_y(properties().getTranslationY());
161 pprops
[all...]

Completed in 200 milliseconds