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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAltGlyphItemElement.cpp 37 bool SVGAltGlyphItemElement::hasValidGlyphElements(Vector<AtomicString>& glyphNames) const
45 // Here we fill glyphNames and return true only if all referenced glyphs are valid and
50 glyphNames.append(referredGlyphName);
52 glyphNames.clear();
56 return !glyphNames.isEmpty();
SVGAltGlyphDefElement.cpp 39 bool SVGAltGlyphDefElement::hasValidGlyphElements(Vector<AtomicString>& glyphNames) const
94 glyphNames.append(referredGlyphName);
100 glyphNames.clear();
109 if (toSVGAltGlyphItemElement(child)->hasValidGlyphElements(glyphNames) && !glyphNames.isEmpty())
113 return !glyphNames.isEmpty();
SVGAltGlyphElement.cpp 71 bool SVGAltGlyphElement::hasValidGlyphElements(Vector<AtomicString>& glyphNames) const
79 glyphNames.append(target);
83 if (isSVGAltGlyphDefElement(*element) && toSVGAltGlyphDefElement(*element).hasValidGlyphElements(glyphNames))
SVGAltGlyphDefElement.h 35 bool hasValidGlyphElements(Vector<AtomicString>& glyphNames) const;
SVGAltGlyphItemElement.h 35 bool hasValidGlyphElements(Vector<AtomicString>& glyphNames) const;
SVGAltGlyphElement.h 46 bool hasValidGlyphElements(Vector<AtomicString>& glyphNames) const;
SVGFontElement.cpp 98 Vector<SVGGlyph> SVGFontElement::buildGlyphList(const UnicodeRanges& unicodeRanges, const HashSet<String>& unicodeNames, const HashSet<String>& glyphNames) const
111 if (!glyphNames.isEmpty()) {
112 const HashSet<String>::const_iterator end = glyphNames.end();
113 for (HashSet<String>::const_iterator it = glyphNames.begin(); it != end; ++it) {
SVGFontElement.h 77 Vector<SVGGlyph> buildGlyphList(const UnicodeRanges&, const HashSet<String>& unicodeNames, const HashSet<String>& glyphNames) const;
  /external/fonttools/Lib/fontTools/ttLib/tables/
T_S_I__5.py 23 glyphNames = ttFont.getGlyphOrder()
25 for i in range(len(glyphNames)):
26 a.append(self.glyphGrouping[glyphNames[i]])
_h_d_m_x.py 57 glyphNames = ttFont.getGlyphOrder()[:]
58 glyphNames.sort()
59 maxNameLen = max(map(len, glyphNames))
64 for glyphName in glyphNames:
C_O_L_R_.py 58 glyphNames = self.ColorLayers.keys()
59 for glyphName in glyphNames:
84 glyphNames = self.ColorLayers.keys()
85 for glyphName in glyphNames:
T_S_I__1.py 45 glyphNames = ttFont.getGlyphOrder()
48 for i in range(len(glyphNames)):
51 name = glyphNames[i]
V_O_R_G_.py 70 glyphNames = self.VOriginRecords.keys()
71 for glyphName in glyphNames:
_g_l_y_f.py 83 glyphNames = ttFont.getGlyphNames()
89 numGlyphs = len(glyphNames)
90 for glyphName in glyphNames:
  /external/fonttools/Lib/fontTools/ttLib/
__init__.py 528 glyphNames = sorted(self.getGlyphOrder()[:])
529 return glyphNames
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 393 milliseconds