OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FontInputStream
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
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
...]
font_input_stream.h
49
class
FontInputStream
: public InputStream {
53
explicit
FontInputStream
(InputStream* is);
58
FontInputStream
(InputStream* is, size_t length);
60
virtual ~
FontInputStream
();
/external/sfntly/cpp/src/sfntly/data/
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
...]
font_input_stream.h
49
class
FontInputStream
: public InputStream {
53
explicit
FontInputStream
(InputStream* is);
58
FontInputStream
(InputStream* is, size_t length);
60
virtual ~
FontInputStream
();
/external/chromium_org/third_party/sfntly/cpp/src/test/
file_io_test.cc
108
FontInputStream
font_is1(&is);
119
FontInputStream
font_is2(&is, 200);
135
FontInputStream
font_is(&is);
138
FontInputStream
gdef_is(&font_is, TTF_LENGTH[SAMPLE_TTF_FEAT]);
/external/sfntly/cpp/src/test/
file_io_test.cc
108
FontInputStream
font_is1(&is);
119
FontInputStream
font_is2(&is, 200);
135
FontInputStream
font_is(&is);
138
FontInputStream
gdef_is(&font_is, TTF_LENGTH[SAMPLE_TTF_FEAT]);
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/
font.h
206
void ReadHeader(
FontInputStream
* is,
214
FontInputStream
* is,
font.cc
325
FontInputStream
font_is(is);
480
void Font::Builder::ReadHeader(
FontInputStream
* is,
525
FontInputStream
* is,
533
FontInputStream
table_is(is, (*table_header)->length());
/external/sfntly/cpp/src/sfntly/
font.h
206
void ReadHeader(
FontInputStream
* is,
214
FontInputStream
* is,
font.cc
325
FontInputStream
font_is(is);
480
void Font::Builder::ReadHeader(
FontInputStream
* is,
525
FontInputStream
* is,
533
FontInputStream
table_is(is, (*table_header)->length());
Completed in 1015 milliseconds