Home
last modified time | relevance | path

Searched defs:FontInputStream (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
DFontInputStream.java88 public class FontInputStream extends FilterInputStream { class
98 public FontInputStream(InputStream is) { in FontInputStream() method in FontInputStream
108 public FontInputStream(InputStream is, int length) { in FontInputStream() method in FontInputStream
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
Dfont_input_stream.cc23 FontInputStream::FontInputStream(InputStream* is) in FontInputStream() function in sfntly::FontInputStream
27 FontInputStream::FontInputStream(InputStream* is, size_t length) in FontInputStream() function in sfntly::FontInputStream