/external/tesseract/ccstruct/ |
D | ocrrow.cpp | 42 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 =()
|
D | ocrblock.cpp | 50 kerning = kern; in ELISTIZE_S() 180 tprintf ("Kerning= %d\n", kerning); in print() 210 kerning = source.kerning; in operator =()
|
D | ocrblock.h | 60 kerning = (inT8) kern; in ELISTIZEH_S() 77 return kerning; in ELISTIZEH_S() 177 inT8 kerning; //inter blob gap in ELISTIZEH_S() local
|
D | ocrrow.h | 65 return kerning; in kern() 125 inT32 kerning; //inter char gap
|
/external/webkit/WebCore/rendering/style/ |
D | SVGRenderStyleDefs.cpp | 123 kerning = SVGRenderStyle::initialKerning(); in StyleTextData() 129 kerning = other.kerning; in StyleTextData() 134 return kerning == other.kerning; in operator ==()
|
D | SVGRenderStyle.h | 85 …G_RS_DEFINE_ATTRIBUTE_DATAREF_WITH_INITIAL_REFCOUNTED(CSSValue, text, kerning, Kerning, kerning, 0)
|
D | SVGRenderStyleDefs.h | 201 RefPtr<CSSValue> kerning; variable
|
/external/webkit/WebCore/svg/ |
D | SVGHKernElement.h | 42 double kerning; member 45 : kerning(0) in SVGHorizontalKerningPair()
|
D | SVGHKernElement.cpp | 74 kerningPair.kerning = getAttribute(kAttr).string().toDouble(); in buildHorizontalKerningPair()
|
D | svgattrs.in | 107 kerning
|
/external/freetype/src/truetype/ |
D | ttdriver.c | 109 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/ |
D | tessclas.h | 95 int kerning; /*kerning of row */ member 117 short kerning; /** space between characters **/ member
|
/external/freetype/src/cff/ |
D | cffdrivr.c | 106 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/ |
D | SVGRootInlineBox.cpp | 326 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/ |
D | SVGCSSPropertyNames.in | 46 kerning
|
D | SVGCSSComputedStyleDeclaration.cpp | 127 return svgStyle->kerning(); in getSVGPropertyCSSValue()
|
D | SVGCSSStyleSelector.cpp | 165 HANDLE_INHERIT_AND_INITIAL(kerning, Kerning); in applySVGProperty()
|
/external/freetype/include/freetype/internal/ |
D | ftdriver.h | 99 FT_Vector* kerning );
|
/external/webkit/WebCore/platform/graphics/mac/ |
D | FontMacATSUI.mm | 144 // Turn off automatic kerning until it is supported in the CG code path (bug 6136)
|
/external/webkit/WebKit/mac/WebView/ |
D | WebHTMLView.mm | 4384 NSKernAttributeName /* float, amount to modify default kerning, if 0, kerning off */
|
/external/webkit/WebKit/mac/ |
D | ChangeLog-2006-02-09 | 1972 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/ |
D | ChangeLog-2008-08-10 | 37382 …- 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)
|
D | ChangeLog-2007-10-14 | 340 Partly fixed: svg/batik/text/textOnPathSpaces.svg (kerning support missing) 3453 - 'kerning' property ignored 51211 Handle baseline-shift / kerning css values correctly.
|