Home
last modified time | relevance | path

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

123

/external/skqp/tests/
DTextBlobCacheTest.cpp106 for (int subpixel = 0; subpixel < 2; subpixel++) { in text_blob_cache_inner() local
115 font.setSubpixel(SkToBool(subpixel)); in text_blob_cache_inner()
DFontHostTest.cpp252 bool subpixel; in test_advances() member
285 font.setSubpixel(settings[j].subpixel); in test_advances()
/external/skia/docs/examples/
DDevice_Text.cpp17 for (bool subpixel : { false, true }) {
18 paint.setSubpixelText(subpixel);
/external/skqp/gm/
Dtypeface.cpp227 for (const SubpixelType subpixel : subpixelTypes) { local
229 font.setSubpixel(subpixel.requested);
250 canvas->rotate(2, x + subpixel.offset.x(),
251 y + subpixel.offset.y());
254 x + subpixel.offset.x(),
255 y + subpixel.offset.y(), font, paint);
/external/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);
/external/libkmsxx/kms++/src/
Dconnector.cpp255 uint32_t Connector::subpixel() const in subpixel() function in kms::Connector
257 return m_priv->drm_connector->subpixel; in subpixel()
262 return subpix_str.at(subpixel()); in subpixel_str()
/external/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
/external/skia/src/utils/mac/
DSkCTFont.h25 subpixel, // SmoothFonts produces some effect and provides subpixel coverage. enumerator
DSkCTFont.cpp266 return SkCTFontSmoothBehavior::subpixel; in SkCTFontGetSmoothBehavior()
/external/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()
/external/skqp/site/user/
Dindex.md11 * subpixel text
/external/skia/site/docs/user/
D_index.md18 * subpixel text
/external/libkmsxx/kms++/inc/kms++/
Dconnector.h42 uint32_t subpixel() const;
/external/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
/external/skqp/src/compute/skc/platforms/cl_12/kernels/
Drasterize.cl1506 // how many non-horizontal subpixel y-axis slivers are there?
1639 // how many non-horizontal subpixel y-axis slivers are there?
1742 // only non-horizontal subpixel lines are valid
2138 // note that we only care if the end points are rounded to subpixel precision
2265 // segments into subpixel lines
2269 // of subpixel lines.
2540 // note that we only care if the end points are rounded to subpixel precision
2815 // note that we only care if the end points are rounded to subpixel precision
3000 // Coordinates are scaled to subpixel resolution. All that matters
3006 // with the subpixel resolution scaled identity or scaling the
[all …]
/external/libdrm/man/
DdrmModeGetResources.3.rst63 width and height in mm, subpixel ordering, and various other
/external/skia/include/core/
DSkFont.h142 void setSubpixel(bool subpixel);
/external/skqp/include/core/
DSkFont.h135 void setSubpixel(bool subpixel);
/external/skia/experimental/pvg/
Ddraw_msg.proto105 bool subpixel = 8; field
/external/skqp/experimental/pvg/
Ddraw_msg.proto105 bool subpixel = 8; field
/external/libvpx/libvpx/test/
Dtest-data.sha1579 edea45dac4a3c2e5372339f8851d24c9bef803d6 *vp90-2-09-subpixel-00.ivf
580 5428efc4bf92191faedf4a727fcd1d94966a7abc *vp90-2-09-subpixel-00.ivf.md5
720 4506dfdcdf8ee4250924b075a0dcf1f070f72e5a *invalid-vp90-2-09-subpixel-00.ivf.s19552_r01-05_b6-.v2.ivf
721 bcdedaf168ac225575468fda77502d2dc9fd5baa *invalid-vp90-2-09-subpixel-00.ivf.s19552_r01-05_b6-.v2.iv…
732 8b1f7bf7e86c0976d277f60e8fcd9539e75a079a *invalid-vp90-2-09-subpixel-00.ivf.s20492_r01-05_b6-.v2.ivf
733 9c6bdf048fb2e66f07d4b4db5b32e6f303bd6109 *invalid-vp90-2-09-subpixel-00.ivf.s20492_r01-05_b6-.v2.iv…
/external/crosvm/gpu_display/src/
Ddisplay_wl.c101 int subpixel, const char *make, const char *model, in output_geometry() argument
110 (void)subpixel; in output_geometry()
/external/libdrm/
Dxf86drmMode.h209 drmModeSubPixel subpixel; member
/external/libdrm/include/drm/
Ddrm_mode.h390 __u32 subpixel; member

123