Home
last modified time | relevance | path

Searched refs:TShortMetrics (Results 1 – 12 of 12) sorted by relevance

/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/freetype/
H A Dtttables.pas141 TShortMetrics = Short;
142 TTableShortMetrics = array[0..255] of TShortMetrics;
H A Dttload.pas605 Alloc( shorts^, sizeof(TShortMetrics)* num_shorts ) or
/dports/editors/lazarus/lazarus/components/lazutils/
H A Dtttables.pas141 TShortMetrics = Short;
142 TTableShortMetrics = array[0..255] of TShortMetrics;
H A Dttload.pas605 Alloc( shorts^, sizeof(TShortMetrics)* num_shorts ) or
/dports/print/freetype/freetype-1.3.1/pascal/lib/
H A Dtttables.pas141 TShortMetrics = Short;
142 TTableShortMetrics = array[0..255] of TShortMetrics;
H A Dttload.pas603 Alloc( shorts^, sizeof(TShortMetrics)* num_shorts ) or
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/freetype/
H A Dtttables.pas141 TShortMetrics = Short;
142 TTableShortMetrics = array[0..255] of TShortMetrics;
H A Dttload.pas605 Alloc( shorts^, sizeof(TShortMetrics)* num_shorts ) or
/dports/editors/lazarus-qt5/lazarus/components/lazutils/
H A Dtttables.pas141 TShortMetrics = Short;
142 TTableShortMetrics = array[0..255] of TShortMetrics;
H A Dttload.pas605 Alloc( shorts^, sizeof(TShortMetrics)* num_shorts ) or
/dports/print/freetype/freetype-1.3.1/lib/
H A Dtttables.h163 typedef Short TShortMetrics, *PShortMetrics; typedef
H A Dttload.c566 ALLOC_ARRAY( *shorts, num_shorts, TShortMetrics ) ) in Load_TrueType_Metrics()