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/core/platform/graphics/opentype/
OpenTypeVerticalData.cpp 176 const Coverage1Table* coverage1 = validatePtr<Coverage1Table>(buffer, coverage); local
177 if (!coverage1)
179 uint16_t countFrom = coverage1->glyphCount;
180 if (!isValidEnd(buffer, &coverage1->glyphArray[countFrom]) || countTo != countFrom)
183 map->set(coverage1->glyphArray[i], singleSubstitution2->substitute[i]);

Completed in 196 milliseconds