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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-shape.h 63 hb_shape (hb_font_t *font,
test.cc 105 hb_shape (font, buffer, NULL, 0);
hb-shape.cc 269 hb_shape (hb_font_t *font, function
  /external/harfbuzz_ng/src/
hb-shape.h 63 hb_shape (hb_font_t *font,
test.cc 104 hb_shape (font, buffer, NULL, 0);
hb-shape.cc 269 hb_shape (hb_font_t *font, function
  /external/harfbuzz/src/
harfbuzz-shape.h 199 HB_Result hb_shape(HB_ShapeInput *input, HB_GlyphBuffer *output);
  /external/harfbuzz_ng/test/api/
test-shape.c 32 * This test provides a framework to test aspects of hb_shape() that are
113 hb_shape (font, buffer, NULL, 0);
  /external/harfbuzz_ng/contrib/python/lib/
harfbuzz.pyx 112 void hb_shape (hb_font_t *font, hb_buffer_t *buffer, hb_feature_t *features, unsigned int num_features)
211 hb_shape(self.hbfont, aBuffer.buffer, feats, len(features))
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/harfbuzz/
HarfBuzzShaper.cpp 498 hb_shape(harfBuzzFont.get(), harfBuzzBuffer.get(), m_features.isEmpty() ? 0 : m_features.data(), m_features.size());
  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.cpp 868 hb_shape(font, mBuffer, NULL, 0);
    [all...]

Completed in 297 milliseconds