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

  /external/harfbuzz/src/
harfbuzz-global.h 110 } HB_FixedPoint;
harfbuzz-shaper.h 283 HB_FixedPoint *offsets; /* output: <num_glyphs> offsets */
harfbuzz-shaper.cpp 281 HB_FixedPoint p;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
ComplexTextControllerLinux.cpp 244 m_item.offsets = new HB_FixedPoint[size];
262 memset(m_item.offsets, 0, size * sizeof(HB_FixedPoint));
  /external/harfbuzz/tests/shaping/
main.cpp 242 QVarLengthArray<HB_FixedPoint> hb_offsets(shaper_item.num_glyphs);
255 memset(hb_offsets.data(), 0, hb_offsets.size() * sizeof(HB_FixedPoint));
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontAndroid.cpp 826 m_item.offsets = new HB_FixedPoint[size];
    [all...]
  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.cpp     [all...]

Completed in 2566 milliseconds