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

12 3 4 5 6 7

  /external/freetype/src/autofit/
afcjk.h 5 /* Auto-fitter hinting routines for CJK script (specification). */
afglobal.c 5 /* Auto-fitter routines to compute global hinting values (body). */
98 * XXX: Shouldn't we rather disable hinting?
158 * XXX: Shouldn't we disable hinting or do something similar?
aftypes.h 173 AF_SCALER_FLAG_NO_HORIZONTAL = 1, /* disable horizontal hinting */
174 AF_SCALER_FLAG_NO_VERTICAL = 2, /* disable vertical hinting */
175 AF_SCALER_FLAG_NO_ADVANCE = 4 /* disable advance hinting */
afindic.c 5 /* Auto-fitter hinting routines for Indic scripts (body). */
afhints.h 5 /* Auto-fitter hinting routines (specification). */
185 * hinting instruction.
194 * hinting instruction. Typical candidates are control points and
aflatin.h 5 /* Auto-fitter hinting routines for latin script (specification). */
afloader.c 176 /* automatic hinting process */
183 /* width/positioning that occurred during the hinting process */
504 scaler.x_delta = 0; /* XXX: TODO: add support for sub-pixel hinting */
506 scaler.y_delta = 0; /* XXX: TODO: add support for sub-pixel hinting */
  /external/freetype/src/psaux/
psobjs.h 159 FT_Bool hinting );
  /external/webkit/Source/WebKit/chromium/public/linux/
WebFontRendering.h 44 WEBKIT_API static void setHinting(SkPaint::Hinting);
  /external/freetype/src/pshinter/
pshglob.h 5 /* PostScript hinter global hinting management. */
  /external/llvm/test/CodeGen/Thumb2/
2013-02-19-tail-call-register-hint.ll 4 ; callee-saved register. Register hinting from t2LDRDri was getting this
  /external/webkit/Source/WebCore/platform/graphics/freetype/
FontCustomPlatformDataFreeType.cpp 42 // FIXME Should we be setting some hinting options here?
  /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' */
  /external/webkit/Tools/DumpRenderTree/chromium/
fonts.conf 150 <!-- These deliberately contradict each other. The 'hinting' preference
155 <edit name="hinting" mode="assign">
  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.h 106 SkPaint::Hinting hinting; member in class:android::TextLayoutCacheKey
TextLayoutCache.cpp 222 hinting(SkPaint::kNo_Hinting), variant(SkPaint::kDefault_Variant), language() {
235 hinting = paint->getHinting();
251 hinting(other.hinting),
281 deltaInt = lhs.hinting - rhs.hinting;
309 hash = JenkinsHashMix(hash, hinting);
    [all...]
  /external/skia/src/ports/
SkFontHost_mac_coretext.cpp 1747 SkPaint::Hinting hinting = rec->getHinting(); local
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_util.cc 692 gint hinting = 0; local
699 "gtk-xft-hinting", &hinting, local
706 prefs->hinting = RENDERER_PREFERENCES_HINTING_SYSTEM_DEFAULT;
725 if (hinting == 0 || strcmp(hint_style, "hintnone") == 0) {
726 prefs->hinting = RENDERER_PREFERENCES_HINTING_NONE;
728 prefs->hinting = RENDERER_PREFERENCES_HINTING_SLIGHT;
730 prefs->hinting = RENDERER_PREFERENCES_HINTING_MEDIUM;
732 prefs->hinting = RENDERER_PREFERENCES_HINTING_FULL;
    [all...]
  /external/skia/tools/
PictureRenderer.h 58 kHinting_DrawFilterFlag = 0x8000, // toggles between no hinting and normal hinting
59 kSlightHinting_DrawFilterFlag = 0x10000, // toggles between slight and normal hinting
  /external/skia/src/core/
SkPaint.cpp 192 void SkPaint::setHinting(Hinting hintingLevel) {
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/win/
FontPlatformDataCairoWin.cpp 77 // We force antialiasing and disable hinting to provide consistent
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LastComposedWord.java 27 // no hinting from the IME. It happens when some external event happens (rotating the device,
  /external/freetype/include/freetype/
freetype.h 238 /* dimensions of the hinted glyph (in case hinting is applicable). */
    [all...]
  /external/freetype/src/cff/
cffgload.c 244 /* hinting :: Whether hinting is active. */
251 FT_Bool hinting )
273 if ( hinting && size )
372 /* hinting :: Whether hinting is active. */
374 /* hint_mode :: The hinting mode. */
381 FT_Bool hinting,
391 cff_builder_init( &decoder->builder, face, size, slot, hinting );
2588 FT_Bool hinting, force_scaling; local
    [all...]

Completed in 692 milliseconds

12 3 4 5 6 7