/external/chromium_org/third_party/sfntly/cpp/src/test/ |
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];
|
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];
|
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];
|
/external/sfntly/cpp/src/test/ |
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];
|
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];
|
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];
|