HomeSort by relevance Sort by last modified time
    Searched full:hinting (Results 151 - 175 of 349) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/skia/include/ports/
SkRemotableFontMgr.h 28 // antialias, embedded bitmaps, autohint, hinting, hintstyle, lcd rendering
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
fterrdef.h 221 "glyph to big for hinting" )
tttables.h 520 /* glyph hinting. */
523 /* twilight zone used for glyph hinting. */
526 /* storage area used for glyph hinting. */
540 /* used for glyph hinting. */
    [all...]
  /external/skia/include/core/
SkPaint.h 77 /** Specifies the level of hinting to be performed. These names are taken
87 enum Hinting {
94 Hinting getHinting() const {
95 return static_cast<Hinting>(fBitfields.fHinting);
98 void setHinting(Hinting hintingLevel);
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afcjk.c 5 /* Auto-fitter hinting routines for CJK writing system (body). */
    [all...]
aflatin2.c 5 /* Auto-fitter hinting routines for latin writing system (body). */
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/
CHANGES 21 modified. It now essentially means `no hinting along the
195 auto-hinting mode. The idea of the code is to slightly scale
322 subpixel hinting mode as described in the ClearType whitepaper
347 auto-hinting of fonts that use OpenType features: Many glyphs
406 - Another round of improvements to correct positioning and hinting
435 - In TrueType fonts, hinting of composite glyphs could sometimes
513 used to retrieve subpixel hinting information. It was necessary
578 hinting engine using the new `interpreter-version' property of
581 subpixel hinting support, respectively.
589 it accepts a new command line option `-H' to select the hinting
    [all...]
  /external/freetype/src/autofit/
aflatin2.c 5 /* Auto-fitter hinting routines for latin writing system (body). */
    [all...]
  /external/freetype/src/truetype/
ttgload.c 786 /* XXX: UNDOCUMENTED! Hinting instructions of a composite glyph */
869 /* Usually, this means scaling and hinting through bytecode */
945 /* scale, but only if enabled and only if TT hinting is being used */
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
ttgload.c 765 /* XXX: UNDOCUMENTED! Hinting instructions of a composite glyph */
846 /* Usually, this means scaling and hinting through bytecode */
922 /* scale, but only if enabled and only if TT hinting is being used */
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttgload.c 763 /* XXX: UNDOCUMENTED! Hinting instructions of a composite glyph */
844 /* Usually, this means scaling and hinting through bytecode */
920 /* scale, but only if enabled and only if TT hinting is being used */
    [all...]
  /external/freetype/include/internal/
psaux.h 489 FT_Bool hinting );
648 FT_Bool hinting,
    [all...]
pshints.h 291 * Hinting information.
605 * Hinting information.
  /external/freetype/src/cff/
cffdrivr.c 694 else if ( !ft_strcmp( property_name, "hinting-engine" ) )
750 else if ( !ft_strcmp( property_name, "hinting-engine" ) )
  /external/harfbuzz_ng/src/
hb-ft.cc 56 * but don't pass the correct flags to FreeType. We just abuse the no-hinting mode
587 #if 0 /* hb-ft works in no-hinting model */
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/reference/
ft2-quick_advance.html 216 <p>If set, it indicates that you want these functions to fail if the corresponding hinting mode or font driver doesn't allow for very quick advance computation.</p>
218 <p>Normal and bytecode hinted modes that require loading, scaling, and hinting of the glyph outline, are extremely slow by comparison.</p>
ft2-version.html 180 <p>Since May 2010, TrueType hinting is no longer patented.</p>
213 <p>Since May 2010, TrueType hinting is no longer patented.</p>
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
psaux.h 489 FT_Bool hinting );
648 FT_Bool hinting,
    [all...]
pshints.h 291 * Hinting information.
605 * Hinting information.
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cffdrivr.c 699 else if ( !ft_strcmp( property_name, "hinting-engine" ) )
755 else if ( !ft_strcmp( property_name, "hinting-engine" ) )
  /external/pdfium/third_party/freetype/include/freetype/internal/
psaux.h 489 FT_Bool hinting );
648 FT_Bool hinting,
    [all...]
pshints.h 291 * Hinting information.
605 * Hinting information.
  /external/pdfium/third_party/freetype/src/cff/
cffdrivr.c 694 else if ( !ft_strcmp( property_name, "hinting-engine" ) )
750 else if ( !ft_strcmp( property_name, "hinting-engine" ) )
  /external/skia/samplecode/
SampleApp.cpp 458 SkPaint::Hinting hinting; member in struct:HintingState
486 SkOSMenu::TriState subpixel, int hinting, int filterQuality)
491 , fHintingState(hinting)
515 paint->writable()->setHinting(gHintingStates[fHintingState].hinting);
928 itemID = fAppMenu->appendList("Hinting", "Hinting", sinkID, fHintingState,
    [all...]
  /external/skia/src/ports/
SkTypeface_win_dw.cpp 263 SkPaint::Hinting h = rec->getHinting();
264 // DirectWrite does not provide for hinting hints.

Completed in 1393 milliseconds

1 2 3 4 5 67 8 91011>>