Home
last modified time | relevance | path

Searched defs:rotate (Results 1 – 25 of 54) sorted by relevance

123

/OK3568_Linux_fs/kernel/drivers/video/fbdev/core/
H A Dfbmem.c387 struct fb_image *image, int rotate) in fb_rotate_logo()
420 int rotate, unsigned int num) in fb_do_show_logo()
458 static int fb_show_logo_line(struct fb_info *info, int rotate, in fb_show_logo_line()
587 static int fb_show_extra_logos(struct fb_info *info, int y, int rotate) in fb_show_extra_logos()
607 static inline int fb_show_extra_logos(struct fb_info *info, int y, int rotate) in fb_show_extra_logos()
615 int fb_prepare_logo(struct fb_info *info, int rotate) in fb_prepare_logo()
688 int fb_show_logo(struct fb_info *info, int rotate) in fb_show_logo()
703 int fb_prepare_logo(struct fb_info *info, int rotate) { return 0; } in fb_prepare_logo()
704 int fb_show_logo(struct fb_info *info, int rotate) { return 0; } in fb_show_logo()
H A Dfbcon.h48 u32 rotate; member
83 int rotate; member
H A Dfbcon.c221 static void fbcon_rotate(struct fb_info *info, u32 rotate) in fbcon_rotate()
243 static void fbcon_rotate_all(struct fb_info *info, u32 rotate) in fbcon_rotate_all()
273 static void fbcon_rotate(struct fb_info *info, u32 rotate) in fbcon_rotate()
278 static void fbcon_rotate_all(struct fb_info *info, u32 rotate) in fbcon_rotate_all()
3180 int rotate, idx; in store_rotate() local
3202 int rotate, idx; in store_rotate_all() local
3223 int rotate = 0, idx; in show_rotate() local
/OK3568_Linux_fs/kernel/drivers/media/platform/vsp1/
H A Dvsp1_rwpf.h56 struct v4l2_ctrl *rotate; member
60 bool rotate; member
/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkshadow.c29 KdShadowFbAlloc(KdScreenInfo * screen, Bool rotate) in KdShadowFbAlloc()
H A Dkdrive.c197 Rotation rotate = (a & RR_Rotate_All) * (b & RR_Rotate_All); in KdAddRotation() local
208 Rotation rotate = (a & RR_Rotate_All) * 16 / (b & RR_Rotate_All); in KdSubRotation() local
292 int rotate = atoi(save); in KdParseScreen() local
/OK3568_Linux_fs/kernel/arch/arm/mach-omap1/
H A Dlcd_dma.c57 int rotate, data_type, xres, yres; member
88 void omap_set_lcd_dma_b1_rotation(int rotate) in omap_set_lcd_dma_b1_rotation()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dmat2.cpp36 void matrix::rotate(mat2& out, const mat2& a, double rad) { in rotate() function in mbgl::matrix
H A Dmat3.cpp60 void rotate(mat3& out, const mat3& a, double rad) { in rotate() function
H A Dmath.hpp90 T rotate(const T& a, S angle) { in rotate() function
/OK3568_Linux_fs/kernel/drivers/gpu/drm/exynos/
H A Dexynos_drm_ipp.c476 bool rotate, bool swap) in exynos_drm_ipp_check_size_limits()
551 bool rotate, bool swap) in exynos_drm_ipp_check_format()
608 bool rotate = (rotation != DRM_MODE_ROTATE_0); in exynos_drm_ipp_task_check() local
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/
H A Dimage_processor.cpp201 virtual XCamReturn rotate(const img_buffer_t& src, img_buffer_t& dst, int rotation, in rotate() function in RkCam::RGAOperator
243 XCamReturn ImageOperator::rotate(const img_buffer_t& src, img_buffer_t& dst, int rotation, in rotate() function in RkCam::ImageOperator
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Daffine.hpp543 cv::Affine3<T> cv::Affine3<T>::rotate(const Mat3& R) const in rotate() function in cv::Affine3
567 cv::Affine3<T> cv::Affine3<T>::rotate(const Vec3& _rvec) const in rotate() function in cv::Affine3
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Daffine.hpp543 cv::Affine3<T> cv::Affine3<T>::rotate(const Mat3& R) const in rotate() function in cv::Affine3
567 cv::Affine3<T> cv::Affine3<T>::rotate(const Vec3& _rvec) const in rotate() function in cv::Affine3
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Daffine.hpp543 cv::Affine3<T> cv::Affine3<T>::rotate(const Mat3& R) const in rotate() function in cv::Affine3
567 cv::Affine3<T> cv::Affine3<T>::rotate(const Vec3& _rvec) const in rotate() function in cv::Affine3
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dexa.c68 int rotate; member
456 ms_exa_parse_transform(PictTransformPtr t, int *rotate, Bool *reflect_y) in ms_exa_parse_transform()
634 int rotate = ctx->prepare_args.composite.rotate; in ms_exa_composite() local
1027 int rotate = 0; in ms_exa_copy_area() local
/OK3568_Linux_fs/kernel/init/
H A Ddo_mounts_rd.c192 unsigned short rotate = 0; in rd_load_image() local
/OK3568_Linux_fs/u-boot/include/linux/
H A Drbtree_augmented.h29 void (*rotate)(struct rb_node *old, struct rb_node *new); member
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dch.c421 ch_position(scsi_changer *ch, u_int trans, u_int elem, int rotate) in ch_position()
440 ch_move(scsi_changer *ch, u_int trans, u_int src, u_int dest, int rotate) in ch_move()
/OK3568_Linux_fs/kernel/drivers/staging/media/imx/
H A Dimx-media-csc-scaler.c62 int rotate; member
622 int rotate; in ipu_csc_scaler_s_ctrl() local
/OK3568_Linux_fs/kernel/drivers/staging/fbtft/
H A Dfb_watterott.c194 u8 rotate; in set_var() local
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Drbtree_augmented.h32 void (*rotate)(struct rb_node *old, struct rb_node *new); member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqdoublematrix4x4.cpp492 void QDoubleMatrix4x4::rotate(double angle, const QDoubleVector3D& vector) in rotate() function in QDoubleMatrix4x4
497 void QDoubleMatrix4x4::rotate(double angle, double x, double y, double z) in rotate() function in QDoubleMatrix4x4
/OK3568_Linux_fs/kernel/include/linux/
H A Drbtree_augmented.h30 void (*rotate)(struct rb_node *old, struct rb_node *new); member
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dtop.h52 bool rotate; member

123