freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][freetype/freetype][master] [truetype] Remove Infinality for good (


From: Alexei Podtelezhnikov (@apodtele)
Subject: [Git][freetype/freetype][master] [truetype] Remove Infinality for good (remaining bits).
Date: Thu, 27 Jul 2023 16:12:35 +0000

Alexei Podtelezhnikov pushed to branch master at FreeType / FreeType

Commits:

  • 1ecfd219
    by Alexei Podtelezhnikov at 2023-07-27T16:12:28+00:00
    [truetype] Remove Infinality for good (remaining bits).
    
    * src/truetype/ttobjs.h: Remove remaining fields.
    * src/truetype/ttinterp.c: Do not initialize them.
    * include/freetype/internal/tttypes.h: Remove descriptions.
    

3 changed files:

Changes:

  • include/freetype/internal/tttypes.h
    ... ... @@ -1394,14 +1394,6 @@ FT_BEGIN_HEADER
    1394 1394
        *   vert_metrics_offset ::
    
    1395 1395
        *     The file offset of the 'vmtx' table.
    
    1396 1396
        *
    
    1397
    -   *   sph_found_func_flags ::
    
    1398
    -   *     Flags identifying special bytecode functions (used by the v38
    
    1399
    -   *     implementation of the bytecode interpreter).
    
    1400
    -   *
    
    1401
    -   *   sph_compatibility_mode ::
    
    1402
    -   *     This flag is set if we are in ClearType backward compatibility mode
    
    1403
    -   *     (used by the v38 implementation of the bytecode interpreter).
    
    1404
    -   *
    
    1405 1397
        *   ebdt_start ::
    
    1406 1398
        *     The file offset of the sbit data table (CBDT, bdat, etc.).
    
    1407 1399
        *
    

  • src/truetype/ttinterp.c
    ... ... @@ -3544,8 +3544,6 @@
    3544 3544
         rec->opc            = (FT_UInt16)n;
    
    3545 3545
         rec->start          = exc->IP + 1;
    
    3546 3546
         rec->active         = TRUE;
    
    3547
    -    rec->inline_delta   = FALSE;
    
    3548
    -    rec->sph_fdef_flags = 0x0000;
    
    3549 3547
     
    
    3550 3548
         if ( n > exc->maxFunc )
    
    3551 3549
           exc->maxFunc = (FT_UInt16)n;
    

  • src/truetype/ttobjs.h
    ... ... @@ -162,8 +162,6 @@ FT_BEGIN_HEADER
    162 162
         FT_Long   end;            /* where does it end?                     */
    
    163 163
         FT_UInt   opc;            /* function #, or instruction code        */
    
    164 164
         FT_Bool   active;         /* is it active?                          */
    
    165
    -    FT_Bool   inline_delta;   /* is function that defines inline delta? */
    
    166
    -    FT_ULong  sph_fdef_flags; /* flags to identify special functions    */
    
    167 165
     
    
    168 166
       } TT_DefRecord, *TT_DefArray;
    
    169 167
     
    


  • reply via email to

    [Prev in Thread] Current Thread [Next in Thread]