Home
last modified time | relevance | path

Searched refs:drawnSeperated (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/rendering/
DSVGRootInlineBox.cpp503 if (itSearch->drawnSeperated || itSearch->isHidden()) in chunkPortionCallback()
676 if (itSearch->drawnSeperated) in cummulatedWidthOrHeightOfTextChunk()
847 curChar.drawnSeperated = true; in applyTextLengthCorrectionToTextChunk()
1143 svgChar.drawnSeperated = true; in buildLayoutInformationForTextBox()
1152 svgChar.drawnSeperated = true; in buildLayoutInformationForTextBox()
1161 svgChar.drawnSeperated = true; in buildLayoutInformationForTextBox()
1172 svgChar.drawnSeperated = true; in buildLayoutInformationForTextBox()
1197 svgChar.drawnSeperated = true; in buildLayoutInformationForTextBox()
1244 svgChar.drawnSeperated = true; in buildLayoutInformationForTextBox()
1255 svgChar.drawnSeperated = true; in buildLayoutInformationForTextBox()
[all …]
DSVGCharacterLayoutInfo.h211 , drawnSeperated(false) in SVGChar()
230 bool drawnSeperated : 1; member