Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/mac/
H A DComplexTextControllerATSUI.cpp113 bool foundLigatureSpace = false; in shapeArabic() local
114 … for (shapingEnd = shapingStart; !foundLigatureSpace && shapingEnd < totalLength - 1; ++shapingEnd) in shapeArabic()
115foundLigatureSpace = isArabicLamWithAlefLigature(source[shapingEnd]) && source[shapingEnd + 1] == … in shapeArabic()
126 if (foundLigatureSpace) { in shapeArabic()