Searched refs:advanceHeightMax (Results 1 - 3 of 3) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
H A D_v_h_e_a.py13 advanceHeightMax: H
45 advanceHeightMax = -100000 # arbitrary big negative number
55 advanceHeightMax = max(advanceHeightMax, height)
61 self.advanceHeightMax = advanceHeightMax
/external/fonttools/Tools/fontTools/ttLib/tables/
H A D_v_h_e_a.py13 advanceHeightMax: H
45 advanceHeightMax = -100000 # arbitrary big negative number
55 advanceHeightMax = max(advanceHeightMax, height)
61 self.advanceHeightMax = advanceHeightMax
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
H A DOpenTypeVerticalData.cpp74 OpenType::Int16 advanceHeightMax; member in struct:blink::OpenType::VheaTable

Completed in 294 milliseconds