Home
last modified time | relevance | path

Searched refs:kerning (Results 1 – 23 of 23) sorted by relevance

/external/tesseract/ccstruct/
Docrrow.cpp42 kerning = kern; //just store stuff in ELISTIZE_S()
62 kerning = kern; //just store stuff in ROW()
146 tprintf ("Kerning= %d\n", kerning); in print()
206 kerning = source.kerning; in operator =()
Docrblock.cpp50 kerning = kern; in ELISTIZE_S()
180 tprintf ("Kerning= %d\n", kerning); in print()
210 kerning = source.kerning; in operator =()
Docrblock.h60 kerning = (inT8) kern; in ELISTIZEH_S()
77 return kerning; in ELISTIZEH_S()
177 inT8 kerning; //inter blob gap in ELISTIZEH_S() local
Docrrow.h65 return kerning; in kern()
125 inT32 kerning; //inter char gap
/external/webkit/WebCore/rendering/style/
DSVGRenderStyleDefs.cpp123 kerning = SVGRenderStyle::initialKerning(); in StyleTextData()
129 kerning = other.kerning; in StyleTextData()
134 return kerning == other.kerning; in operator ==()
DSVGRenderStyle.h85 …G_RS_DEFINE_ATTRIBUTE_DATAREF_WITH_INITIAL_REFCOUNTED(CSSValue, text, kerning, Kerning, kerning, 0)
DSVGRenderStyleDefs.h201 RefPtr<CSSValue> kerning; variable
/external/webkit/WebCore/svg/
DSVGHKernElement.h42 double kerning; member
45 : kerning(0) in SVGHorizontalKerningPair()
DSVGHKernElement.cpp74 kerningPair.kerning = getAttribute(kAttr).string().toDouble(); in buildHorizontalKerningPair()
Dsvgattrs.in107 kerning
/external/freetype/src/truetype/
Dttdriver.c109 FT_Vector* kerning ) in tt_get_kerning() argument
115 kerning->x = 0; in tt_get_kerning()
116 kerning->y = 0; in tt_get_kerning()
119 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph ); in tt_get_kerning()
/external/tesseract/ccutil/
Dtessclas.h95 int kerning; /*kerning of row */ member
117 short kerning; /** space between characters **/ member
/external/freetype/src/cff/
Dcffdrivr.c106 FT_Vector* kerning ) in cff_get_kerning() argument
112 kerning->x = 0; in cff_get_kerning()
113 kerning->y = 0; in cff_get_kerning()
116 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph ); in cff_get_kerning()
/external/webkit/WebCore/rendering/
DSVGRootInlineBox.cpp326 float kerning = 0.0f; in calculateKerning() local
327 if (CSSPrimitiveValue* primitive = static_cast<CSSPrimitiveValue*>(svgStyle->kerning())) { in calculateKerning()
328 kerning = primitive->getFloatValue(); in calculateKerning()
331 kerning = kerning / 100.0f * font.pixelSize(); in calculateKerning()
334 return kerning; in calculateKerning()
1300 double kerning = 0.0; in buildLayoutInformationForTextBox() local
1309 kerning = kerningPair.kerning; in buildLayoutInformationForTextBox()
1320 svgChar.x -= (float)kerning; in buildLayoutInformationForTextBox()
1327 info.curx += glyphAdvance + spacing - (float)kerning; in buildLayoutInformationForTextBox()
/external/webkit/WebCore/css/
DSVGCSSPropertyNames.in46 kerning
DSVGCSSComputedStyleDeclaration.cpp127 return svgStyle->kerning(); in getSVGPropertyCSSValue()
DSVGCSSStyleSelector.cpp165 HANDLE_INHERIT_AND_INITIAL(kerning, Kerning); in applySVGProperty()
/external/freetype/include/freetype/internal/
Dftdriver.h99 FT_Vector* kerning );
/external/webkit/WebCore/platform/graphics/mac/
DFontMacATSUI.mm144 // Turn off automatic kerning until it is supported in the CG code path (bug 6136)
/external/webkit/WebKit/mac/WebView/
DWebHTMLView.mm4384 NSKernAttributeName /* float, amount to modify default kerning, if 0, kerning off */
/external/webkit/WebKit/mac/
DChangeLog-2006-02-091972 Test: fast/text/atsui-kerning-and-ligatures.html
1975 Disable kerning and some ligatures in the ATSUI code path
1978 (initializeATSUStyle): Disable kerning; disable ligatures unless the font
/external/webkit/WebCore/
DChangeLog-2008-08-1037382 …- SVG kerning support (horizontal kerning only for now since we don't do vertical text layout righ…
80424 Add support for 'kerning' property in SVG text layout code.
80428 Fix text selection when any spacing (letter/word/kerning) is involved.
80432 svg/batik/text/textLayout.svg (kerning support)
DChangeLog-2007-10-14340 Partly fixed: svg/batik/text/textOnPathSpaces.svg (kerning support missing)
3453 - 'kerning' property ignored
51211 Handle baseline-shift / kerning css values correctly.