/external/pdfium/core/fpdfdoc/ |
cpdf_linklist.cpp | 34 int* z_order) { 49 if (z_order) 50 *z_order = annot_index;
|
cpdf_linklist.h | 26 int* z_order);
|
cpdf_interform.h | 59 int* z_order) const;
|
/external/webrtc/webrtc/modules/video_render/ios/ |
video_render_ios_channel.mm | 46 int VideoRenderIosChannel::SetStreamSettings(const float z_order, 51 if (![view_ setCoordinatesForZOrder:z_order
|
video_render_ios_impl.h | 37 const uint32_t z_order, 46 uint32_t& z_order, 71 const unsigned int z_order,
|
video_render_ios_channel.h | 30 int SetStreamSettings(const float z_order,
|
video_render_ios_impl.mm | 65 const uint32_t z_order, 76 stream_id, z_order, left, top, right, bottom); 88 uint32_t& z_order,
|
open_gles20.mm | 121 bool OpenGles20::SetCoordinates(const float z_order, 134 vertices_[2] = z_order; 139 vertices_[7] = z_order; 144 vertices_[12] = z_order; 149 vertices_[17] = z_order;
|
open_gles20.h | 34 bool SetCoordinates(const float z_order,
|
video_render_ios_gles20.h | 36 int z_order,
|
video_render_ios_gles20.mm | 99 int z_order, 112 if (new_eagl_channel->SetStreamSettings(z_order, left, top, right, bottom) == 118 z_order_to_channel_.insert(std::pair<int, int>(z_order, channel));
|
/frameworks/native/libs/vr/libdisplay/include/private/dvr/ |
display_client.h | 32 int z_order() const { return z_order_; } function in class:android::dvr::display::Surface 36 pdx::Status<void> SetZOrder(int z_order);
|
display_protocol.h | 183 int z_order; member in struct:android::SurfaceInfo 186 PDX_SERIALIZABLE_MEMBERS(SurfaceInfo, surface_id, visible, z_order);
|
/frameworks/native/libs/vr/libdisplay/ |
display_client.cpp | 37 z_order_ = status.get().z_order; 55 z_order_ = status.get().z_order; 64 Status<void> Surface::SetZOrder(int z_order) { 66 {{SurfaceAttribute::ZOrder, SurfaceAttributeValue{z_order}}});
|
/frameworks/native/libs/vr/libdvr/include/dvr/ |
dvr_display_types.h | 45 // Z_ORDER: int32_t
|
/frameworks/native/libs/vr/libvrflinger/ |
display_service.cpp | 71 << " z_order=" << surface->z_order(); 96 << " z_order=" << surface->z_order(); 259 return {{surface->surface_id(), surface->visible(), surface->z_order()}};
|
/external/pdfium/fpdfsdk/ |
fpdfdoc.cpp | 286 int z_order = -1; local 289 &z_order); 290 return z_order;
|
/hardware/qcom/msm8x09/kernel-headers/linux/ |
msm_mdp_ext.h | 74 uint16_t z_order; member in struct:mdp_input_layer
|
/frameworks/native/services/vr/hardware_composer/aidl/android/dvr/ |
parcelable_composer_layer.cpp | 69 ret = parcel->writeUint32(layer_.z_order); 172 ret = parcel->readUint32(&layer_.z_order);
|
/hardware/qcom/msm8994/original-kernel-headers/linux/ |
msm_mdp.h | 601 * @z_order: Blending stage to occupy in display, if multiple layers are 602 * present, highest z_order usually means the top most visible 605 * @is_fg: This flag is used to disable blending of any layers with z_order 606 * less than this overlay. It means that any layers with z_order 648 uint32_t z_order; /* stage number */ member in struct:mdp_overlay 1150 int z_order; member in struct:mdp_mixer_info
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
msm_mdp.h | 768 * @z_order: Blending stage to occupy in display, if multiple layers are 769 * present, highest z_order usually means the top most visible 772 * @is_fg: This flag is used to disable blending of any layers with z_order 773 * less than this overlay. It means that any layers with z_order 815 uint32_t z_order; /* stage number */ member in struct:mdp_overlay 1344 int z_order; member in struct:mdp_mixer_info [all...] |
/hardware/qcom/msm8998/original-kernel-headers/linux/ |
msm_mdp.h | 782 * @z_order: Blending stage to occupy in display, if multiple layers are 783 * present, highest z_order usually means the top most visible 786 * @is_fg: This flag is used to disable blending of any layers with z_order 787 * less than this overlay. It means that any layers with z_order 829 uint32_t z_order; /* stage number */ member in struct:mdp_overlay 1379 int z_order; member in struct:mdp_mixer_info [all...] |
/hardware/qcom/msm8x09/original-kernel-headers/linux/ |
msm_mdp.h | 767 * @z_order: Blending stage to occupy in display, if multiple layers are 768 * present, highest z_order usually means the top most visible 771 * @is_fg: This flag is used to disable blending of any layers with z_order 772 * less than this overlay. It means that any layers with z_order 814 uint32_t z_order; /* stage number */ member in struct:mdp_overlay 1343 int z_order; member in struct:mdp_mixer_info [all...] |
/hardware/qcom/msm8x26/original-kernel-headers/linux/ |
msm_mdp.h | 578 * @z_order: Blending stage to occupy in display, if multiple layers are 579 * present, highest z_order usually means the top most visible 582 * @is_fg: This flag is used to disable blending of any layers with z_order 583 * less than this overlay. It means that any layers with z_order 625 uint32_t z_order; /* stage number */ member in struct:mdp_overlay 1099 int z_order; member in struct:mdp_mixer_info
|
/hardware/qcom/msm8x84/original-kernel-headers/linux/ |
msm_mdp.h | 557 * @z_order: Blending stage to occupy in display, if multiple layers are 558 * present, highest z_order usually means the top most visible 561 * @is_fg: This flag is used to disable blending of any layers with z_order 562 * less than this overlay. It means that any layers with z_order 603 uint32_t z_order; /* stage number */ member in struct:mdp_overlay 1074 int z_order; member in struct:mdp_mixer_info
|