Searched refs:z_order (Results 1 – 17 of 17) sorted by relevance
/external/pdfium/core/fpdfdoc/ |
D | cpdf_linklist.cpp | 35 int* z_order) { in GetLinkAtPoint() argument 50 if (z_order) in GetLinkAtPoint() 51 *z_order = annot_index; in GetLinkAtPoint()
|
D | cpdf_linklist.h | 27 int* z_order);
|
D | cpdf_interactiveform.h | 70 int* z_order) const;
|
D | cpdf_interactiveform.cpp | 724 int* z_order) const { in GetControlAtPoint() 743 if (z_order) in GetControlAtPoint() 744 *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 | 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 | 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_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.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_gles20.h | 36 int z_order,
|
/external/pdfium/fpdfsdk/ |
D | fpdf_doc.cpp | 305 int z_order = -1; in FPDFLink_GetLinkZOrderAtPoint() local 308 &z_order); in FPDFLink_GetLinkZOrderAtPoint() 309 return z_order; in FPDFLink_GetLinkZOrderAtPoint()
|
D | fpdf_formfill.cpp | 278 int z_order = -1; in FPDFPage_FormFieldZOrderAtPoint() local 281 &z_order); in FPDFPage_FormFieldZOrderAtPoint() 282 return z_order; in FPDFPage_FormFieldZOrderAtPoint()
|
/external/drm_hwcomposer/ |
D | drmhwctwo.cpp | 638 z_map.emplace(std::make_pair(l.second.z_order(), &l.second)); in CreateComposition() 643 client_z_order = std::min(client_z_order, l.second.z_order()); in CreateComposition() 897 z_map.emplace(std::make_pair(l.second.z_order(), &l.second)); in ValidateDisplay()
|
/external/drm_hwcomposer/include/ |
D | drmhwctwo.h | 58 uint32_t z_order() const { in z_order() function
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_pipeline.c | 4811 unsigned z_order; in radv_compute_db_shader_control() local 4813 z_order = V_02880C_EARLY_Z_THEN_LATE_Z; in radv_compute_db_shader_control() 4815 z_order = V_02880C_LATE_Z; in radv_compute_db_shader_control() 4836 S_02880C_Z_ORDER(z_order) | in radv_compute_db_shader_control()
|