HomeSort by relevance Sort by last modified time
    Searched refs:coverage1 (Results 1 - 2 of 2) sorted by null

  /external/clang/test/Analysis/
coverage.c 33 void coverage1(int *x) { function
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeVerticalData.cpp 174 const Coverage1Table* coverage1 = validatePtr<Coverage1Table>(buffer, coverage); local
175 if (!coverage1)
177 uint16_t countFrom = coverage1->glyphCount;
178 if (!isValidEnd(buffer, &coverage1->glyphArray[countFrom]) || countTo != countFrom)
181 map->set(coverage1->glyphArray[i], singleSubstitution2->substitute[i]);

Completed in 2238 milliseconds