OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:font_builder_array
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/sfntly/cpp/src/test/
otf_basic_editing_test.cc
34
FontBuilderArray
font_builder_array
;
local
35
BuilderForFontFile(SAMPLE_TTF_FILE, factory, &
font_builder_array
);
36
FontBuilderPtr font_builder =
font_builder_array
[0];
font_parsing_test.cc
41
FontBuilderArray
font_builder_array
;
local
42
BuilderForFontFile(SAMPLE_TTF_FILE, factory, &
font_builder_array
);
43
FontBuilderPtr font_builder =
font_builder_array
[0];
104
FontBuilderArray
font_builder_array
;
local
105
BuilderForFontFile(SAMPLE_TTF_FILE, factory, &
font_builder_array
);
106
FontBuilderPtr font_builder =
font_builder_array
[0];
122
FontBuilderArray
font_builder_array
;
local
123
factory->LoadFontsForBuilding(&input_buffer, &
font_builder_array
);
124
FontBuilderPtr font_builder =
font_builder_array
[0];
name_editing_test.cc
50
FontBuilderArray
font_builder_array
;
local
51
LoadTestFile(factory, &
font_builder_array
);
52
FontBuilderPtr font_builder =
font_builder_array
[0];
94
FontBuilderArray
font_builder_array
;
local
95
LoadTestFile(factory, &
font_builder_array
);
96
FontBuilderPtr font_builder =
font_builder_array
[0];
145
FontBuilderArray
font_builder_array
;
local
146
LoadTestFile(factory, &
font_builder_array
);
147
FontBuilderPtr font_builder =
font_builder_array
[0];
191
FontBuilderArray
font_builder_array
;
[
all
...]
serialization_test.cc
36
FontBuilderArray
font_builder_array
;
local
37
BuilderForFontFile(SAMPLE_TTF_FILE, factory2, &
font_builder_array
);
38
FontBuilderPtr font_builder =
font_builder_array
[0];
102
FontBuilderArray
font_builder_array
;
local
103
BuilderForFontFile(SAMPLE_BITMAP_FONT, factory2, &
font_builder_array
);
104
FontBuilderPtr font_builder =
font_builder_array
[0];
Completed in 28 milliseconds