HomeSort by relevance Sort by last modified time
    Searched refs:hb_utf16_script_run_next (Results 1 - 5 of 5) sorted by null

  /external/harfbuzz/contrib/
harfbuzz-unicode.h 44 char hb_utf16_script_run_next(unsigned *num_code_points, HB_ScriptItem *output,
harfbuzz-unicode.c 92 hb_utf16_script_run_next(unsigned *num_code_points, HB_ScriptItem *output, function
  /external/webkit/Source/WebCore/platform/graphics/chromium/
ComplexTextControllerLinux.cpp 152 if (!hb_utf16_script_run_next(0, &m_item.item, m_run.characters(), m_run.length(), &m_indexOfNextScriptRun))
158 // But we currently need to call hb_utf16_script_run_next anyway to fill
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontAndroid.cpp 644 if (!hb_utf16_script_run_next(&m_numCodePoints, &m_item.item, m_run.characters(),
651 // But we currently need to call hb_utf16_script_run_next anyway to fill
    [all...]
  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.cpp 631 hb_utf16_script_run_next(&numCodePoints, &mShaperItem.item, mShaperItem.string,
    [all...]

Completed in 90 milliseconds