Searched defs:lookup_flag (Results 1 - 1 of 1) sorted by path

/external/chromium_org/third_party/ots/src/
H A Dlayout.cc180 uint16_t lookup_flag = 0; local
183 !subtable.ReadU16(&lookup_flag) ||
193 if ((lookup_flag & kGdefRequiredFlags) &&
197 if ((lookup_flag & kMarkAttachmentTypeMask) &&
202 if (lookup_flag & kUseMarkFilteringSetBit) {
211 // If the |kUseMarkFilteringSetBit| of |lookup_flag| is set,

Completed in 195 milliseconds