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

  /external/harfbuzz/src/
harfbuzz-shaper.h 246 HB_Error (*getPointInOutline)(HB_Font font, HB_Glyph glyph, int flags /*HB_ShaperFlag*/, hb_uint32 point, HB_Fixed *xpos, HB_Fixed *ypos, hb_uint32 *nPoints);
harfbuzz-gpos.c 757 if (!gpi->font->klass->getPointInOutline)
759 error = gpi->font->klass->getPointInOutline(gpi->font, glyph_index, gpi->load_flags, ap, x_value, y_value, &n_points);
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-shaper.h 215 HB_Error (*getPointInOutline)(HB_Font font, HB_Glyph glyph, int flags /*HB_ShaperFlag*/, hb_uint32 point, HB_Fixed *xpos, HB_Fixed *ypos, hb_uint32 *nPoints);
harfbuzz-gpos.c 757 if (!gpi->font->klass->getPointInOutline)
759 error = gpi->font->klass->getPointInOutline(gpi->font, glyph_index, gpi->load_flags, ap, x_value, y_value, &n_points);
    [all...]

Completed in 51 milliseconds