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

  /external/harfbuzz/src/
harfbuzz-shaper.h 174 } HB_ShaperFlag;
243 void (*getGlyphAdvances)(HB_Font font, const HB_Glyph *glyphs, hb_uint32 numGlyphs, HB_Fixed *advances, int flags /*HB_ShaperFlag*/);
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);
273 int shaperFlags; /* input (unused) should be set to 0; intended to support flags defined in HB_ShaperFlag */
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-shaper.h 143 } HB_ShaperFlag;
212 void (*getGlyphAdvances)(HB_Font font, const HB_Glyph *glyphs, hb_uint32 numGlyphs, HB_Fixed *advances, int flags /*HB_ShaperFlag*/);
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);
242 int shaperFlags; /* input (unused) should be set to 0; intended to support flags defined in HB_ShaperFlag */

Completed in 21 milliseconds