Searched refs:z_order (Results 1 – 17 of 17) sorted by relevance
/external/pdfium/core/fpdfdoc/ |
D | cpdf_linklist.cpp | 34 int* z_order) { in GetLinkAtPoint() argument 49 if (z_order) in GetLinkAtPoint() 50 *z_order = annot_index; in GetLinkAtPoint()
|
D | cpdf_linklist.h | 26 int* z_order);
|
D | cpdf_interform.h | 59 int* z_order) const;
|
D | cpdf_interform.cpp | 815 int* z_order) const { in GetControlAtPoint() 834 if (z_order) in GetControlAtPoint() 835 *z_order = static_cast<int>(annot_index); in GetControlAtPoint()
|
/external/webrtc/webrtc/modules/video_render/ios/ |
D | video_render_ios_impl.h | 37 const uint32_t z_order, 46 uint32_t& z_order, 71 const unsigned int z_order,
|
D | video_render_ios_channel.mm | 46 int VideoRenderIosChannel::SetStreamSettings(const float z_order, 51 if (![view_ setCoordinatesForZOrder:z_order
|
D | 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;
|
D | 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,
|
D | 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));
|
D | video_render_ios_channel.h | 30 int SetStreamSettings(const float z_order,
|
D | open_gles20.h | 34 bool SetCoordinates(const float z_order,
|
D | video_render_ios_gles20.h | 36 int z_order,
|
/external/pdfium/fpdfsdk/ |
D | fpdfdoc.cpp | 286 int z_order = -1; in FPDFLink_GetLinkZOrderAtPoint() local 289 &z_order); in FPDFLink_GetLinkZOrderAtPoint() 290 return z_order; in FPDFLink_GetLinkZOrderAtPoint()
|
D | fpdfformfill.cpp | 280 int z_order = -1; in FPDFPage_FormFieldZOrderAtPoint() local 283 &z_order); in FPDFPage_FormFieldZOrderAtPoint() 284 return z_order; in FPDFPage_FormFieldZOrderAtPoint()
|
/external/drm_hwcomposer/ |
D | drmhwctwo.h | 57 uint32_t z_order() const { in z_order() function
|
D | drmhwctwo.cpp | 526 z_map.emplace(std::make_pair(l.second.z_order(), &l.second)); in CreateComposition() 531 client_z_order = std::min(client_z_order, l.second.z_order()); in CreateComposition() 750 z_map.emplace(std::make_pair(l.second.z_order(), &l.second)); in ValidateDisplay()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_pipeline.c | 2502 unsigned z_order; in radv_pipeline_init() local 2505 z_order = V_02880C_EARLY_Z_THEN_LATE_Z; in radv_pipeline_init() 2507 z_order = V_02880C_LATE_Z; in radv_pipeline_init() 2514 S_02880C_Z_ORDER(z_order) | in radv_pipeline_init()
|