HomeSort by relevance Sort by last modified time
    Searched refs:kerning (Results 1 - 25 of 31) sorted by null

1 2

  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
t1afm.h 41 FT_Vector* kerning );
47 FT_Fixed* kerning );
t1afm.c 84 /* compare two kerning pairs */
105 /* parse a PFM file -- for now, only read the kerning pairs */
141 /* Kerning offset is 14 bytes from start of extensions table. */
163 /* Actually, kerning pairs are simply optional! */
175 /* PFM kerning data are stored by encoding rather than glyph index, */
195 /* Kerning info is stored as: */
316 /* find the kerning for a given glyph pair */
321 FT_Vector* kerning )
341 kerning->x = mid->x;
342 kerning->y = mid->y
    [all...]
t1driver.c 628 /* A driver method used to return the kerning vector between two */
639 /* kerning :: The kerning vector. This is in font units for */
658 FT_Vector* kerning )
663 kerning->x = 0;
664 kerning->y = 0;
670 kerning );
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngineSpacing.cpp 69 float kerning = 0; local
72 kerning = svgFont->verticalKerningForPairOfGlyphs(m_lastGlyph, currentGlyph);
74 kerning = svgFont->horizontalKerningForPairOfGlyphs(m_lastGlyph, currentGlyph);
76 kerning *= m_font.fontDescription().computedSize() / m_font.fontMetrics().unitsPerEm();
80 return kerning;
SVGTextLayoutEngine.cpp 508 // Calculate SVG Fonts kerning, if needed.
509 float kerning = spacingLayout.calculateSVGKerning(m_isVerticalText, visualMetrics.glyph()); local
522 m_textPathCurrentOffset += m_dy - kerning;
533 m_textPathCurrentOffset += m_dx - kerning;
571 y -= kerning;
573 x -= kerning;
583 || orientationAngle || kerning || applySpacingToNextCharacter || definesTextLength;
625 // 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:blink::SVGKerningPair
45 : kerning(0)
SVGHKernElement.cpp 69 kerningPair.kerning = fastGetAttribute(SVGNames::kAttr).toFloat();
SVGVKernElement.cpp 70 kerningPair.kerning = fastGetAttribute(SVGNames::kAttr).toFloat();
SVGFontElement.cpp 130 // Enumerate all the valid kerning pairs, and add them to the table.
136 kerningTable.add(makeKerningPairKey(glyph1, glyph2), kerningPair.kerning);
180 // Build the kerning tables.
184 // The glyph-name->glyph-id map won't be needed/used after having built the kerning table(s).
  /external/chromium_org/third_party/freetype/src/truetype/
ttdriver.c 148 /* A driver method used to return the kerning vector between two */
159 /* kerning :: The kerning vector. This is in font units for */
178 FT_Vector* kerning )
184 kerning->x = 0;
185 kerning->y = 0;
188 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph );
  /external/freetype/src/truetype/
ttdriver.c 148 /* A driver method used to return the kerning vector between two */
159 /* kerning :: The kerning vector. This is in font units for */
178 FT_Vector* kerning )
184 kerning->x = 0;
185 kerning->y = 0;
188 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph );
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttdriver.c 148 /* A driver method used to return the kerning vector between two */
159 /* kerning :: The kerning vector. This is in font units for */
178 FT_Vector* kerning )
184 kerning->x = 0;
185 kerning->y = 0;
188 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph );
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontDescription.h 53 enum Kerning { AutoKerning, NormalKerning, NoneKerning };
142 Kerning kerning() const { return static_cast<Kerning>(m_kerning); } function in class:blink::FontDescription
178 void setKerning(Kerning kerning) { m_kerning = kerning; updateTypesettingFeatures(); }
229 unsigned m_kerning : 2; // Kerning
FontDescription.cpp 189 m_typesettingFeatures &= ~(blink::Kerning | Ligatures);
193 m_typesettingFeatures |= blink::Kerning | Ligatures;
197 switch (kerning()) {
199 m_typesettingFeatures &= ~blink::Kerning;
202 m_typesettingFeatures |= blink::Kerning;
  /external/chromium_org/third_party/freetype/src/cff/
cffdrivr.c 78 /* A driver method used to return the kerning vector between two */
89 /* kerning :: The kerning vector. This is in font units for */
108 FT_Vector* kerning )
114 kerning->x = 0;
115 kerning->y = 0;
118 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph );
  /external/freetype/src/cff/
cffdrivr.c 78 /* A driver method used to return the kerning vector between two */
89 /* kerning :: The kerning vector. This is in font units for */
108 FT_Vector* kerning )
114 kerning->x = 0;
115 kerning->y = 0;
118 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph );
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cffdrivr.c 79 /* A driver method used to return the kerning vector between two */
90 /* kerning :: The kerning vector. This is in font units for */
109 FT_Vector* kerning )
115 kerning->x = 0;
116 kerning->y = 0;
119 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph );
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/
ftdriver.h 83 FT_Vector* kerning );
134 /* kerning for a given pair of glyphs. Can be */
136 /* kerning. */
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
ftdriver.h 83 FT_Vector* kerning );
134 /* kerning for a given pair of glyphs. Can be */
136 /* kerning. */
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.cpp 294 void FontBuilder::setKerning(FontDescription::Kerning kerning)
298 scope.fontDescription().setKerning(kerning);
  /external/chromium_org/third_party/freetype/include/freetype/internal/
ftdriver.h 83 FT_Vector* kerning );
134 /* kerning for a given pair of glyphs. Can be */
136 /* kerning. */
  /external/freetype/include/internal/
ftdriver.h 83 FT_Vector* kerning );
134 /* kerning for a given pair of glyphs. Can be */
136 /* kerning. */
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp 151 void CPDF_TextObject::GetCharInfo(int index, FX_DWORD& charcode, FX_FLOAT& kerning) const
155 kerning = 0;
164 kerning = 0;
166 kerning = m_pCharPos[i];
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 533 void GetCharInfo(int index, FX_DWORD& charcode, FX_FLOAT& kerning) const;
  /external/pdfium/fpdfsdk/src/javascript/
Document.cpp 2008 FX_FLOAT kerning; local
2043 FX_FLOAT kerning; local
    [all...]

Completed in 949 milliseconds

1 2