OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subtable_1_0_0
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/ots/src/
cmap.h
69
std::vector<uint8_t>
subtable_1_0_0
;
member in struct:ots::OpenTypeCMAP
cmap.cc
560
file->cmap->
subtable_1_0_0
.reserve(kFormat0ArraySize);
566
file->cmap->
subtable_1_0_0
.push_back(glyph_id);
834
const bool have_100 = file->cmap->
subtable_1_0_0
.size() != 0;
932
if (!out->Write(&(file->cmap->
subtable_1_0_0
[0]), kFormat0ArraySize)) {
[
all
...]
Completed in 1101 milliseconds