Searched defs:validatePtr (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
H A DOpenTypeTypes.h85 template <typename T> static const T* validatePtr(const SharedBuffer& buffer, const void* position) function in struct:WebCore::OpenType::TableBase
95 return validatePtr<T>(buffer, reinterpret_cast<const int8_t*>(this) + offset);

Completed in 86 milliseconds