Searched refs:suffixSpace (Results 1 – 1 of 1) sorted by relevance
1127 UChar suffixSpace[2] = { suffix, ' ' }; in paint() local1128 …context->drawText(style()->font(), TextRun(suffixSpace, 2), marker.location() + IntSize(width, 0)); in paint()1282 UChar suffixSpace[2] = { listMarkerSuffix(type), ' ' }; in calcPrefWidths() local1283 int suffixSpaceWidth = font.width(TextRun(suffixSpace, 2)); in calcPrefWidths()1484 UChar suffixSpace[2] = { listMarkerSuffix(type), ' ' }; in getRelativeMarkerRect() local1485 int suffixSpaceWidth = font.width(TextRun(suffixSpace, 2)); in getRelativeMarkerRect()