OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FontInputStream
(Results
1 - 2
of
2
) sorted by null
/external/sfntly/cpp/src/sfntly/data/
font_input_stream.h
49
class
FontInputStream
: public InputStream {
53
explicit
FontInputStream
(InputStream* is);
58
FontInputStream
(InputStream* is, size_t length);
60
virtual ~
FontInputStream
();
font_input_stream.cc
23
FontInputStream
::
FontInputStream
(InputStream* is)
27
FontInputStream
::
FontInputStream
(InputStream* is, size_t length)
31
FontInputStream
::~
FontInputStream
() {
35
int32_t
FontInputStream
::Available() {
42
void
FontInputStream
::Close() {
48
void
FontInputStream
::Mark(int32_t readlimit) {
54
bool
FontInputStream
::MarkSupported()
[
all
...]
Completed in 81 milliseconds