Home
last modified time | relevance | path

Searched refs:VmtxTable (Results 1 – 4 of 4) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/fonts/opentype/
H A Dopen_type_vertical_data.cc96 struct VmtxTable { struct
207 const open_type::VmtxTable* vmtx = in LoadMetrics()
208 open_type::ValidateTable<open_type::VmtxTable>(buffer, in LoadMetrics()
224 buffer.size() - sizeof(open_type::VmtxTable::Entry) * count_vmtx_entries; in LoadMetrics()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/fonts/opentype/
H A Dopen_type_vertical_data.cc96 struct VmtxTable { struct
207 const open_type::VmtxTable* vmtx = in LoadMetrics()
208 open_type::ValidateTable<open_type::VmtxTable>(buffer, in LoadMetrics()
224 buffer.size() - sizeof(open_type::VmtxTable::Entry) * count_vmtx_entries; in LoadMetrics()
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/graph/font/typecast/ot/table/
H A DVmtxTable.java31 public class VmtxTable implements Table { class
37 protected VmtxTable( in VmtxTable() method in VmtxTable
H A DTableFactory.java175 t = new VmtxTable(de, dis, font.getVheaTable(), font.getMaxpTable()); in create()