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

/external/chromium_org/third_party/brotli/src/woff2/
H A Dstore_bytes.h35 inline size_t Store16(uint8_t* dst, size_t offset, int x) { function in namespace:woff2
48 inline void Store16(int val, size_t* offset, uint8_t* dst) { function in namespace:woff2
/external/chromium_org/third_party/ots/src/
H A Dwoff2.cc220 size_t Store16(uint8_t* dst, size_t offset, int x) { function in namespace:__anon14754
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_ds
[all...]

Completed in 4825 milliseconds