HomeSort by: relevance | last modified time | path
    Searched defs:just (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/freetype/dist/src/gxvalid/
gxvjust.c 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 */
80 GXV_TRACE(( "just table includes too large %s"
120 GXV_TRACE(( "just table includes non-zero value"
162 GXV_NAME_ENTER( "just justDeltaClusters" );
208 GXV_TRACE(( "just table includes invalid range spec:"
348 GXV_NAME_ENTER( "just actSubrecord" )
656 GXV_just_Data just = &justrec; local
    [all...]
  /xsrc/external/mit/ctwm/dist/
parse_be.c 1049 int just = ParseTitleJustification(s); local
1051 if((just < 0) || (just == TJ_UNDEF)) {
1057 Scr->IconJustification = just;
1062 int just = ParseIRJustification(s); local
1064 if(just < 0 || (just == IRJ_UNDEF)) {
1070 Scr->IconRegionJustification = just;
1075 int just = ParseAlignement(s); local
1077 if(just < 0)
1089 int just = ParseTitleJustification(s); local
    [all...]

Completed in 8 milliseconds