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

  /external/harfbuzz/src/
harfbuzz-shaper.h 290 HB_Bool HB_ShapeItem(HB_ShaperItem *item);
harfbuzz-shaper.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
ComplexTextControllerLinux.cpp 269 // HB_ShapeItem() resets m_item.num_glyphs. If the previous call to
270 // HB_ShapeItem() used less space than was available, the capacity of
275 while (!HB_ShapeItem(&m_item)) {
277 // HB_ShapeItem fills in m_item.num_glyphs with the needed size.
  /external/harfbuzz/tests/shaping/
main.cpp 263 if (HB_ShapeItem(&shaper_item))
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontAndroid.cpp 797 // HB_ShapeItem() resets m_item.num_glyphs. If the previous call to
798 // HB_ShapeItem() used less space than was available, the capacity of
803 while (!HB_ShapeItem(&m_item)) {
805 // HB_ShapeItem fills in m_item.num_glyphs with the needed size.
    [all...]
  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.cpp     [all...]

Completed in 404 milliseconds