OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FontBuilderArray
(Results
1 - 13
of
13
) sorted by null
/external/sfntly/cpp/src/sfntly/
font_factory.h
67
void LoadFontsForBuilding(InputStream* is,
FontBuilderArray
* output);
75
void LoadFontsForBuilding(ByteVector* b,
FontBuilderArray
* output);
126
void LoadCollectionForBuilding(InputStream* is,
FontBuilderArray
* builders);
128
FontBuilderArray
* builders);
font_factory.cc
70
FontBuilderArray
* output) {
84
FontBuilderArray
* output) {
124
FontBuilderArray
ba;
127
for (
FontBuilderArray
::iterator builder = ba.begin(), builders_end = ba.end();
136
FontBuilderArray
builders;
139
for (
FontBuilderArray
::iterator builder = builders.begin(),
167
FontBuilderArray
* builders) {
177
FontBuilderArray
* builders) {
font.h
348
typedef std::vector<FontBuilderPtr>
FontBuilderArray
;
/external/sfntly/cpp/src/test/
test_font_utils.h
27
FontBuilderArray
* builders);
font_parsing_test.cc
41
FontBuilderArray
font_builder_array;
45
FontBuilderArray
font_builder_array2;
104
FontBuilderArray
font_builder_array;
122
FontBuilderArray
font_builder_array;
name_editing_test.cc
38
void LoadTestFile(FontFactory* factory,
FontBuilderArray
* font_builders) {
50
FontBuilderArray
font_builder_array;
94
FontBuilderArray
font_builder_array;
145
FontBuilderArray
font_builder_array;
191
FontBuilderArray
font_builder_array;
otf_basic_editing_test.cc
34
FontBuilderArray
font_builder_array;
cmap_editing_test.cc
36
FontBuilderArray
builders;
test_font_utils.cc
28
FontBuilderArray
* builders) {
serialization_test.cc
36
FontBuilderArray
font_builder_array;
102
FontBuilderArray
font_builder_array;
bitmap_table_test.cc
134
FontBuilderArray
builder_array;
/external/sfntly/cpp/src/sample/subtly/
utils.h
31
sfntly::
FontBuilderArray
* builders);
utils.cc
40
FontBuilderArray
builders;
54
FontBuilderArray
* builders) {
Completed in 567 milliseconds