/external/webkit/Source/WebCore/svg/ |
svgattrs.in | 106 kerning
|
SVGFontElement.cpp | 154 return it->kerning;
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
WebEditorClient.cpp | 491 case EditActionTurnOffKerning: return WEB_UI_STRING_KEY("Turn Off Kerning", "Turn Off Kerning (Undo action name)", "Undo action name"); 492 case EditActionTightenKerning: return WEB_UI_STRING_KEY("Tighten Kerning", "Tighten Kerning (Undo action name)", "Undo action name"); 493 case EditActionLoosenKerning: return WEB_UI_STRING_KEY("Loosen Kerning", "Loosen Kerning (Undo action name)", "Undo action name"); 494 case EditActionUseStandardKerning: return WEB_UI_STRING_KEY("Use Standard Kerning", "Use Standard Kerning (Undo action name)", "Undo action name");
|
/frameworks/base/docs/html/sdk/api_diff/9/changes/ |
java.awt.font.TextAttribute.html | 87 <A NAME="java.awt.font.TextAttribute.KERNING"></A> 88 <nobr><code>TextAttribute</code> <A HREF="../../../../reference/java/awt/font/TextAttribute.html#KERNING" target="_top"><code>KERNING</code></A></nobr>
|
/external/freetype/include/freetype/internal/ |
fttrace.h | 49 FT_TRACE_DEF( ttkern ) /* kerning handler (ttkern.c) */
|
tttypes.h | 372 /* A structure used to model a kerning pair for the kerning table */ 381 /* value :: The kerning distance. A positive value spaces the */ 388 FT_FWord value; /* kerning value */ [all...] |
sfnt.h | [all...] |
/external/icu4c/layout/ |
ThaiLayoutEngine.h | 120 * kerning. The default implementation does nothing. Subclasses needing
|
OpenTypeLayoutEngine.cpp | 404 // This is where separate kerning adjustments 427 // if there was no GPOS table, maybe there's non-OpenType kerning we can use
|
loengine.h | 44 * @param typo_flags - flags that control layout features like kerning and ligatures.
|
LayoutEngine.cpp | 370 if (fTypoFlags & 0x1) { /* kerning enabled */ 513 // 3 -> kerning and ligatures
|
/external/webkit/Source/WebCore/rendering/style/ |
SVGRenderStyle.h | 197 if (!(text->kerning == obj)) 198 text.access()->kerning = obj; 303 SVGLength kerning() const { return text->kerning; } function in class:WebCore::SVGRenderStyle
|
SVGRenderStyleDefs.h | 171 SVGLength kerning; member in class:WebCore::StyleTextData
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
WebEditorClient.mm | 494 case EditActionTurnOffKerning: return UI_STRING_KEY_INTERNAL("Turn Off Kerning", "Turn Off Kerning (Undo action name)", "Undo action name"); 495 case EditActionTightenKerning: return UI_STRING_KEY_INTERNAL("Tighten Kerning", "Tighten Kerning (Undo action name)", "Undo action name"); 496 case EditActionLoosenKerning: return UI_STRING_KEY_INTERNAL("Loosen Kerning", "Loosen Kerning (Undo action name)", "Undo action name"); 497 case EditActionUseStandardKerning: return UI_STRING_KEY_INTERNAL("Use Standard Kerning", "Use Standard Kerning (Undo action name)", "Undo action name"); [all...] |
/external/icu4c/test/letest/ |
xmlreader.cpp | 177 int32_t typoFlags = 3; // kerning + ligatures...
|
gendata.cpp | 157 int32_t typoFlags = 3; // kerning + ligatures...
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/ |
mozilla | 274 kerning
|
/external/freetype/include/freetype/ |
freetype.h | [all...] |
/external/webkit/Source/WebCore/css/ |
SVGCSSStyleSelector.cpp | 163 HANDLE_INHERIT_AND_INITIAL(kerning, Kerning);
|
SVGCSSComputedStyleDeclaration.cpp | 138 return SVGLength::toCSSPrimitiveValue(svgStyle->kerning());
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
UniscribeController.cpp | 96 // functions. Those functions would allow us to turn off kerning and ligatures. Without being able 98 // together (the complex code path will narrow the text because of kerning and ligatures and then
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
PaintTest.java | 84 // We need to turn off kerning in order to get accurate comparisons 141 // We need to turn off kerning in order to get accurate comparisons [all...] |
/external/harfbuzz/src/ |
harfbuzz-shaper.h | 287 HB_Bool kerning_applied; /* output: true if kerning was applied by the shaper */
|
/external/skia/include/core/ |
SkScalerContext.h | 47 int8_t fRsbDelta, fLsbDelta; // used by auto-kerning
|
/external/webkit/Source/WebCore/platform/graphics/ |
Font.h | 120 return textRenderingMode == OptimizeLegibility || textRenderingMode == GeometricPrecision ? Kerning | Ligatures : 0;
|