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

  /external/chromium_org/third_party/brotli/src/woff2/
store_bytes.h 35 inline size_t Store16(uint8_t* dst, size_t offset, int x) {
48 inline void Store16(int val, size_t* offset, uint8_t* dst) {
  /external/chromium_org/third_party/ots/src/
woff2.cc 220 size_t Store16(uint8_t* dst, size_t offset, int x) {
385 x_offset = Store16(dst, x_offset, dx);
394 y_offset = Store16(dst, y_offset, dy);
419 offset = Store16(dst, offset, x_min);
420 offset = Store16(dst, offset, y_min);
421 offset = Store16(dst, offset, x_max);
422 offset = Store16(dst, offset, y_max);
489 Store16(dst, 0, 0xffff); // nContours = -1 for composite glyph
516 offset = Store16(dst, offset, value >> 1);
594 Store16(glyf_dst, glyph_size, instruction_size)
    [all...]

Completed in 577 milliseconds