Home | History | Annotate | Download | only in gxvalid

Lines Matching defs:just

5 /*    TrueTypeGX/AAT just table validation (body).                         */
44 * referred `just' table format specification:
48 * [JUST HEADER]: GXV_JUST_HEADER_SIZE
66 #define GXV_JUST_DATA( a ) GXV_TABLE_DATA( just, a )
69 /* GX just table does not define their subset of GID */
78 GXV_TRACE(( "just table includes too large %s"
118 GXV_TRACE(( "just table includes non-zero value"
160 GXV_NAME_ENTER( "just justDeltaClusters" );
206 GXV_TRACE(( "just table includes invalid range spec:"
346 GXV_NAME_ENTER( "just actSubrecord" );
426 GXV_NAME_ENTER( "just pcLookupTable" );
449 GXV_NAME_ENTER( "just postcompTable" );
508 GXV_NAME_ENTER( "just justClassTable" );
585 * following 3 offsets are measured from the start of `just'
596 GXV_NAME_ENTER( "just justData" );
654 GXV_just_Data just = &justrec;
667 gxvalid->table_data = just;
670 FT_TRACE3(( "validating `just' table\n" ));
681 "just header", odtect );