Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderListMarker.cpp1127 UChar suffixSpace[2] = { suffix, ' ' }; in paint() local
1128 …context->drawText(style()->font(), TextRun(suffixSpace, 2), marker.location() + IntSize(width, 0)); in paint()
1282 UChar suffixSpace[2] = { listMarkerSuffix(type), ' ' }; in calcPrefWidths() local
1283 int suffixSpaceWidth = font.width(TextRun(suffixSpace, 2)); in calcPrefWidths()
1484 UChar suffixSpace[2] = { listMarkerSuffix(type), ' ' }; in getRelativeMarkerRect() local
1485 int suffixSpaceWidth = font.width(TextRun(suffixSpace, 2)); in getRelativeMarkerRect()