OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ypels
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/ots/src/
ltsh.h
16
std::vector<uint8_t>
ypels
;
member in struct:ots::OpenTypeLTSH
ltsh.cc
45
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 1191 milliseconds