HomeSort by relevance Sort by last modified time
    Searched defs:kerning (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngineSpacing.cpp 70 float kerning = 0; local
73 kerning = svgFont->verticalKerningForPairOfGlyphs(m_lastGlyph, currentGlyph);
75 kerning = svgFont->horizontalKerningForPairOfGlyphs(m_lastGlyph, currentGlyph);
77 kerning *= m_font.fontDescription().computedSize() / m_font.fontMetrics().unitsPerEm();
81 return kerning;
SVGTextLayoutEngine.cpp 510 // Calculate SVG Fonts kerning, if needed.
511 float kerning = spacingLayout.calculateSVGKerning(m_isVerticalText, visualMetrics.glyph()); local
524 m_textPathCurrentOffset += m_dy - kerning;
535 m_textPathCurrentOffset += m_dx - kerning;
573 y -= kerning;
575 x -= kerning;
585 || orientationAngle || kerning || applySpacingToNextCharacter || definesTextLength;
627 // Apply CSS 'kerning', 'letter-spacing' and 'word-spacing' to next character, if needed.
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontElement.h 36 float kerning; member in struct:WebCore::SVGKerningPair
45 : kerning(0)
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontDescription.h 52 enum Kerning { AutoKerning, NormalKerning, NoneKerning };
106 Kerning kerning() const { return static_cast<Kerning>(m_kerning); } function in class:WebCore::FontDescription
141 void setKerning(Kerning kerning) { m_kerning = kerning; updateTypesettingFeatures(); }
196 unsigned m_kerning : 2; // Kerning
  /external/pdfium/fpdfsdk/src/javascript/
Document.cpp 2008 FX_FLOAT kerning; local
2043 FX_FLOAT kerning; local
    [all...]
  /external/pdfium/core/src/fpdftext/
fpdf_text_int.cpp 1687 FX_FLOAT kerning = -fontsize_h * item.m_OriginX \/ 1000; local
    [all...]

Completed in 218 milliseconds