HomeSort by relevance Sort by last modified time
    Searched refs:pprops (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
RenderNode.cpp 152 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->set_translation_z(properties().getTranslationZ())
    [all...]
  /external/libmtp/src/
ptp-pack.c 1042 ptp_unpack_OPL (PTPParams *params, unsigned char* data, MTPProperties **pprops, unsigned int len)
1049 *pprops = NULL;
1063 *pprops = props;
1084 *pprops = props;
    [all...]

Completed in 392 milliseconds