OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:offset_ligature_set
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/ots/src/
gsub.cc
371
uint16_t
offset_ligature_set
= 0;
local
372
if (!subtable.ReadU16(&
offset_ligature_set
)) {
375
if (
offset_ligature_set
< ligature_set_end ||
376
offset_ligature_set
>= length) {
379
if (!ParseLigatureSetTable(data +
offset_ligature_set
,
380
length -
offset_ligature_set
, num_glyphs)) {
Completed in 358 milliseconds