Home
last modified time | relevance | path

Searched refs:nextDrawnSeperated (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/rendering/
DSVGCharacterLayoutInfo.h133 bool nextDrawnSeperated : 1; member
DSVGCharacterLayoutInfo.cpp84 , nextDrawnSeperated(false) in SVGCharacterLayoutInfo()
DSVGRootInlineBox.cpp1195 if (info.nextDrawnSeperated || spacing != 0.0f) { in buildLayoutInformationForTextBox()
1196 info.nextDrawnSeperated = false; in buildLayoutInformationForTextBox()
1204 info.nextDrawnSeperated = true; in buildLayoutInformationForTextBox()