HomeSort by relevance Sort by last modified time
    Searched refs:getPointInOutline (Results 1 - 2 of 2) 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...]

Completed in 1042 milliseconds