/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 */
|
/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,
|
/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/skia/src/core/ |
SkScalerContext.h | 100 inline SkPaint::Hinting getHinting() const; 101 inline void setHinting(SkPaint::Hinting); 137 // up with the SkPaint::Hinting enum. 282 SkPaint::Hinting SkScalerContextRec::getHinting() const { 285 return static_cast<SkPaint::Hinting>(hint); 288 void SkScalerContextRec::setHinting(SkPaint::Hinting hinting) { 290 (hinting << SkScalerContext::kHinting_Shift);
|
SkDeviceProfile.h | 44 * @param level The hinting level to be used, IF the paint specifies 45 * "default". Otherwise the paint's hinting level will be
|
/external/skia/tests/ |
FontHostTest.cpp | 119 SkPaint::Hinting hinting; member in struct:__anon15142 152 paint.setHinting(settings[j].hinting); 162 // For no hinting and light hinting this should take the
|
/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/legacy/include/core/ |
SkScalerContext.h | 176 // up with the SkPaint::Hinting enum. 233 SkPaint::Hinting getHinting() const { 235 return static_cast<SkPaint::Hinting>(hint); 238 void setHinting(SkPaint::Hinting hinting) { 239 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
|
/external/llvm/test/CodeGen/ARM/ |
ldrd.ll | 32 ; regalloc hinting. So, this doubles as a register allocation 34 ; because of its *lack* of hinting ability. Whereas RAGreedy keeps
|
/external/skia/gyp/ |
freetype.gyp | 38 '../third_party/externals/freetype/src/autofit/autofit.c', # auto hinting module 40 '../third_party/externals/freetype/src/pshinter/pshinter.c', # PS hinting module
|