Home
last modified time | relevance | path

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

12345

/third_party/flutter/skia/tests/
DTextBlobCacheTest.cpp107 for (int subpixel = 0; subpixel < 2; subpixel++) { in text_blob_cache_inner() local
116 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/docs/examples/
DDevice_Text.cpp17 for (bool subpixel : { false, true }) {
18 paint.setSubpixelText(subpixel);
/third_party/flutter/skia/docs/examples/
DDevice_Text.cpp17 for (bool subpixel : { false, true }) {
18 paint.setSubpixelText(subpixel);
/third_party/flutter/skia/gm/
Dtypeface.cpp222 for (const SubpixelType subpixel : subpixelTypes) { local
224 font.setSubpixel(subpixel.requested);
245 canvas->rotate(2, x + subpixel.offset.x(),
246 y + subpixel.offset.y());
249 x + subpixel.offset.x(),
250 y + subpixel.offset.y(), font, paint);
/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
/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/flutter/skia/site/user/
Dindex.md11 * subpixel text
/third_party/skia/site/docs/user/
D_index.md18 * subpixel text
/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/weston/clients/
Dweston-info.c82 enum wl_output_subpixel subpixel; member
277 switch (output->geometry.subpixel) { in print_output_info()
298 output->geometry.subpixel); in print_output_info()
1602 int32_t subpixel, in output_handle_geometry() argument
1612 output->geometry.subpixel = subpixel; in output_handle_geometry()
/third_party/pixman/pixman/
Drounding.txt140 subpixel positions. This subpixel position determines which of n
/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/flutter/skia/include/core/
DSkFont.h135 void setSubpixel(bool subpixel);
/third_party/skia/include/core/
DSkFont.h144 void setSubpixel(bool subpixel);
/third_party/flutter/skia/experimental/pvg/
Ddraw_msg.proto105 bool subpixel = 8; field

12345