Searched refs:subpixel (Results 1 - 13 of 13) sorted by relevance
/third_party/skia/docs/examples/ |
H A D | Device_Text.cpp | 17 for (bool subpixel : { false, true }) { in REG_FIDDLE() 18 paint.setSubpixelText(subpixel); in REG_FIDDLE()
|
/third_party/skia/gm/ |
H A D | typeface.cpp | 221 for (const SubpixelType subpixel : subpixelTypes) { in draw_typeface_rendering_gm() 223 font.setSubpixel(subpixel.requested); in draw_typeface_rendering_gm() 244 canvas->rotate(2, x + subpixel.offset.x(), in draw_typeface_rendering_gm() 245 y + subpixel.offset.y()); in draw_typeface_rendering_gm() 248 x + subpixel.offset.x(), in draw_typeface_rendering_gm() 249 y + subpixel.offset.y(), font, paint); in draw_typeface_rendering_gm()
|
/third_party/skia/tests/ |
H A D | TextBlobCacheTest.cpp | 122 for (int subpixel = 0; subpixel < 2; subpixel++) { in text_blob_cache_inner() 131 font.setSubpixel(SkToBool(subpixel)); in text_blob_cache_inner()
|
H A D | FontHostTest.cpp | 210 bool subpixel; in test_advances() member 244 font.setSubpixel(settings[j].subpixel); in test_advances()
|
/third_party/skia/src/utils/mac/ |
H A D | SkCTFont.h | 24 some, // SmoothFonts produces some effect, but not subpixel coverage. 25 subpixel, // SmoothFonts produces some effect and provides subpixel coverage. member in SkCTFontSmoothBehavior
|
H A D | SkCTFont.cpp | 266 return SkCTFontSmoothBehavior::subpixel; in SkCTFontGetSmoothBehavior()
|
/third_party/glfw/src/ |
H A D | wl_monitor.c | 47 int32_t subpixel, in outputHandleGeometry() 41 outputHandleGeometry(void* userData, struct wl_output* output, int32_t x, int32_t y, int32_t physicalWidth, int32_t physicalHeight, int32_t subpixel, const char* make, const char* model, int32_t transform) outputHandleGeometry() argument
|
/third_party/skia/include/core/ |
H A D | SkFont.h | 142 @param subpixel setting for sub-pixel positioning 144 void setSubpixel(bool subpixel);
|
/third_party/mesa3d/include/drm-uapi/ |
H A D | drm_mode.h | 505 * @subpixel: Subpixel order of the connected sink. 509 __u32 subpixel; member
|
/third_party/libdrm/include/drm/ |
H A D | drm_mode.h | 473 * @subpixel: Subpixel order of the connected sink. 477 __u32 subpixel; member
|
/third_party/libdrm/ |
H A D | xf86drmMode.h | 212 drmModeSubPixel subpixel; member
|
H A D | xf86drmMode.c | 569 /* convert subpixel from kernel to userspace */ in _drmModeGetConnector() 570 r->subpixel = conn.subpixel + 1; in _drmModeGetConnector()
|
/third_party/skia/src/ports/ |
H A D | SkTypeface_mac_ct.cpp | 933 // The above turns off subpixel rendering, but the user requested it. 934 // Normal hinting will cause the A8 masks to be generated from CoreGraphics subpixel masks. 977 if (smoothBehavior == SkCTFontSmoothBehavior::subpixel) { 1006 // CoreGraphics smoothed text without subpixel coverage blitting goes from a gamma of 1012 } else if (smoothBehavior == SkCTFontSmoothBehavior::subpixel) { 1013 // CoreGraphics smoothed text with subpixel coverage blitting goes from a gamma of
|
Completed in 14 milliseconds