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

  /external/harfbuzz_ng/src/
hb-ot-os2-table.hh 100 const OS2V2Tail &v2 () const { return version >= 2 ? v2X : Null (OS2V2Tail); }
226 if (unlikely (version >= 2 && !v2X.sanitize (c))) return_trace (false);
260 OS2V2Tail v2X;
hb-ot-post-table.hh 110 const postV2Tail &v2 = table->v2X;
254 (version.to_int () == 0x00020000 && v2X.sanitize (c)) ||
290 postV2Tail v2X;

Completed in 944 milliseconds