OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ArabicForm
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/svg/
SVGGlyphElement.h
45
enum
ArabicForm
{
56
,
arabicForm
(None)
77
&&
arabicForm
== other.
arabicForm
89
unsigned
arabicForm
: 3; //
ArabicForm
SVGFont.cpp
84
static inline SVGGlyphIdentifier::
ArabicForm
processArabicFormDetection(const UChar& curChar, bool& lastCharShapesRight, SVGGlyphIdentifier::
ArabicForm
* prevForm)
86
SVGGlyphIdentifier::
ArabicForm
curForm;
94
// enum
ArabicForm
{ None = 0, Isolated, Terminal, Initial, Medial };
100
*prevForm = static_cast<SVGGlyphIdentifier::
ArabicForm
>(correctedForm);
111
static Vector<SVGGlyphIdentifier::
ArabicForm
> charactersWithArabicForm(const String& input, bool rtl)
113
Vector<SVGGlyphIdentifier::
ArabicForm
> forms;
141
static inline bool isCompatibleArabicForm(const SVGGlyphIdentifier& identifier, const Vector<SVGGlyphIdentifier::
ArabicForm
>& chars, unsigned startPosition, unsigned endPosition)
146
Vector<SVGGlyphIdentifier::
ArabicForm
>::const_iterator it = chars.begin() + startPosition;
147
Vector<SVGGlyphIdentifier::
ArabicForm
>::const_iterator end = chars.begin() + endPosition
[
all
...]
SVGGlyphElement.cpp
79
static inline SVGGlyphIdentifier::
ArabicForm
parseArabicForm(const AtomicString& value)
183
identifier.
arabicForm
= parseArabicForm(getAttribute(arabic_formAttr));
Completed in 113 milliseconds