Home
last modified time | relevance | path

Searched refs:z_order (Results 1 – 17 of 17) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_linklist.cpp34 int* z_order) { in GetLinkAtPoint() argument
49 if (z_order) in GetLinkAtPoint()
50 *z_order = annot_index; in GetLinkAtPoint()
Dcpdf_linklist.h26 int* z_order);
Dcpdf_interform.h59 int* z_order) const;
Dcpdf_interform.cpp815 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/
Dvideo_render_ios_impl.h37 const uint32_t z_order,
46 uint32_t& z_order,
71 const unsigned int z_order,
Dopen_gles20.mm121 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;
Dvideo_render_ios_impl.mm65 const uint32_t z_order,
76 stream_id, z_order, left, top, right, bottom);
88 uint32_t& z_order,
Dvideo_render_ios_channel.mm46 int VideoRenderIosChannel::SetStreamSettings(const float z_order,
51 if (![view_ setCoordinatesForZOrder:z_order
Dvideo_render_ios_gles20.mm99 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));
Dvideo_render_ios_channel.h30 int SetStreamSettings(const float z_order,
Dopen_gles20.h34 bool SetCoordinates(const float z_order,
Dvideo_render_ios_gles20.h36 int z_order,
/external/pdfium/fpdfsdk/
Dfpdfdoc.cpp286 int z_order = -1; in FPDFLink_GetLinkZOrderAtPoint() local
289 &z_order); in FPDFLink_GetLinkZOrderAtPoint()
290 return z_order; in FPDFLink_GetLinkZOrderAtPoint()
Dfpdfformfill.cpp280 int z_order = -1; in FPDFPage_FormFieldZOrderAtPoint() local
283 &z_order); in FPDFPage_FormFieldZOrderAtPoint()
284 return z_order; in FPDFPage_FormFieldZOrderAtPoint()
/external/drm_hwcomposer/
Ddrmhwctwo.h57 uint32_t z_order() const { in z_order() function
Ddrmhwctwo.cpp500 z_map.emplace(std::make_pair(l.second.z_order(), &l.second)); in PresentDisplay()
505 client_z_order = std::max(client_z_order, l.second.z_order()); in PresentDisplay()
/external/mesa3d/src/amd/vulkan/
Dradv_cmd_buffer.c531 unsigned z_order; in radv_emit_fragment_shader() local
546 z_order = V_02880C_EARLY_Z_THEN_LATE_Z; in radv_emit_fragment_shader()
548 z_order = V_02880C_LATE_Z; in radv_emit_fragment_shader()
555 S_02880C_Z_ORDER(z_order) | in radv_emit_fragment_shader()