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

  /external/sfntly/cpp/src/sfntly/data/
font_output_stream.h 46 class FontOutputStream : public OutputStream {
48 explicit FontOutputStream(OutputStream* os);
49 virtual ~FontOutputStream();
font_output_stream.cc 23 FontOutputStream::FontOutputStream(OutputStream* os)
28 FontOutputStream::~FontOutputStream() {
32 void FontOutputStream::Write(byte_t b) {
39 void FontOutputStream::Write(ByteVector* b) {
46 void FontOutputStream::Write(ByteVector* b, int32_t off, int32_t len) {
62 void FontOutputStream::Write(byte_t* b, int32_t off, int32_t len) {
77 void FontOutputStream::WriteChar(byte_t c) {
81 void FontOutputStream::WriteUShort(int32_t us)
    [all...]

Completed in 1045 milliseconds