HomeSort by relevance Sort by last modified time
    Searched refs:glyphName (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGGlyphElement.h 78 && glyphName == other.glyphName
92 String glyphName;
SVGFontElement.cpp 124 static bool stringMatchesGlyphName(const String& glyphName, const HashSet<String>& glyphValues)
126 if (glyphName.isEmpty())
130 return glyphValues.contains(glyphName);
SVGFont.cpp 294 m_walkerData.glyphName = identifier.glyphName;
341 String glyphName;
382 static float floatWidthOfSubStringUsingSVGFont(const Font* font, const TextRun& run, int extraCharsAvailable, int from, int to, int& charsConsumed, String& glyphName)
424 glyphName = data.glyphName;
434 String glyphName;
435 return floatWidthOfSubStringUsingSVGFont(this, run, 0, 0, run.length(), charsConsumed, glyphName);
438 float Font::floatWidthUsingSVGFont(const TextRun& run, int extraCharsAvailable, int& charsConsumed, String& glyphName) const
440 return floatWidthOfSubStringUsingSVGFont(this, run, extraCharsAvailable, 0, run.length(), charsConsumed, glyphName);
    [all...]
SVGGlyphElement.cpp 181 identifier.glyphName = getAttribute(glyph_nameAttr);
  /external/webkit/Source/WebCore/platform/graphics/
Font.h 101 float width(const TextRun&, int extraCharsAvailable, int& charsConsumed, String& glyphName) const;
163 float floatWidthUsingSVGFont(const TextRun&, int extraCharsAvailable, int& charsConsumed, String& glyphName) const;
Font.cpp 186 float Font::width(const TextRun& run, int extraCharsAvailable, int& charsConsumed, String& glyphName) const
192 return floatWidthUsingSVGFont(run, extraCharsAvailable, charsConsumed, glyphName);
196 glyphName = "";
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 564 char glyphName[128]; // PS limit for names is 127 bytes.
565 FT_Get_Glyph_Name(face, gID, glyphName, 128);
566 info->fGlyphNames->get()[gID].set(glyphName);
    [all...]

Completed in 167 milliseconds