Searched defs:ltsh (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/ots/src/
H A Dltsh.cc5 #include "ltsh.h"
10 // http://www.microsoft.com/typography/otspec/ltsh.htm
13 do { delete file->ltsh; file->ltsh = 0; } while (0)
24 OpenTypeLTSH *ltsh = new OpenTypeLTSH; local
25 file->ltsh = ltsh;
28 if (!table.ReadU16(&ltsh->version) ||
33 if (ltsh->version != 0) {
34 OTS_WARNING("bad version: %u", ltsh
63 const OpenTypeLTSH *ltsh = file->ltsh; local
[all...]

Completed in 2890 milliseconds