Searched refs:trak (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A D | test-aat-layout.c | 108 hb_face_t *trak; in test_aat_has() local 112 trak = hb_test_open_font_file ("fonts/aat-trak.ttf"); in test_aat_has() 113 g_assert (hb_aat_layout_has_tracking (trak)); in test_aat_has() 114 hb_face_destroy (trak); in test_aat_has()
|
/third_party/skia/third_party/externals/freetype/src/gxvalid/ |
H A D | gxvmod.c | 126 GXV_TABLE_DECL( trak ); in gxv_validate() 141 GXV_TABLE_LOAD( trak ); in gxv_validate() 153 GXV_TABLE_VALIDATE( trak ); in gxv_validate() 170 GXV_TABLE_SET( trak ); in gxv_validate() 179 FT_FREE( trak ); in gxv_validate()
|
H A D | gxvtrak.c | 5 * TrueTypeGX/AAT trak table validation (body). 82 #define GXV_TRAK_DATA( FIELD ) GXV_TABLE_DATA( trak, FIELD ) 202 /***** trak TABLE *****/ 218 GXV_trak_Data trak = &trakrec; in gxv_trak_validate() local 231 gxvalid->table_data = trak; in gxv_trak_validate() 236 FT_TRACE3(( "validating `trak' table\n" )); in gxv_trak_validate()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-aat-layout.cc | 37 #include "hb-aat-layout-trak-table.hh" 198 * mort/morx/kerx/trak 333 * in the `trak` table. 342 return face->table.trak->has_data (); in hb_aat_layout_has_tracking() 350 const AAT::trak& trak = *font->face->table.trak; in hb_aat_layout_track() local 353 trak.apply (&c); in hb_aat_layout_track()
|
H A D | hb-ot-face-table-list.hh | 115 HB_OT_TABLE (AAT, trak)
|
H A D | hb-aat-layout-trak-table.hh | 36 * trak -- Tracking 154 struct trak struct
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
H A D | ftgxval.h | 56 * TrueTypeGX tables (feat, mort, morx, bsln, just, kern, opbd, trak, 146 * Validate 'trak' table. 156 * opbd, trak, prop and lcar). 167 #define FT_VALIDATE_trak FT_VALIDATE_GX_BITFIELD( trak )
|
Completed in 3 milliseconds