OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:arabicforms
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontData.cpp
137
Vector<SVGGlyph::ArabicForm>&
arabicForms
= iterator.
arabicForms
();
153
if (!currentCharacter &&
arabicForms
.isEmpty())
154
arabicForms
= charactersWithArabicForm(remainingTextInRun, mirror);
214
if (!isCompatibleGlyph(svgGlyph, isVerticalText, language,
arabicForms
, currentCharacter, currentCharacter + svgGlyph.unicodeStringLength))
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
WidthIterator.h
60
Vector<SVGGlyph::ArabicForm>&
arabicForms
() { return m_arabicForms; }
Completed in 81 milliseconds