Searched refs:MarkSupported (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
H A Dfile_input_stream.h35 virtual bool MarkSupported();
H A Dinput_stream.h33 virtual bool MarkSupported() = 0;
H A Dmemory_input_stream.h35 virtual bool MarkSupported();
H A Dmemory_input_stream.cc52 bool MemoryInputStream::MarkSupported() { function in class:sfntly::MemoryInputStream
H A Dfile_input_stream.cc56 bool FileInputStream::MarkSupported() { function in class:sfntly::FileInputStream
/external/sfntly/cpp/src/sfntly/port/
H A Dfile_input_stream.h35 virtual bool MarkSupported();
H A Dinput_stream.h33 virtual bool MarkSupported() = 0;
H A Dmemory_input_stream.h35 virtual bool MarkSupported();
H A Dmemory_input_stream.cc50 bool MemoryInputStream::MarkSupported() { function in class:sfntly::MemoryInputStream
H A Dfile_input_stream.cc54 bool FileInputStream::MarkSupported() { function in class:sfntly::FileInputStream
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
H A Dfont_input_stream.cc54 bool FontInputStream::MarkSupported() { function in class:sfntly::FontInputStream
56 return stream_->MarkSupported();
H A Dfont_input_stream.h66 virtual bool MarkSupported();
/external/sfntly/cpp/src/sfntly/data/
H A Dfont_input_stream.cc54 bool FontInputStream::MarkSupported() { function in class:sfntly::FontInputStream
56 return stream_->MarkSupported();
H A Dfont_input_stream.h66 virtual bool MarkSupported();

Completed in 894 milliseconds