HomeSort by relevance Sort by last modified time
    Searched full:correctedform (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGFont.cpp 98 int correctedForm = (int) *prevForm + 1;
99 ASSERT(correctedForm >= SVGGlyphIdentifier::None && correctedForm <= SVGGlyphIdentifier::Medial);
100 *prevForm = static_cast<SVGGlyphIdentifier::ArabicForm>(correctedForm);

Completed in 413 milliseconds