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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
SVGGlyph.h 81 && glyphName == other.glyphName
96 String glyphName;
Font.cpp 242 float Font::width(const TextRun& run, int& charsConsumed, String& glyphName) const
246 return renderingContext->floatWidthUsingSVGFont(*this, run, charsConsumed, glyphName);
250 glyphName = "";
TextRun.h 221 virtual float floatWidthUsingSVGFont(const Font&, const TextRun&, int& charsConsumed, String& glyphName) const = 0;
Font.h 105 float width(const TextRun&, int& charsConsumed, String& glyphName) const;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGlyphMap.h 52 void addGlyph(const String& glyphName, const String& unicodeString, SVGGlyph glyph)
54 ASSERT(!glyphName.isEmpty() || !unicodeString.isEmpty());
56 bool hasGlyphName = !glyphName.isEmpty();
61 m_namedGlyphs.add(glyphName, glyph.tableEntry);
87 m_namedGlyphs.add(glyphName, lastGlyph.tableEntry);
139 const SVGGlyph& glyphIdentifierForGlyphName(const String& glyphName) const
141 return svgGlyphForGlyph(m_namedGlyphs.get(glyphName));
SVGGlyphRefElement.h 34 bool hasValidGlyphElement(String& glyphName) const;
SVGFontElement.cpp 183 static bool stringMatchesGlyphName(const String& glyphName, const HashSet<String>& glyphValues)
185 if (glyphName.isEmpty())
189 return glyphValues.contains(glyphName);
241 void SVGFontElement::collectGlyphsForGlyphName(const String& glyphName, Vector<SVGGlyph>& glyphs)
244 // FIXME: We only support glyphName -> single glyph mapping so far.
245 glyphs.append(m_glyphMap.glyphIdentifierForGlyphName(glyphName));
SVGGlyphRefElement.cpp 57 bool SVGGlyphRefElement::hasValidGlyphElement(String& glyphName) const
61 Element* element = targetElementFromIRIString(getAttribute(XLinkNames::hrefAttr), document(), &glyphName);
SVGGlyphElement.cpp 154 identifier.glyphName = fastGetAttribute(SVGNames::glyph_nameAttr);
SVGFontData.cpp 199 iterator.setLastGlyphName(svgGlyph.glyphName);
214 iterator.setLastGlyphName(svgGlyph.glyphName);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextMetrics.h 39 SVGTextMetrics(RenderSVGInlineText*, unsigned position, unsigned length, float width, const String& glyphName);
SVGTextRunRenderingContext.h 47 virtual float floatWidthUsingSVGFont(const Font&, const TextRun&, int& charsConsumed, String& glyphName) const;
SVGTextMetrics.cpp 104 SVGTextMetrics::SVGTextMetrics(RenderSVGInlineText* text, unsigned position, unsigned length, float width, const String& glyphName)
117 m_glyph.name = glyphName;
SVGTextRunRenderingContext.cpp 76 float SVGTextRunRenderingContext::floatWidthUsingSVGFont(const Font& font, const TextRun& run, int& charsConsumed, String& glyphName) const
81 glyphName = it.lastGlyphName();
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType.cpp 641 char glyphName[128]; // PS limit for names is 127 bytes.
642 FT_Get_Glyph_Name(face, gID, glyphName, 128);
643 info->fGlyphNames->get()[gID].set(glyphName);
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 644 char glyphName[128]; // PS limit for names is 127 bytes.
645 FT_Get_Glyph_Name(face, gID, glyphName, 128);
646 info->fGlyphNames->get()[gID].set(glyphName);
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 1123 milliseconds