OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isCompatibleGlyph
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
SVGGlyph.h
109
bool PLATFORM_EXPORT
isCompatibleGlyph
(const SVGGlyph&, bool isVerticalText, const String& language, const Vector<SVGGlyph::ArabicForm>&, unsigned startPosition, unsigned endPosition);
SVGGlyph.cpp
135
bool
isCompatibleGlyph
(const SVGGlyph& identifier, bool isVerticalText, const String& language,
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontData.cpp
214
if (!
isCompatibleGlyph
(svgGlyph, isVerticalText, language, arabicForms, currentCharacter, currentCharacter + svgGlyph.unicodeStringLength))
Completed in 366 milliseconds