| /xsrc/external/mit/libXrender/dist/src/ |
| H A D | Xrenderint.h | 55 int subpixel; member in struct:__anonc1a56ac70308 69 int *subpixel; member in struct:_XRenderInfo
|
| H A D | Xrender.c | 554 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 D | 18.1.7.rst | 32 - i965 always reports 0 viewport subpixel bits 49 - i965: Advertise 8 bits subpixel precision for viewport bounds on
|
| H A D | 18.3.5.rst | 161 - anv: advertise 8 subpixel precision bits
|
| H A D | 21.2.2.rst | 157 - lavapipe: fix reported subpixel precision for lines
|
| /xsrc/external/mit/libXft/dist/src/ |
| H A D | xftdpy.c | 525 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 D | xftglyphs.c | 461 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 D | README.md | 16 * 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 D | drmModeGetResources.3.rst | 63 width and height in mm, subpixel ordering, and various other
|
| /xsrc/external/mit/xorg-server.old/dist/render/ |
| H A D | picturestr.h | 361 int subpixel; member in struct:_PictureScreen 442 PictureSetSubpixelOrder (ScreenPtr pScreen, int subpixel);
|
| H A D | picture.c | 498 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 D | picturestr.h | 309 int subpixel; member in struct:_PictureScreen 382 PictureSetSubpixelOrder(ScreenPtr pScreen, int subpixel);
|
| H A D | picture.c | 475 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 D | Xrender.h | 456 * 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 D | drm_mode.h | 508 * @subpixel: Subpixel order of the connected sink. 512 __u32 subpixel; member in struct:drm_mode_get_connector
|
| /xsrc/external/mit/libdrm/dist/ |
| H A D | xf86drmMode.h | 212 drmModeSubPixel subpixel; member in struct:_drmModeConnector
|
| H A D | xf86drmMode.c | 579 /* convert subpixel from kernel to userspace */ 580 r->subpixel = conn.subpixel + 1;
|
| /xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/ |
| H A D | drm_mode.h | 376 __u32 subpixel; member in struct:drm_mode_get_connector
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/ |
| H A D | rasterizer.rst | 363 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 D | drm_mode.h | 505 * @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 D | rasterizer.rst | 368 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 D | screen.rst | 356 * ``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 D | screen.rst | 377 * ``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 D | via_kms.c | 712 output->subpixel_order = subpixel_conv_table[koutput->subpixel];
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| H A D | qxl_drmmode.c | 786 output->subpixel_order = subpixel_conv_table[koutput->subpixel];
|