Searched refs:glyphName (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGGlyphElement.h78 && glyphName == other.glyphName
92 String glyphName; member in struct:WebCore::SVGGlyphIdentifier
H A DSVGFontElement.cpp124 static bool stringMatchesGlyphName(const String& glyphName, const HashSet<String>& glyphValues) argument
126 if (glyphName.isEmpty())
130 return glyphValues.contains(glyphName);
H A DSVGFont.cpp294 m_walkerData.glyphName = identifier.glyphName;
341 String glyphName; member in struct:WebCore::SVGTextRunWalkerMeasuredLengthData
382 static float floatWidthOfSubStringUsingSVGFont(const Font* font, const TextRun& run, int extraCharsAvailable, int from, int to, int& charsConsumed, String& glyphName) argument
424 glyphName = data.glyphName;
434 String glyphName; local
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);
447 String glyphName; member in struct:WebCore::SVGTextRunWalkerDrawTextData
495 String glyphName; local
589 String glyphName; local
[all...]
H A DSVGGlyphElement.cpp181 identifier.glyphName = getAttribute(glyph_nameAttr);
/external/webkit/Source/WebCore/platform/graphics/
H A DFont.h101 float width(const TextRun&, int extraCharsAvailable, int& charsConsumed, String& glyphName) const;
163 float floatWidthUsingSVGFont(const TextRun&, int extraCharsAvailable, int& charsConsumed, String& glyphName) const;
H A DFont.cpp186 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/
H A DSkFontHost_FreeType.cpp606 char glyphName[128]; // PS limit for names is 127 bytes.
607 FT_Get_Glyph_Name(face, gID, glyphName, 128);
608 info->fGlyphNames->get()[gID].set(glyphName);

Completed in 173 milliseconds