HomeSort by relevance Sort by last modified time
    Searched full:hinting (Results 51 - 75 of 156) sorted by null

1 23 4 5 6 7

  /external/freetype/include/freetype/config/
ftoption.h 131 /* hinting glyphs, and which should be executed as fast as possible. */
    [all...]
  /external/freetype/src/autofit/
aflatin.c 5 /* Auto-fitter hinting routines for latin script (body). */
    [all...]
aflatin2.c 5 /* Auto-fitter hinting routines for latin script (body). */
    [all...]
afcjk.c 5 /* Auto-fitter hinting routines for CJK script (body). */
747 /* the fake segments are for metrics hinting only */
    [all...]
afhints.c 5 /* Auto-fitter hinting routines (body). */
886 /* hinting instruction. */
1141 /* hinting instruction. */
  /external/skia/legacy/src/core/
SkPaint.cpp 176 void SkPaint::setHinting(Hinting hintingLevel) {
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
__init__.py 235 can be used to implement custom decoders (e.g. JSON-RPC class hinting).
256 can be used to implement custom decoders (e.g. JSON-RPC class hinting).
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
runant.pl 78 #and perl is not too hot at hinting which box it is on.
  /external/freetype/include/freetype/
tttables.h 497 /* glyph hinting. */
500 /* twilight zone used for glyph hinting. */
503 /* storage area used for glyph hinting. */
517 /* used for glyph hinting. */
    [all...]
  /external/freetype/src/pshinter/
pshalgo.h 5 /* PostScript hinting algorithm (specification). */
  /external/freetype/src/truetype/
ttinterp.h 219 FT_Bool grayscale; /* are we hinting for grayscale? */
ttdriver.c 316 /* are necessary to disable hinting for tricky fonts */
ttobjs.h 293 /* it without affecting auto-hinting (when used) */
  /external/harfbuzz_ng/src/
hb-font.h 439 * A zero value means "no hinting in that direction"
  /external/icu4c/common/
uvectr64.cpp 17 * Constants for hinting whether a key is an integer
uvectr32.cpp 20 * Constants for hinting whether a key is an integer
  /external/webkit/Source/WebCore/platform/graphics/pango/
FontPlatformDataPango.cpp 153 // We force antialiasing and disable hinting to provide consistent
  /external/skia/legacy/include/core/
SkPaint.h 70 /** Specifies the level of hinting to be performed. These names are taken
80 enum Hinting {
87 Hinting getHinting() const {
88 return static_cast<Hinting>(fHinting);
91 void setHinting(Hinting hintingLevel);
    [all...]
  /external/freetype/include/freetype/internal/
psaux.h 485 FT_Bool hinting );
644 FT_Bool hinting,
    [all...]
pshints.h 291 * Hinting information.
605 * Hinting information.
  /external/skia/legacy/src/ports/
SkFontHost_mac_atsui.cpp 101 // we only support 2 levels of hinting
102 SkPaint::Hinting h = rec->getHinting();
SkFontHost_mac_coretext.cpp     [all...]
  /external/skia/src/ports/
SkFontHost_mac_atsui.cpp 101 // we only support 2 levels of hinting
102 SkPaint::Hinting h = rec->getHinting();
  /frameworks/base/graphics/java/android/graphics/
Paint.java 113 * Option for {@link #setHinting}: disable hinting.
118 * Option for {@link #setHinting}: enable hinting.
350 // TODO: Turning off hinting has undesirable side effects, we need to
351 // revisit hinting once we add support for subpixel positioning
375 // TODO: Turning off hinting has undesirable side effects, we need to
376 // revisit hinting once we add support for subpixel positioning
492 * Return the paint's hinting mode. Returns either
498 * Set the paint's hinting mode. May be either
    [all...]
  /external/freetype/src/psaux/
psobjs.c     [all...]

Completed in 631 milliseconds

1 23 4 5 6 7