OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Isolated
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
SVGGlyph.h
48
Isolated
,
SVGGlyph.cpp
32
// Helper functions to determine the arabic character forms (initial, medial, terminal,
isolated
)
66
// enum ArabicForm { None = 0,
Isolated
, Terminal, Initial, Medial };
77
curForm = shapingMode == SNone ? SVGGlyph::None : SVGGlyph::
Isolated
;
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGlyphElement.cpp
74
if (value == "
isolated
")
75
return SVGGlyph::
Isolated
;
Completed in 58 milliseconds