OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glyphName
(Results
1 - 17
of
17
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
SVGGlyph.h
82
&&
glyphName
== other.
glyphName
97
String
glyphName
;
Font.cpp
234
float Font::width(const TextRun& run, int& charsConsumed, String&
glyphName
) const
238
return renderingContext->floatWidthUsingSVGFont(*this, run, charsConsumed,
glyphName
);
242
glyphName
= "";
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
35
bool hasValidGlyphElement(String&
glyphName
) const;
SVGGlyphRefElement.cpp
55
bool SVGGlyphRefElement::hasValidGlyphElement(String&
glyphName
) const
59
Element* element = targetElementFromIRIString(getAttribute(XLinkNames::hrefAttr), document(), &
glyphName
);
SVGFontElement.cpp
180
static bool stringMatchesGlyphName(const String&
glyphName
, const HashSet<String>& glyphValues)
182
if (
glyphName
.isEmpty())
186
return glyphValues.contains(
glyphName
);
238
void SVGFontElement::collectGlyphsForGlyphName(const String&
glyphName
, Vector<SVGGlyph>& glyphs)
241
// FIXME: We only support
glyphName
-> single glyph mapping so far.
242
glyphs.append(m_glyphMap.glyphIdentifierForGlyphName(
glyphName
));
SVGGlyphElement.cpp
152
identifier.
glyphName
= fastGetAttribute(SVGNames::glyph_nameAttr);
SVGFontData.cpp
201
iterator.setLastGlyphName(svgGlyph.
glyphName
);
216
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/WebKit/Source/platform/text/
TextRun.h
222
virtual float floatWidthUsingSVGFont(const Font&, const TextRun&, int& charsConsumed, String&
glyphName
) const = 0;
/external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType.cpp
659
char
glyphName
[128]; // PS limit for names is 127 bytes.
660
FT_Get_Glyph_Name(face, gID,
glyphName
, 128);
661
info->fGlyphNames->get()[gID].set(
glyphName
);
[
all
...]
/external/skia/src/ports/
SkFontHost_FreeType.cpp
661
char
glyphName
[128]; // PS limit for names is 127 bytes.
662
FT_Get_Glyph_Name(face, gID,
glyphName
, 128);
663
info->fGlyphNames->get()[gID].set(
glyphName
);
[
all
...]
/cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js
[
all
...]
Completed in 369 milliseconds