Searched refs:HMTX_ENTRIES_COUNT (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dverify_hmtx.cc24 const int32_t HMTX_ENTRIES_COUNT = 1499; member in namespace:sfntly
55 EXPECT_EQ(hmtx->NumberOfHMetrics(), HMTX_ENTRIES_COUNT);
64 EXPECT_EQ(hmtx->AdvanceWidth(HMTX_ENTRIES_COUNT),
66 EXPECT_EQ(hmtx->LeftSideBearing(HMTX_ENTRIES_COUNT), HMTX_ENTRIES[0].lsb_);
/external/sfntly/cpp/src/test/
H A Dverify_hmtx.cc24 const int32_t HMTX_ENTRIES_COUNT = 1499; member in namespace:sfntly
55 EXPECT_EQ(hmtx->NumberOfHMetrics(), HMTX_ENTRIES_COUNT);
64 EXPECT_EQ(hmtx->AdvanceWidth(HMTX_ENTRIES_COUNT),
66 EXPECT_EQ(hmtx->LeftSideBearing(HMTX_ENTRIES_COUNT), HMTX_ENTRIES[0].lsb_);

Completed in 288 milliseconds