Searched defs:FontInputStream (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
H A Dfont_input_stream.h49 class FontInputStream : public InputStream { class in namespace:sfntly
53 explicit FontInputStream(InputStream* is);
58 FontInputStream(InputStream* is, size_t length);
60 virtual ~FontInputStream();
H A Dfont_input_stream.cc23 FontInputStream::FontInputStream(InputStream* is) function in class:sfntly::FontInputStream
27 FontInputStream::FontInputStream(InputStream* is, size_t length) function in class:sfntly::FontInputStream
31 FontInputStream::~FontInputStream() {
35 int32_t FontInputStream::Available() {
42 void FontInputStream::Close() {
48 void FontInputStream::Mark(int32_t readlimit) {
54 bool FontInputStream
[all...]
/external/sfntly/cpp/src/sfntly/data/
H A Dfont_input_stream.h49 class FontInputStream : public InputStream { class in namespace:sfntly
53 explicit FontInputStream(InputStream* is);
58 FontInputStream(InputStream* is, size_t length);
60 virtual ~FontInputStream();
H A Dfont_input_stream.cc23 FontInputStream::FontInputStream(InputStream* is) function in class:sfntly::FontInputStream
27 FontInputStream::FontInputStream(InputStream* is, size_t length) function in class:sfntly::FontInputStream
31 FontInputStream::~FontInputStream() {
35 int32_t FontInputStream::Available() {
42 void FontInputStream::Close() {
48 void FontInputStream::Mark(int32_t readlimit) {
54 bool FontInputStream
[all...]

Completed in 1663 milliseconds