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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
H A DOpenTypeVerticalData.cpp166 const SingleSubstitution2SubTable* singleSubstitution2 = validatePtr<SingleSubstitution2SubTable>(buffer, substitution); local
167 if (!singleSubstitution2)
169 uint16_t countTo = singleSubstitution2->glyphCount;
170 if (!isValidEnd(buffer, &singleSubstitution2->substitute[countTo]))
181 map->set(coverage1->glyphArray[i], singleSubstitution2->substitute[i]);
197 map->set(from, singleSubstitution2->substitute[indexTo]);

Completed in 108 milliseconds