OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mark_set_count
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/ots/src/
gdef.cc
210
uint16_t
mark_set_count
= 0;
local
212
!subtable.ReadU16(&
mark_set_count
)) {
220
const unsigned mark_sets_end = 2 * static_cast<unsigned>(
mark_set_count
) + 4;
224
for (unsigned i = 0; i <
mark_set_count
; ++i) {
238
file->gdef->num_mark_glyph_sets =
mark_set_count
;
Completed in 42 milliseconds