| /kernel/linux/linux-5.10/drivers/video/fbdev/ |
| H A D | sh7760fb.c | 38 int rot; /* rotation enabled? */ member [all...] |
| /kernel/linux/linux-5.10/drivers/gpu/drm/arm/display/komeda/ |
| H A D | komeda_framebuffer.c | 267 komeda_fb_is_layer_supported(struct komeda_fb *kfb, u32 layer_type, u32 rot) komeda_fb_is_layer_supported() argument
|
| H A D | komeda_pipeline_state.c | 274 komeda_rotate_data_flow(struct komeda_data_flow_cfg *dflow, u32 rot) in komeda_rotate_data_flow() argument [all...] |
| /kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | display-sysfs.c | 153 int rot, r; in display_rotate_store() local
|
| /kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/ |
| H A D | omapfb-sysfs.c | 363 int rot; in store_overlays_rotate() local
|
| H A D | vrfb.c | 231 int omap_vrfb_map_angle(struct vrfb *vrfb, u16 height, u8 rot) in omap_vrfb_map_angle() argument 251 int rot; in omap_vrfb_release_ctx() local 280 int rot; omap_vrfb_request_ctx() local [all...] |
| /kernel/linux/linux-6.6/drivers/video/fbdev/ |
| H A D | sh7760fb.c | 38 int rot; /* rotation enabled? */ member [all...] |
| /kernel/linux/linux-6.6/drivers/gpu/drm/arm/display/komeda/ |
| H A D | komeda_framebuffer.c | 267 komeda_fb_is_layer_supported(struct komeda_fb *kfb, u32 layer_type, u32 rot) komeda_fb_is_layer_supported() argument
|
| /third_party/skia/third_party/externals/angle2/src/common/ |
| H A D | matrix_utils_unittest.cpp | 710 Mat4 rot = Mat4::Rotate(input.angle, input.axis); in TEST() local
|
| /third_party/skia/tests/ |
| H A D | PathOpsBuilderConicTest.cpp | 79 static void setupOne(skiatest::Reporter* reporter, int col, int row, int rot, int trial) { in setupOne() argument
|
| /third_party/skia/gm/ |
| H A D | filterfastbounds.cpp | 116 SkMatrix rot; in create_paints() local
|
| H A D | dashing.cpp | 438 SkMatrix rot; variable
|
| /third_party/zlib/examples/ |
| H A D | gzappend.c | 123 local void rotate(unsigned char *list, unsigned len, unsigned rot) in rotate() argument [all...] |
| /kernel/linux/linux-5.10/drivers/gpu/drm/arm/display/komeda/d71/ |
| H A D | d71_dev.c | 533 d71_format_mod_supported(const struct komeda_format_caps *caps, u32 layer_type, u64 modifier, u32 rot) d71_format_mod_supported() argument
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/exynos/ |
| H A D | exynos_drm_rotator.c | 68 static void rotator_reg_set_irq(struct rot_context *rot, bool enable) in rotator_reg_set_irq() argument 80 static enum rot_irq_status rotator_reg_get_irq_status(struct rot_context *rot) in rotator_reg_get_irq_status() argument 94 struct rot_context *rot = arg; in rotator_irq_handler() local 119 rotator_src_set_fmt(struct rot_context *rot, u32 fmt) rotator_src_set_fmt() argument 138 rotator_src_set_buf(struct rot_context *rot, struct exynos_drm_ipp_buffer *buf) rotator_src_set_buf() argument 160 rotator_dst_set_transf(struct rot_context *rot, unsigned int rotation) rotator_dst_set_transf() argument 186 rotator_dst_set_buf(struct rot_context *rot, struct exynos_drm_ipp_buffer *buf) rotator_dst_set_buf() argument 205 rotator_start(struct rot_context *rot) rotator_start() argument 220 struct rot_context *rot = rotator_commit() local 241 struct rot_context *rot = dev_get_drvdata(dev); rotator_bind() local 261 struct rot_context *rot = dev_get_drvdata(dev); rotator_unbind() local 277 struct rot_context *rot; rotator_probe() local 343 struct rot_context *rot = dev_get_drvdata(dev); rotator_runtime_suspend() local 351 struct rot_context *rot = dev_get_drvdata(dev); rotator_runtime_resume() local [all...] |
| /kernel/linux/linux-6.6/drivers/gpu/drm/arm/display/komeda/d71/ |
| H A D | d71_dev.c | 533 d71_format_mod_supported(const struct komeda_format_caps *caps, u32 layer_type, u64 modifier, u32 rot) d71_format_mod_supported() argument
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/exynos/ |
| H A D | exynos_drm_rotator.c | 68 static void rotator_reg_set_irq(struct rot_context *rot, bool enable) in rotator_reg_set_irq() argument 80 static enum rot_irq_status rotator_reg_get_irq_status(struct rot_context *rot) in rotator_reg_get_irq_status() argument 94 struct rot_context *rot = arg; in rotator_irq_handler() local 119 rotator_src_set_fmt(struct rot_context *rot, u32 fmt) rotator_src_set_fmt() argument 138 rotator_src_set_buf(struct rot_context *rot, struct exynos_drm_ipp_buffer *buf) rotator_src_set_buf() argument 160 rotator_dst_set_transf(struct rot_context *rot, unsigned int rotation) rotator_dst_set_transf() argument 186 rotator_dst_set_buf(struct rot_context *rot, struct exynos_drm_ipp_buffer *buf) rotator_dst_set_buf() argument 205 rotator_start(struct rot_context *rot) rotator_start() argument 220 struct rot_context *rot = rotator_commit() local 246 struct rot_context *rot = dev_get_drvdata(dev); rotator_bind() local 266 struct rot_context *rot = dev_get_drvdata(dev); rotator_unbind() local 281 struct rot_context *rot; rotator_probe() local 345 struct rot_context *rot = dev_get_drvdata(dev); rotator_runtime_suspend() local 353 struct rot_context *rot = dev_get_drvdata(dev); rotator_runtime_resume() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| H A D | vc4_qpu.c | 238 qpu_m_rot(struct qpu_reg dst, struct qpu_reg src0, int rot) in qpu_m_rot() argument
|
| /foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/ |
| H A D | matrix_util.h | 283 static inline Mat4X4 RotateZCWRadians(const Mat4X4& mat, float rot) in RotateZCWRadians() argument
|
| /third_party/cups-filters/filter/pdftopdf/ |
| H A D | qpdf_pdftopdf_processor.cc | 88 Rotation rot=getRotate(page)+rotation; in get() local 348 void QPDF_PDFTOPDF_PageHandle::rotate(Rotation rot) // {{{ in rotate() argument
|
| /third_party/cups-filters/cupsfilters/ |
| H A D | image-colorspace.c | 1142 huerotate(float mat[3][3], float rot) huerotate() argument
|
| /third_party/mesa3d/src/gallium/frontends/nine/ |
| H A D | swapchain9.c | 1184 D3DDISPLAYROTATION rot; in NineSwapChain9_GetDisplayMode() local
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
| H A D | rs_round_corner_display_test.cpp | 1105 auto rot = ScreenRotation::ROTATION_90; in HWTEST_F() local 1136 auto rot = ScreenRotation::ROTATION_90; in HWTEST_F() local
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/arm/ |
| H A D | malidp_hw.h | 68 enum rotation_features rot; /* type of rotation supported */ member
|
| /kernel/linux/linux-5.10/drivers/media/platform/mtk-mdp/ |
| H A D | mtk_mdp_m2m.c | 818 mtk_mdp_check_scaler_ratio(struct mtk_mdp_variant *var, int src_w, int src_h, int dst_w, int dst_h, int rot) mtk_mdp_check_scaler_ratio() argument
|