Home
last modified time | relevance | path

Searched refs:short_offset (Results 1 – 2 of 2) sorted by relevance

/external/eigen/test/
Drand.cpp61 signed char short_offset = (std::min)(g_repeat,16000); in test_rand() local
92 CALL_SUBTEST(check_all_in_range<short>(11,11+short_offset)); in test_rand()
94 CALL_SUBTEST(check_all_in_range<short>(-11-short_offset,-11)); in test_rand()
95 CALL_SUBTEST(check_all_in_range<short>(-24345,-24345+short_offset)); in test_rand()
96 CALL_SUBTEST(check_all_in_range<short>(24345,24345+short_offset)); in test_rand()
/external/harfbuzz_ng/src/
Dhb-ot-font.cc148 bool short_offset; member
166 this->short_offset = 0 == head->indexToLocFormat; in init()
174 …this->num_glyphs = MAX (1u, hb_blob_get_length (this->loca_blob) / (this->short_offset ? 2 : 4)) -… in init()
191 if (this->short_offset) in get_extents()