Home
last modified time | relevance | path

Searched refs:coverage1 (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
DOpenTypeVerticalData.cpp176 const Coverage1Table* coverage1 = validatePtr<Coverage1Table>(buffer, coverage); in getSubstitutions() local
177 if (!coverage1) in getSubstitutions()
179 uint16_t countFrom = coverage1->glyphCount; in getSubstitutions()
180 if (!isValidEnd(buffer, &coverage1->glyphArray[countFrom]) || countTo != countFrom) in getSubstitutions()
183 map->set(coverage1->glyphArray[i], singleSubstitution2->substitute[i]); in getSubstitutions()
/external/clang/test/Analysis/
Dcoverage.c33 void coverage1(int *x) { in coverage1() function