HomeSort by relevance Sort by last modified time
    Searched full:hinting (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /external/freetype/src/autofit/
afdummy.h 5 /* Auto-fitter dummy routines to be used if no hinting should be */
28 /* A dummy script metrics class used when no hinting should
afindic.h 5 /* Auto-fitter hinting routines for Indic scripts (specification). */
aflatin2.h 5 /* Auto-fitter hinting routines for latin script (specification). */
afcjk.h 5 /* Auto-fitter hinting routines for CJK script (specification). */
afdummy.c 5 /* Auto-fitter dummy routines to be used if no hinting should be */
afglobal.h 5 /* Auto-fitter routines to compute global hinting values */
afindic.c 5 /* Auto-fitter hinting routines for Indic scripts (body). */
aftypes.h 56 #define xxAF_USE_WARPER /* only define to use warp hinting */
208 AF_SCALER_FLAG_NO_HORIZONTAL = 1, /* disable horizontal hinting */
209 AF_SCALER_FLAG_NO_VERTICAL = 2, /* disable vertical hinting */
210 AF_SCALER_FLAG_NO_ADVANCE = 4 /* disable advance hinting */
afglobal.c 5 /* Auto-fitter routines to compute global hinting values (body). */
98 * XXX: Shouldn't we rather disable hinting?
162 * XXX: Shouldn't we disable hinting or do something similar?
aflatin.h 5 /* Auto-fitter hinting routines for latin script (specification). */
afloader.c 166 /* automatic hinting process */
173 /* width/positioning that occurred during the hinting process */
489 scaler.x_delta = 0; /* XXX: TODO: add support for sub-pixel hinting */
491 scaler.y_delta = 0; /* XXX: TODO: add support for sub-pixel hinting */
  /external/webkit/WebKit/chromium/src/linux/
WebFontRendering.cpp 41 void WebFontRendering::setHinting(SkPaint::Hinting hinting)
43 FontPlatformData::setHinting(hinting);
  /external/freetype/src/pshinter/
pshinter.c 5 /* FreeType PostScript Hinting module */
pshglob.h 5 /* PostScript hinter global hinting management. */
  /external/freetype/src/psaux/
t1decode.h 51 FT_Bool hinting,
psobjs.h 159 FT_Bool hinting );
  /external/skia/include/core/
SkScalerContext.h 154 // up with the SkPaint::Hinting enum.
183 SkPaint::Hinting getHinting() const {
184 return static_cast<SkPaint::Hinting>((fFlags & kHintingMask) >> 4);
187 void setHinting(SkPaint::Hinting hinting) {
188 fFlags = (fFlags & ~kHintingMask) | (hinting << 4);
  /external/freetype/src/cff/
cffgload.h 77 /* hints_funcs :: Auxiliary pointer for hinting. */
79 /* hints_globals :: Auxiliary pointer for hinting. */
167 FT_Bool hinting,
  /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.
ttunpat.h 5 /* Definitions for the unpatented TrueType hinting system */
ftadvanc.h 64 /* corresponding hinting mode or font driver doesn't allow for very */
72 /* and hinting of the glyph outline, are extremely slow by */
  /external/webkit/WebCore/platform/graphics/chromium/
FontPlatformDataLinux.cpp 44 static SkPaint::Hinting skiaHinting = SkPaint::kNormal_Hinting;
47 void FontPlatformData::setHinting(SkPaint::Hinting hinting)
49 skiaHinting = hinting;
  /external/webkit/WebKit/chromium/public/linux/
WebFontRendering.h 44 WEBKIT_API static void setHinting(SkPaint::Hinting);
  /external/freetype/include/freetype/internal/
autohint.h 33 /* A small technical note regarding automatic hinting in order to */
168 /* This function is capable of loading composite glyphs by hinting */
fttrace.h 77 /* PostScript hinting module `pshinter' */

Completed in 271 milliseconds

1 2 3 4