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

  /external/harfbuzz/src/
harfbuzz-shaper.h 48 typedef unsigned hb_bitfield; typedef
50 typedef hb_uint8 hb_bitfield;
142 /*HB_LineBreakType*/ hb_bitfield lineBreakType :2;
143 /*HB_Bool*/ hb_bitfield whiteSpace :1; /* A unicode whitespace character, except NBSP, ZWNBSP */
144 /*HB_Bool*/ hb_bitfield charStop :1; /* Valid cursor position (for left/right arrow) */
145 /*HB_Bool*/ hb_bitfield wordBoundary :1;
146 /*HB_Bool*/ hb_bitfield sentenceBoundary :1;
147 hb_bitfield unused :2;
200 hb_bitfield justification :4; /* Justification class */
201 hb_bitfield clusterStart :1; /* First glyph of representation of cluster *
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-shaper.h 48 typedef unsigned hb_bitfield; typedef
50 typedef hb_uint8 hb_bitfield;
169 hb_bitfield justification :4; /* Justification class */
170 hb_bitfield clusterStart :1; /* First glyph of representation of cluster */
171 hb_bitfield mark :1; /* needs to be positioned around base char */
172 hb_bitfield zeroWidth :1; /* ZWJ, ZWNJ etc, with no width */
173 hb_bitfield dontPrint :1;
174 hb_bitfield combiningClass :8;

Completed in 37 milliseconds