Searched refs:subpixel (Results 1 - 25 of 45) sorted by relevance

12

/xsrc/external/mit/libXrender/dist/src/
H A DXrenderint.h55 int subpixel; member in struct:__anonc1a56ac70308
69 int *subpixel; member in struct:_XRenderInfo
H A DXrender.c554 screen->subpixel = SubPixelUnknown;
599 screen->subpixel = (int) *xSubpixel;
629 return xri->screen[screen].subpixel;
633 XRenderSetSubpixelOrder (Display *dpy, int screen, int subpixel) argument
645 xri->screen[screen].subpixel = subpixel;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D18.1.7.rst32 - i965 always reports 0 viewport subpixel bits
49 - i965: Advertise 8 bits subpixel precision for viewport bounds on
H A D18.3.5.rst161 - anv: advertise 8 subpixel precision bits
H A D21.2.2.rst157 - lavapipe: fix reported subpixel precision for lines
/xsrc/external/mit/libXft/dist/src/
H A Dxftdpy.c525 int subpixel = FC_RGBA_UNKNOWN; local in function:XftDefaultSubstitute
532 case SubPixelUnknown: subpixel = FC_RGBA_UNKNOWN; break;
533 case SubPixelHorizontalRGB: subpixel = FC_RGBA_RGB; break;
534 case SubPixelHorizontalBGR: subpixel = FC_RGBA_BGR; break;
535 case SubPixelVerticalRGB: subpixel = FC_RGBA_VRGB; break;
536 case SubPixelVerticalBGR: subpixel = FC_RGBA_VBGR; break;
537 case SubPixelNone: subpixel = FC_RGBA_NONE; break;
543 subpixel));
H A Dxftglyphs.c461 int subpixel; local in function:_fill_xrender_bitmap
464 subpixel = ( mode == FT_RENDER_MODE_LCD ||
473 if ( subpixel ) /* convert mono to ARGB32 values */
509 if ( subpixel ) /* convert gray to ARGB32 values */
/xsrc/external/mit/fontconfig/dist/
H A DREADME.md16 * be used in concert with the X Render Extension and [FreeType](https://www.freedesktop.org/wiki/Software/FreeType/) to implement high quality, anti-aliased and subpixel rendered text on a display.
/xsrc/external/mit/libdrm/dist/man/
H A DdrmModeGetResources.3.rst63 width and height in mm, subpixel ordering, and various other
/xsrc/external/mit/xorg-server.old/dist/render/
H A Dpicturestr.h361 int subpixel; member in struct:_PictureScreen
442 PictureSetSubpixelOrder (ScreenPtr pScreen, int subpixel);
H A Dpicture.c498 PictureSetSubpixelOrder (ScreenPtr pScreen, int subpixel) argument
504 ps->subpixel = subpixel;
516 return ps->subpixel;
693 ps->subpixel = SubPixelUnknown;
/xsrc/external/mit/xorg-server/dist/render/
H A Dpicturestr.h309 int subpixel; member in struct:_PictureScreen
382 PictureSetSubpixelOrder(ScreenPtr pScreen, int subpixel);
H A Dpicture.c475 PictureSetSubpixelOrder(ScreenPtr pScreen, int subpixel) argument
481 ps->subpixel = subpixel;
493 return ps->subpixel;
691 ps->subpixel = SubPixelUnknown;
/xsrc/external/mit/libXrender/dist/include/X11/extensions/
H A DXrender.h456 * Ask for the current subpixel order of a screen.
460 * @return SubPixelUnknown on error, else a subpixel order.
465 * Change the subpixel order of a screen.
469 * @param[in] subpixel Requested subpixel order.
472 Bool XRenderSetSubpixelOrder(Display *dpy, int screen, int subpixel);
/xsrc/external/mit/libdrm/dist/include/drm/
H A Ddrm_mode.h508 * @subpixel: Subpixel order of the connected sink.
512 __u32 subpixel; member in struct:drm_mode_get_connector
/xsrc/external/mit/libdrm/dist/
H A Dxf86drmMode.h212 drmModeSubPixel subpixel; member in struct:_drmModeConnector
H A Dxf86drmMode.c579 /* convert subpixel from kernel to userspace */
580 r->subpixel = conn.subpixel + 1;
/xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/
H A Ddrm_mode.h376 __u32 subpixel; member in struct:drm_mode_get_connector
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/
H A Drasterizer.rst363 A bias added to the horizontal subpixel precision during conservative rasterization.
365 A bias added to the vertical subpixel precision during conservative rasterization.
/xsrc/external/mit/MesaLib/dist/include/drm-uapi/
H A Ddrm_mode.h505 * @subpixel: Subpixel order of the connected sink.
509 __u32 subpixel; member in struct:drm_mode_get_connector
/xsrc/external/mit/MesaLib/dist/docs/gallium/cso/
H A Drasterizer.rst368 A bias added to the horizontal subpixel precision during conservative rasterization.
370 A bias added to the vertical subpixel precision during conservative rasterization.
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dscreen.rst356 * ``PIPE_CAP_VIEWPORT_SUBPIXEL_BITS``: Number of bits of subpixel precision for
358 * ``PIPE_CAP_RASTERIZER_SUBPIXEL_BITS``: Number of bits of subpixel precision used
461 on the subpixel grid.
475 subpixel precision bias in bits during conservative rasterization.
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dscreen.rst377 * ``PIPE_CAP_VIEWPORT_SUBPIXEL_BITS``: Number of bits of subpixel precision for
379 * ``PIPE_CAP_RASTERIZER_SUBPIXEL_BITS``: Number of bits of subpixel precision used
493 on the subpixel grid.
507 subpixel precision bias in bits during conservative rasterization.
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_kms.c712 output->subpixel_order = subpixel_conv_table[koutput->subpixel];
/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_drmmode.c786 output->subpixel_order = subpixel_conv_table[koutput->subpixel];

Completed in 59 milliseconds

12