HomeSort by relevance Sort by last modified time
    Searched refs:Medial (Results 1 - 4 of 4) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-sea-machine.rl 45 MR = 22; # Medial Ra
46 CM = 17; # Consonant Medial
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
SVGGlyph.h 50 Medial
SVGGlyph.cpp 32 // Helper functions to determine the arabic character forms (initial, medial, terminal, isolated)
66 // enum ArabicForm { None = 0, Isolated, Terminal, Initial, Medial };
71 ASSERT(correctedForm >= SVGGlyph::None && correctedForm <= SVGGlyph::Medial);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGlyphElement.cpp 76 if (value == "medial")
77 return SVGGlyph::Medial;

Completed in 365 milliseconds