Searched refs:kEndPtsOfContoursOffset (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/brotli/src/woff2/
H A Dwoff2_dec.cc62 const size_t kEndPtsOfContoursOffset = 10; member in namespace:woff2::__anon11702
204 unsigned int flag_offset = kEndPtsOfContoursOffset + 2 * n_contours + 2 +
338 if (loca_values[i + 1] - loca_offset < kEndPtsOfContoursOffset) {
523 kEndPtsOfContoursOffset + 2 * n_contours;
529 size_t offset = kEndPtsOfContoursOffset;
/external/chromium_org/third_party/ots/src/
H A Dwoff2.cc43 const size_t kEndPtsOfContoursOffset = 10; member in namespace:__anon14754
308 unsigned int flag_offset = kEndPtsOfContoursOffset + 2 * n_contours + 2 +
442 if (loca_values.at(i + 1) - loca_offset < kEndPtsOfContoursOffset) {
631 kEndPtsOfContoursOffset + 2 * n_contours;
637 size_t offset = kEndPtsOfContoursOffset;

Completed in 120 milliseconds