HomeSort by relevance Sort by last modified time
    Searched defs:needsWordSpacing (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/rendering/
RenderText.cpp 605 bool needsWordSpacing = false;
737 needsWordSpacing = isSpace && !previousCharacterIsSpace && i == len - 1;
744 if ((needsWordSpacing && len > 1) || (ignoringSpaces && !firstWord))
    [all...]
RenderBlockLineLayout.cpp 334 bool needsWordSpacing = false;
356 if (!r->m_start && needsWordSpacing && isSpaceOrNewline(rt->characters()[r->m_start]))
358 needsWordSpacing = !isSpaceOrNewline(rt->characters()[r->m_stop - 1]) && r->m_stop == length;
484 needsWordSpacing = false;
485 lineBox->placeBoxesHorizontally(x, needsWordSpacing);
    [all...]

Completed in 60 milliseconds