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

1 2 3 4 5 6

  /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). */
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 */
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?
  /external/webkit/Source/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 */
  /external/freetype/src/psaux/
t1decode.h 51 FT_Bool hinting,
psobjs.h 159 FT_Bool hinting );
  /external/skia/gm/
fontscaler.cpp 43 //With freetype the default (normal hinting) can be really ugly.
44 //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 */
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 */
ftbbox.h 80 /* at a large ppem value (so that the hinting instructions can */
  /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/webkit/Tools/DumpRenderTree/gtk/fonts/
fonts.conf 6 issues hinting gives different results depending on the
7 freetype version of the linux distribution, avoiding hinting
10 hinting method that was patented, we could undo this change
11 and try the hinting again. -->
13 <edit name="hinting" mode="assign">
167 <!-- The following hinting specializations are adapted from those in the
189 <edit name="hinting" mode="assign">
204 <!-- These deliberately contradict each other. The 'hinting' preference
209 <edit name="hinting" mode="assign">
221 <edit name="hinting" mode="assign"
    [all...]
  /external/skia/include/core/
SkScalerContext.h 171 // up with the SkPaint::Hinting enum.
224 SkPaint::Hinting getHinting() const {
226 return static_cast<SkPaint::Hinting>(hint);
229 void setHinting(SkPaint::Hinting hinting) {
230 fFlags = (fFlags & ~kHinting_Mask) | (hinting << kHinting_Shift);
SkDeviceProfile.h 42 * @param level The hinting level to be used, IF the paint specifies
43 * "default". Otherwise the paint's hinting level will be
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontRenderStyle.h 65 char useAutoHint; // use 'auto' hinting (FreeType specific)
67 char hintStyle; // level of hinting, 0..3
FontPlatformDataLinux.cpp 47 static SkPaint::Hinting skiaHinting = SkPaint::kNormal_Hinting;
51 void FontPlatformData::setHinting(SkPaint::Hinting hinting)
53 skiaHinting = hinting;
168 paint->setHinting(static_cast<SkPaint::Hinting>(m_style.hintStyle));
  /external/webkit/Source/WebKit/chromium/public/linux/
WebFontRenderStyle.h 46 char useAutoHint; // use 'auto' hinting (FreeType specific)
48 char hintStyle; // level of hinting, 0..3
WebFontRendering.h 44 WEBKIT_API static void setHinting(SkPaint::Hinting);
  /external/llvm/test/CodeGen/ARM/
ldrd.ll 33 ; regalloc hinting. So, this doubles as a register allocation
35 ; because of its *lack* of hinting ability. Whereas RAGreedy keeps

Completed in 853 milliseconds

1 2 3 4 5 6