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

  /external/chromium_org/third_party/brotli/src/woff2/
woff2_dec.cc 62 const size_t kEndPtsOfContoursOffset = 10;
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/
woff2.cc 43 const size_t kEndPtsOfContoursOffset = 10;
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;
    [all...]

Completed in 166 milliseconds