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

  /external/webkit/WebCore/platform/graphics/opentype/
OpenTypeUtilities.h 36 struct EOTPrefix;
49 EOTPrefix* prefix() { return reinterpret_cast<EOTPrefix*>(m_buffer.data()); }
OpenTypeUtilities.cpp 48 struct EOTPrefix {
167 m_buffer.resize(sizeof(EOTPrefix));
203 EOTPrefix* prefix = eotHeader.prefix();

Completed in 1495 milliseconds