Home
last modified time | relevance | path

Searched refs:SAMPLE_TTF_SIZE (Results 1 – 3 of 3) sorted by relevance

/external/sfntly/cpp/src/test/
Dtest_data.h27 extern const size_t SAMPLE_TTF_SIZE;
Dtest_data.cc31 const size_t SAMPLE_TTF_SIZE = 183936; variable
Dfont_parsing_test.cc111 EXPECT_GE(output_stream.Size(), SAMPLE_TTF_SIZE); in TestTTFReadWrite()