Home
last modified time | relevance | path

Searched defs:byte_t (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
Dtype.h30 typedef uint8_t byte_t; typedef
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
Dtype.h30 typedef uint8_t byte_t; typedef
/third_party/boost/boost/gil/extension/io/targa/detail/
Dscanline_read.hpp72 void skip( byte_t*, int ) in skip() argument
/third_party/boost/boost/gil/extension/io/pnm/detail/
Dscanline_read.hpp68 void skip( byte_t*, int ) in skip() argument
/third_party/boost/boost/gil/io/
Dtypedefs.hpp27 using byte_t = unsigned char; typedef
Ddevice.hpp418 void write(const byte_t*, std::size_t) in write()
442 std::size_t read(byte_t *, std::size_t) in read() argument
/third_party/boost/boost/gil/extension/io/bmp/detail/
Dscanline_read.hpp90 void skip( byte_t*, int ) in skip() argument
/third_party/boost/boost/gil/
Dbit_aligned_pixel_reference.hpp36 using byte_t = mp11::mp_if_c<IsMutable, unsigned char, unsigned char const>; typedef in boost::gil::bit_range