Home | History | Annotate | Download | only in mac

Lines Matching refs:ltr

95         return m_run.ltr() ? m_end : 0;
97 return m_run.ltr() ? 0 : m_end;
111 if (m_run.ltr())
119 CFIndex hitIndex = hitGlyphStart + (hitGlyphEnd - hitGlyphStart) * (m_run.ltr() ? x / adjustedAdvance : 1 - x / adjustedAdvance);
158 x -= clusterWidth * (m_run.ltr() ? hitIndex - hitGlyphStart : hitGlyphEnd - hitIndex - 1);
161 return complexTextRun.stringLocation() + (m_run.ltr() ? clusterStart : clusterEnd);
163 return complexTextRun.stringLocation() + (m_run.ltr() ? clusterEnd : clusterStart);
205 if (m_run.ltr()) {
237 if (m_run.ltr()) {
269 if (hasTrailingSoftHyphen && m_run.ltr())
314 ComplexTextController::ComplexTextRun::ComplexTextRun(const SimpleFontData* fontData, const UChar* characters, unsigned stringLocation, size_t stringLength, bool ltr)
322 shouldUseATSUIAPI() ? createTextRunFromFontDataATSUI(ltr) : createTextRunFromFontDataCoreText(ltr);
324 createTextRunFromFontDataATSUI(ltr);
326 createTextRunFromFontDataCoreText(ltr);
366 bool ltr = m_run.ltr();
368 unsigned k = ltr ? m_numGlyphsSoFar : m_adjustedGlyphs.size() - 1 - m_numGlyphsSoFar;
370 const ComplexTextRun& complexTextRun = *m_complexTextRuns[ltr ? m_currentRun : runCount - 1 - m_currentRun];
372 unsigned g = ltr ? m_glyphInCurrentRun : glyphCount - 1 - m_glyphInCurrentRun;
377 if (ltr)
405 if (ltr) {
416 if (!ltr && m_numGlyphsSoFar == m_adjustedAdvances.size())
436 CFIndex lastCharacterIndex = m_run.ltr() ? numeric_limits<CFIndex>::min() : numeric_limits<CFIndex>::max();
441 if (m_run.ltr()) {
523 if (m_run.ltr())