/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | SVGTextLayoutEngineSpacing.cpp | 69 float kerning = 0; in calculateSVGKerning() local 72 kerning = svgFont->verticalKerningForPairOfGlyphs(m_lastGlyph, currentGlyph); in calculateSVGKerning() 74 kerning = svgFont->horizontalKerningForPairOfGlyphs(m_lastGlyph, currentGlyph); in calculateSVGKerning() 76 kerning *= m_font.fontDescription().computedSize() / m_font.fontMetrics().unitsPerEm(); in calculateSVGKerning() 80 return kerning; in calculateSVGKerning()
|
D | SVGTextLayoutEngine.cpp | 509 float kerning = spacingLayout.calculateSVGKerning(m_isVerticalText, visualMetrics.glyph()); in layoutTextOnLineOrPath() local 522 m_textPathCurrentOffset += m_dy - kerning; in layoutTextOnLineOrPath() 533 m_textPathCurrentOffset += m_dx - kerning; in layoutTextOnLineOrPath() 571 y -= kerning; in layoutTextOnLineOrPath() 573 x -= kerning; in layoutTextOnLineOrPath() 583 || orientationAngle || kerning || applySpacingToNextCharacter || definesTextLength; in layoutTextOnLineOrPath()
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/ |
D | t1afm.c | 321 FT_Vector* kerning ) in T1_Get_Kerning() argument 341 kerning->x = mid->x; in T1_Get_Kerning() 342 kerning->y = mid->y; in T1_Get_Kerning() 353 kerning->x = 0; in T1_Get_Kerning() 354 kerning->y = 0; in T1_Get_Kerning() 362 FT_Fixed* kerning ) in T1_Get_Track_Kerning() argument 380 *kerning = tk->min_kern; in T1_Get_Track_Kerning() 382 *kerning = tk->max_kern; in T1_Get_Track_Kerning() 385 *kerning = FT_MulDiv( ptsize - tk->min_ptsize, in T1_Get_Track_Kerning()
|
D | t1afm.h | 41 FT_Vector* kerning ); 47 FT_Fixed* kerning );
|
D | t1driver.c | 658 FT_Vector* kerning ) in Get_Kerning() argument 663 kerning->x = 0; in Get_Kerning() 664 kerning->y = 0; in Get_Kerning() 670 kerning ); in Get_Kerning()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGFontElement.h | 36 float kerning; member 45 : kerning(0) in SVGKerningPair()
|
D | SVGVKernElement.cpp | 70 kerningPair.kerning = fastGetAttribute(SVGNames::kAttr).toFloat(); in buildVerticalKerningPair()
|
D | SVGHKernElement.cpp | 69 kerningPair.kerning = fastGetAttribute(SVGNames::kAttr).toFloat(); in buildHorizontalKerningPair()
|
D | SVGFontElement.cpp | 136 kerningTable.add(makeKerningPairKey(glyph1, glyph2), kerningPair.kerning); in addPairsToKerningTable()
|
/external/chromium_org/third_party/freetype/src/truetype/ |
D | ttdriver.c | 178 FT_Vector* kerning ) in tt_get_kerning() argument 184 kerning->x = 0; in tt_get_kerning() 185 kerning->y = 0; in tt_get_kerning() 188 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph ); in tt_get_kerning()
|
/external/freetype/src/truetype/ |
D | ttdriver.c | 178 FT_Vector* kerning ) in tt_get_kerning() argument 184 kerning->x = 0; in tt_get_kerning() 185 kerning->y = 0; in tt_get_kerning() 188 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph ); in tt_get_kerning()
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/ |
D | ttdriver.c | 178 FT_Vector* kerning ) in tt_get_kerning() argument 184 kerning->x = 0; in tt_get_kerning() 185 kerning->y = 0; in tt_get_kerning() 188 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph ); in tt_get_kerning()
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/ |
D | cffdrivr.c | 109 FT_Vector* kerning ) in cff_get_kerning() argument 115 kerning->x = 0; in cff_get_kerning() 116 kerning->y = 0; in cff_get_kerning() 119 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph ); in cff_get_kerning()
|
/external/chromium_org/third_party/freetype/src/cff/ |
D | cffdrivr.c | 108 FT_Vector* kerning ) in cff_get_kerning() argument 114 kerning->x = 0; in cff_get_kerning() 115 kerning->y = 0; in cff_get_kerning() 118 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph ); in cff_get_kerning()
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
D | FontDescription.h | 142 Kerning kerning() const { return static_cast<Kerning>(m_kerning); } in kerning() function 178 void setKerning(Kerning kerning) { m_kerning = kerning; updateTypesettingFeatures(); } in setKerning() argument
|
D | FontDescription.cpp | 197 switch (kerning()) { in updateTypesettingFeatures()
|
/external/freetype/src/cff/ |
D | cffdrivr.c | 108 FT_Vector* kerning ) in cff_get_kerning() argument 114 kerning->x = 0; in cff_get_kerning() 115 kerning->y = 0; in cff_get_kerning() 118 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph ); in cff_get_kerning()
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | FontBuilder.cpp | 294 void FontBuilder::setKerning(FontDescription::Kerning kerning) in setKerning() argument 298 scope.fontDescription().setKerning(kerning); in setKerning()
|
/external/freetype/include/internal/ |
D | ftdriver.h | 83 FT_Vector* kerning );
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/ |
D | ftdriver.h | 83 FT_Vector* kerning );
|
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/ |
D | ftdriver.h | 83 FT_Vector* kerning );
|
/external/chromium_org/third_party/freetype/include/freetype/internal/ |
D | ftdriver.h | 83 FT_Vector* kerning );
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page.cpp | 151 void CPDF_TextObject::GetCharInfo(int index, FX_DWORD& charcode, FX_FLOAT& kerning) const in GetCharInfo() 155 kerning = 0; in GetCharInfo() 164 kerning = 0; in GetCharInfo() 166 kerning = m_pCharPos[i]; in GetCharInfo()
|
/external/chromium_org/third_party/ots/test/ |
D | README | 123 Note: This tool doesn't check kerning (GPOS/kern) nor font substitution
|
/external/chromium_org/chrome/common/extensions/docs/static/sass/ |
D | _typography.scss | 130 padding-right: 2px; /* "kerning" adjustment */
|