HomeSort by relevance Sort by last modified time
    Searched full:glyphname (Results 1 - 9 of 9) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGGlyphElement.h 78 && glyphName == other.glyphName
92 String 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...]
SVGFontElement.cpp 124 static bool stringMatchesGlyphName(const String& glyphName, const HashSet<String>& glyphValues)
126 if (glyphName.isEmpty())
130 return glyphValues.contains(glyphName);
SVGGlyphElement.cpp 181 identifier.glyphName = getAttribute(glyph_nameAttr);
  /external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutAttributes.cpp 128 fprintf(stderr, "| {length=%i, glyphName='%s', unicodeString='%s', width=%lf, height=%lf}\n",
  /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...]
  /external/freetype/src/truetype/
ttobjs.c 444 /* FIXME: Need to test glyphname == .notdef ? */
    [all...]

Completed in 99 milliseconds