HomeSort by relevance Sort by last modified time
    Searched full:hinting (Results 26 - 50 of 346) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/skia/gm/
fontscaler.cpp 46 //With freetype the default (normal hinting) can be really ugly.
47 //Most distros now set slight (vertical hinting only) in any event.
  /external/freetype/include/freetype/
ftgasp.h 46 * mainly useful when implementing native TrueType hinting with the
65 * Grid-fitting and hinting should be performed at the specified ppem.
67 * is not set, no hinting gets applied.
ttunpat.h 5 /* Definitions for the unpatented TrueType hinting system. */
  /external/freetype/src/cff/
cffgload.h 82 /* hints_funcs :: Auxiliary pointer for hinting. */
84 /* hints_globals :: Auxiliary pointer for hinting. */
209 FT_Bool hinting,
cf2font.h 73 CF2_Matrix innerTransform; /* for hinting; erect, scaled */
74 CF2_Matrix outerTransform; /* post hinting; includes rotations */
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
ftgasp.h 46 * mainly useful when implementing native TrueType hinting with the
65 * Grid-fitting and hinting should be performed at the specified ppem.
67 * is not set, no hinting gets applied.
ttunpat.h 5 /* Definitions for the unpatented TrueType hinting system */
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cffgload.h 82 /* hints_funcs :: Auxiliary pointer for hinting. */
84 /* hints_globals :: Auxiliary pointer for hinting. */
209 FT_Bool hinting,
  /external/pdfium/third_party/freetype/include/freetype/
ftgasp.h 46 * mainly useful when implementing native TrueType hinting with the
65 * Grid-fitting and hinting should be performed at the specified ppem.
67 * is not set, no hinting gets applied.
ttunpat.h 5 /* Definitions for the unpatented TrueType hinting system */
  /external/pdfium/third_party/freetype/src/cff/
cffgload.h 82 /* hints_funcs :: Auxiliary pointer for hinting. */
84 /* hints_globals :: Auxiliary pointer for hinting. */
209 FT_Bool hinting,
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftgasp.h 46 * mainly useful when implementing native TrueType hinting with the
65 * Grid-fitting and hinting should be performed at the specified ppem.
67 * is not set, no hinting gets applied.
ttunpat.h 5 /* Definitions for the unpatented TrueType hinting system */
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
ttinterp.h 106 /* These structures define rules used to tweak subpixel hinting for */
250 FT_Bool grayscale; /* are we hinting for grayscale? */
255 FT_Bool subpixel_hinting; /* Using subpixel hinting? */
257 /* subpixel hinting. On if gray */
258 /* or subpixel hinting is on. */
269 FT_Bool gray_cleartype; /* ClearType hinting but */
  /external/pdfium/third_party/freetype/src/truetype/
ttinterp.h 106 /* These structures define rules used to tweak subpixel hinting for */
250 FT_Bool grayscale; /* are we hinting for grayscale? */
255 FT_Bool subpixel_hinting; /* Using subpixel hinting? */
257 /* subpixel hinting. On if gray */
258 /* or subpixel hinting is on. */
269 FT_Bool gray_cleartype; /* ClearType hinting but */
  /external/skia/src/core/
SkDeviceProfile.h 44 * @param level The hinting level to be used, IF the paint specifies
45 * "default". Otherwise the paint's hinting level will be
SkScalerContext.h 104 * hinting, and sometimes true for other properties as well.
131 inline SkPaint::Hinting getHinting() const;
132 inline void setHinting(SkPaint::Hinting);
164 kForceAutohinting_Flag = 0x0020, // Use auto instead of bytcode hinting if hinting.
168 // up with the SkPaint::Hinting enum.
359 SkPaint::Hinting SkScalerContextRec::getHinting() const {
362 return static_cast<SkPaint::Hinting>(hint);
365 void SkScalerContextRec::setHinting(SkPaint::Hinting hinting) {
    [all...]
  /frameworks/minikin/libs/minikin/
MinikinFontFreeType.cpp 44 FT_UInt32 flags = FT_LOAD_DEFAULT; // TODO: respect hinting settings
78 FT_Int32 load_flags = FT_LOAD_DEFAULT; // TODO: respect hinting settings
  /external/freetype/src/truetype/
ttinterp.h 106 /* These structures define rules used to tweak subpixel hinting for */
251 FT_Bool grayscale; /* bi-level hinting and */
258 * rendering and subpixel hinting). When ClearType was introduced, most
267 * The minimal subpixel hinting code (interpreter version 40) employs a
350 /* Using v40 implies subpixel hinting. Used to detect interpreter */
370 /* ClearType hinting and grayscale rendering, as used by Universal */
373 /* resolution on the x axis. Different from bi-level hinting and */
382 FT_Bool subpixel_hinting; /* Using subpixel hinting? */
384 /* subpixel hinting. On if gray */
385 /* or subpixel hinting is on. *
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/reference/
ft2-tt_driver.html 116 <p>Monochromatic rendering, exclusively used in the early days of TrueType by both Apple and Microsoft. Microsoft's GDI interface supported hinting of the right-side bearing point, such that the advance width could be non-linear. Most often this was done to achieve some level of glyph symmetry. To enable reasonable performance (e.g., not having to run hinting on all glyphs just to get the widths) there was a bit in the head table indicating if the side bearing was hinted, and additional tables, &lsquo;hdmx&rsquo; and &lsquo;LTSH&rsquo;, to cache hinting widths across multiple sizes and device aspect ratios.</p>
120 <p>Technique that uses physical subpixels to improve rendering on LCD (and other) displays. Because of the higher resolution, many methods of improving symmetry in glyphs through hinting the right-side bearing were no longer necessary. This lead to what GDI calls &lsquo;natural widths&rsquo; ClearType, see <a href="http://www.beatstamm.com/typography/RTRCh4.htm#Sec21">http://www.beatstamm.com/typography/RTRCh4.htm#Sec21</a>. Since hinting has extra resolution, most non-linearity went away, but it is still possible for hints to change the advance widths in this mode.</p>
126 <p>This is a set of exceptions made in the TrueType interpreter to minimize hinting techniques that were problematic with the extra resolution of ClearType; see <a href="http://www.beatstamm.com/typography/RTRCh4.htm#Sec1">http://www.beatstamm.com/typography/RTRCh4.htm#Sec1</a> and <a href="http://www.microsoft.com/typography/cleartype/truetypecleartype.aspx">http://www.microsoft.com/typography/cleartype/truetypecleartype.aspx</a>. This technique is not to be confused with ClearType compatible widths. ClearType backwards compatibility has no direct impact on changing advance widths, but there might be an indirect impact on disabling some deltas. This could be worked around in backwards compatibility mode.</p>
133 <p>Currently, two versions are available, representing the bytecode interpreter with and without subpixel hinting support, respectively. The default is subpixel support if TT_CONFIG_OPTION_SUBPIXEL_HINTING is defined, and no subpixel support otherwise (since it isn't available then).</p>
134 <p>If subpixel hinting is on, many TrueType bytecode instructions behave differently compared to B/W or grayscale rendering (except if &lsquo;native ClearType&rsquo; is selected by the font). The main idea is to render at a much increased horizontal resolution, then sampling down the created output to subpixel precision. However, many older fonts are not suited to this and must be specially taken care of by applying (hardcoded) font-specific tweaks.</p>
135 <p>Details on subpixel hinting and some of the necessary tweaks can be found in Greg Hitchcock's whitepaper at &lsquo;<a href="http://www.microsoft.com/typography/cleartype/truetypecleartype.aspx">http://www.microsoft.com/typography/cleartype/truetypecleartype.aspx</a>&rsquo;.</p>
136 <p>The following example code demonstrates how to activate subpixel hinting (omitting the error handling).</p
    [all...]
  /external/freetype/src/autofit/
afdummy.c 5 /* Auto-fitter dummy routines to be used if no hinting should be */
afloader.h 33 * relevant to auto-hinting are `swapped in'. Cf. functions like
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afdummy.c 5 /* Auto-fitter dummy routines to be used if no hinting should be */
afloader.h 33 * relevant to auto-hinting are `swapped in'. Cf. functions like
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
BounceInterpolator.java 22 * An implementation of a bouncer interpolator optimized for unlock hinting.

Completed in 1410 milliseconds

12 3 4 5 6 7 8 91011>>