Home
last modified time | relevance | path

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

12

/external/skqp/gm/
Dtypeface.cpp213 for (const SubpixelType subpixel : subpixelTypes) { local
215 paint.setSubpixelText(subpixel.requested);
237 canvas->rotate(2, x + subpixel.offset.x(),
238 y + subpixel.offset.y());
241 x + subpixel.offset.x(),
242 y + subpixel.offset.y(), paint);
/external/skia/gm/
Dtypeface.cpp213 for (const SubpixelType subpixel : subpixelTypes) { local
215 paint.setSubpixelText(subpixel.requested);
237 canvas->rotate(2, x + subpixel.offset.x(),
238 y + subpixel.offset.y());
241 x + subpixel.offset.x(),
242 y + subpixel.offset.y(), paint);
/external/skia/tests/
DTextBlobCacheTest.cpp103 for (int subpixel = 0; subpixel < 2; subpixel++) { in text_blob_cache_inner() local
106 paint.setSubpixelText(SkToBool(subpixel)); in text_blob_cache_inner()
/external/skqp/tests/
DTextBlobCacheTest.cpp103 for (int subpixel = 0; subpixel < 2; subpixel++) { in text_blob_cache_inner() local
106 paint.setSubpixelText(SkToBool(subpixel)); in text_blob_cache_inner()
/external/skqp/site/user/
Dindex.md11 * subpixel text
/external/skia/site/user/
Dindex.md11 * subpixel text
/external/libvpx/libvpx/test/
Dtest-data.sha1578 edea45dac4a3c2e5372339f8851d24c9bef803d6 *vp90-2-09-subpixel-00.ivf
579 5428efc4bf92191faedf4a727fcd1d94966a7abc *vp90-2-09-subpixel-00.ivf.md5
719 4506dfdcdf8ee4250924b075a0dcf1f070f72e5a *invalid-vp90-2-09-subpixel-00.ivf.s19552_r01-05_b6-.v2.ivf
720 bcdedaf168ac225575468fda77502d2dc9fd5baa *invalid-vp90-2-09-subpixel-00.ivf.s19552_r01-05_b6-.v2.iv…
731 8b1f7bf7e86c0976d277f60e8fcd9539e75a079a *invalid-vp90-2-09-subpixel-00.ivf.s20492_r01-05_b6-.v2.ivf
732 9c6bdf048fb2e66f07d4b4db5b32e6f303bd6109 *invalid-vp90-2-09-subpixel-00.ivf.s20492_r01-05_b6-.v2.iv…
Dtest-data.mk597 LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER) += vp90-2-09-subpixel-00.ivf
598 LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER) += vp90-2-09-subpixel-00.ivf.md5
767 LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER) += invalid-vp90-2-09-subpixel-00.ivf.s19552_r01-05_b6-.v2.ivf
768 LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER) += invalid-vp90-2-09-subpixel-00.ivf.s19552_r01-05_b6-.v2.iv…
769 LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER) += invalid-vp90-2-09-subpixel-00.ivf.s20492_r01-05_b6-.v2.ivf
770 LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER) += invalid-vp90-2-09-subpixel-00.ivf.s20492_r01-05_b6-.v2.iv…
/external/libdrm/include/drm/
Ddrm_mode.h278 __u32 subpixel; member
/external/kernel-headers/original/uapi/drm/
Ddrm_mode.h339 __u32 subpixel; member
/external/libdrm/
Dxf86drmMode.h298 drmModeSubPixel subpixel; member
Dxf86drmMode.c559 r->subpixel = conn.subpixel + 1; in _drmModeGetConnector()
/external/freetype/
Dmodules.cfg211 # Support for LCD color filtering of subpixel bitmaps.
DChangeLog.25997 * src/truetype/ttinterp.c (Ins_DELTAP): Fix subpixel hinting.
1000 subpixel hinting mode as described in the ClearType whitepaper; it
1006 instructions for touched points in the non-subpixel direction are
2956 This patch unifies the subpixel and non-subpixel cases.
2961 Rename `subpixel_hinting' member to `subpixel.
3317 [truetype] Fix GETINFO opcode handling of subpixel hinting bits.
3320 get info on subpixel hinting.
4979 [truetype] Formatting and an additional subpixel tweak.
4987 [truetype] Adjust subpixel zp2 moves and tweak rules.
4992 (Move_Zp2_Point): Don't always disable x moves for subpixel rendering.
[all …]
DChangeLog.24506 subpixel hinting mode.
1935 The subpixel hinting patch contained the concept of an adjustable
1969 [truetype] Support subpixel hinting.
2045 (TT_ExecContextRec): Add members for subpixel hinting support.
DChangeLog.26548 [truetype] Make TT_LOADER_SET_PP support subpixel hinting [3/3].
599 between subpixel versions.
4217 s/subpixel/subpixel_hinting.
DChangeLog.237246 Add a new API to support color filtering of subpixel glyph bitmaps.
7262 Handle subpixel rendering.
/external/freetype/docs/
DCHANGES376 - As announced earlier, the 2.7.x series now uses the new subpixel
396 This allows to select, say, the subpixel hinting mode at runtime
446 - The new subpixel hinting mode is now disabled by default; it
460 - A new subpixel hinting mode has been contributed by Nikolaus
475 Activation of the subpixel hinting support can be controlled
479 slowness). Value 2 activates the new subpixel hinting mode, and
482 At run time, you can select the subpixel hinting mode with the
891 subpixel hinting mode as described in the ClearType whitepaper
892 (i.e., for touched points in the non-subpixel direction).
1082 used to retrieve subpixel hinting information. It was necessary
[all …]
/external/libvpx/libvpx/
DCHANGELOG607 Bilinear subpixel optimizations for ssse3.
/external/mesa3d/src/gallium/docs/source/
Dscreen.rst348 * ``PIPE_CAP_VIEWPORT_SUBPIXEL_BITS``: Number of bits of subpixel precision for
/external/python/cpython2/Modules/
Dcstubs1331 void subpixel long s
Dglmodule.c6874 subpixel( arg1 ); in gl_subpixel()
/external/skqp/docs/
DSkPaint_Reference.bmh994 for (bool subpixel : { false, true }) {
995 paint.setSubpixelText(subpixel);
/external/skia/docs/
DSkPaint_Reference.bmh989 for (bool subpixel : { false, true }) {
990 paint.setSubpixelText(subpixel);
/external/doclava/res/assets/templates-sdk/assets/css/
Ddefault.css23 /* prevent subpixel antialiasing, which thickens the text */
339 -webkit-font-smoothing: subpixel-antialiased;

12