Home
last modified time | relevance | path

Searched refs:dheight (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinwin32rootlesswndproc.c75 int dwidth = *widthp, dheight = *heightp; in DEFINE_ATOM_HELPER() local
120 if (dheight < minHeight) in DEFINE_ATOM_HELPER()
121 dheight = minHeight; in DEFINE_ATOM_HELPER()
125 if (dheight > maxHeight) in DEFINE_ATOM_HELPER()
126 dheight = maxHeight; in DEFINE_ATOM_HELPER()
132 dheight = ((dheight - baseHeight) / yinc * yinc) + baseHeight; in DEFINE_ATOM_HELPER()
154 if (hints.min_aspect.x * dheight > hints.min_aspect.y * dwidth) { in DEFINE_ATOM_HELPER()
156 makemult(hints.min_aspect.x * dheight / hints.min_aspect.y - in DEFINE_ATOM_HELPER()
162 makemult(dheight - in DEFINE_ATOM_HELPER()
165 if (dheight - delta >= minHeight) in DEFINE_ATOM_HELPER()
[all …]
H A Dwinmultiwindowwndproc.c68 int dwidth = *widthp, dheight = *heightp; in ConstrainSize() local
113 if (dheight < minHeight) in ConstrainSize()
114 dheight = minHeight; in ConstrainSize()
118 if (dheight > maxHeight) in ConstrainSize()
119 dheight = maxHeight; in ConstrainSize()
125 dheight = ((dheight - baseHeight) / yinc * yinc) + baseHeight; in ConstrainSize()
147 if (hints.min_aspect.x * dheight > hints.min_aspect.y * dwidth) { in ConstrainSize()
149 makemult(hints.min_aspect.x * dheight / hints.min_aspect.y - in ConstrainSize()
155 makemult(dheight - in ConstrainSize()
158 if (dheight - delta >= minHeight) in ConstrainSize()
[all …]
/OK3568_Linux_fs/kernel/drivers/video/fbdev/i810/
H A Di810_accel.c161 static inline void source_copy_blit(int dwidth, int dheight, int dpitch, in source_copy_blit() argument
171 PUT_RING(dheight << 16 | dwidth); in source_copy_blit()
235 static inline void mono_src_copy_imm_blit(int dwidth, int dheight, int dpitch, in mono_src_copy_imm_blit() argument
246 PUT_RING(dheight << 16 | dwidth); in mono_src_copy_imm_blit()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dcrop.rst272 int dwidth, dheight;
317 dheight = format.fmt.pix.height;