HomeSort by relevance Sort by last modified time
    Searched refs:HB_FixedPoint (Results 1 - 10 of 10) 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/harfbuzz_ng/src/hb-old/
harfbuzz-global.h 117 } HB_FixedPoint;
harfbuzz-shaper.h 252 HB_FixedPoint *offsets; /* output: <num_glyphs> offsets */
harfbuzz-shaper.cpp 81 HB_FixedPoint p;
935 HB_FixedPoint *offsets = item->offsets;
    [all...]
  /external/harfbuzz_ng/src/
hb-old.cc 332 sizeof (HB_FixedPoint) +
339 ALLOCATE_ARRAY (HB_FixedPoint, item.offsets, num_glyphs);
  /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 773 m_item.offsets = new HB_FixedPoint[size];
    [all...]

Completed in 144 milliseconds