Home
last modified time | relevance | path

Searched refs:subpixel (Results 1 – 25 of 70) sorted by relevance

123

/third_party/skia/docs/examples/
DDevice_Text.cpp17 for (bool subpixel : { false, true }) {
18 paint.setSubpixelText(subpixel);
/third_party/skia/gm/
Dtypeface.cpp221 for (const SubpixelType subpixel : subpixelTypes) { local
223 font.setSubpixel(subpixel.requested);
244 canvas->rotate(2, x + subpixel.offset.x(),
245 y + subpixel.offset.y());
248 x + subpixel.offset.x(),
249 y + subpixel.offset.y(), font, paint);
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/
DAMD_sample_positions.txt107 The subpixel range [0,1] is discretized based on the implementation-
109 SUBSAMPLE_DISTANCE_AMD as the pname parameter to query the subpixel
112 sure they don't fall in the same subpixel if
185 both the vertical and horizontal directions. The subpixel range [0,1]
193 subpixel. A coordinate c will map to the greatest multiple of ssd that
196 will map to the same subpixel, which means the application might want to
DAMD_framebuffer_sample_positions.txt136 The subpixel range [0,1) is discretized based on the implementation-
138 SUBSAMPLE_DISTANCE_AMD as the pname parameter to query the subpixel
141 sure they don't fall in the same subpixel if
289 for both the vertical and horizontal directions. The subpixel range
297 subpixel. A coordinate c will map to the greatest multiple of ssd that
300 both points will map to the same subpixel, which means the application
/third_party/openGLES/extensions/AMD/
DAMD_sample_positions.txt107 The subpixel range [0,1] is discretized based on the implementation-
109 SUBSAMPLE_DISTANCE_AMD as the pname parameter to query the subpixel
112 sure they don't fall in the same subpixel if
185 both the vertical and horizontal directions. The subpixel range [0,1]
193 subpixel. A coordinate c will map to the greatest multiple of ssd that
196 will map to the same subpixel, which means the application might want to
DAMD_framebuffer_sample_positions.txt136 The subpixel range [0,1) is discretized based on the implementation-
138 SUBSAMPLE_DISTANCE_AMD as the pname parameter to query the subpixel
141 sure they don't fall in the same subpixel if
289 for both the vertical and horizontal directions. The subpixel range
297 subpixel. A coordinate c will map to the greatest multiple of ssd that
300 both points will map to the same subpixel, which means the application
/third_party/mesa3d/docs/relnotes/
D18.1.7.rst32 - i965 always reports 0 viewport subpixel bits
49 - i965: Advertise 8 bits subpixel precision for viewport bounds on
D18.3.5.rst161 - anv: advertise 8 subpixel precision bits
/third_party/skia/tests/
DTextBlobCacheTest.cpp122 for (int subpixel = 0; subpixel < 2; subpixel++) { in text_blob_cache_inner() local
131 font.setSubpixel(SkToBool(subpixel)); in text_blob_cache_inner()
DFontHostTest.cpp210 bool subpixel; in test_advances() member
244 font.setSubpixel(settings[j].subpixel); in test_advances()
/third_party/skia/src/utils/mac/
DSkCTFont.h25 subpixel, // SmoothFonts produces some effect and provides subpixel coverage. enumerator
DSkCTFont.cpp266 return SkCTFontSmoothBehavior::subpixel; in SkCTFontGetSmoothBehavior()
/third_party/openGLES/extensions/NV/
DNV_conservative_raster.txt54 subpixel bits such that snapping occurs to the same effective grid as when
95 may not apply because the subpixel precision may not be the same at all
200 of viewport size and total subpixel precision exceed that then less
208 primitive happens to be zero area due to subpixel precision then generating
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_conservative_raster.txt54 subpixel bits such that snapping occurs to the same effective grid as when
95 may not apply because the subpixel precision may not be the same at all
200 of viewport size and total subpixel precision exceed that then less
208 primitive happens to be zero area due to subpixel precision then generating
/third_party/skia/site/docs/user/
D_index.md18 * subpixel text
/third_party/skia/site/docs/dev/design/raster_tragedy/
D_index.md54 For subpixel partial coverage (subpixel anti-aliased) glyph masks linear blending in a
61 So, if subpixel anti-aliased glyph masks (and sometimes full pixel anti-aliased glyph masks)
90 The gamma hack works best with subpixel anti-aliasing since the adjustment can be made per-channel
176 subpixel anti-aliasing brings a 100dpi display up to 300dpi, which is close, but still a bit
/third_party/libdrm/man/
DdrmModeGetResources.3.rst63 width and height in mm, subpixel ordering, and various other
/third_party/skia/include/core/
DSkFont.h144 void setSubpixel(bool subpixel);
/third_party/skia/experimental/pvg/
Ddraw_msg.proto105 bool subpixel = 8; field
/third_party/glfw/src/
Dwl_monitor.c47 int32_t subpixel, in geometry() argument
/third_party/libdrm/
Dxf86drmMode.h212 drmModeSubPixel subpixel; member
/third_party/libdrm/include/drm/
Ddrm_mode.h477 __u32 subpixel; member
/third_party/mesa3d/include/drm-uapi/
Ddrm_mode.h509 __u32 subpixel; member
/third_party/mesa3d/docs/gallium/cso/
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.
/third_party/ffmpeg/doc/
Dlibav-merge.txt91 - 1f821750f hevcdsp: split the qpel functions by width instead of by the subpixel fraction

123