Searched refs:ypels (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/ots/src/
H A Dltsh.h16 std::vector<uint8_t> ypels; member in struct:ots::OpenTypeLTSH
H A Dltsh.cc45 ltsh->ypels.reserve(num_glyphs);
51 ltsh->ypels.push_back(pel);
66 !out->WriteU16(ltsh->ypels.size())) {
69 for (unsigned i = 0; i < ltsh->ypels.size(); ++i) {
70 if (!out->Write(&(ltsh->ypels[i]), 1)) {

Completed in 584 milliseconds