[otvalid] Minor formatting and comment fixes.

This commit is contained in:
Werner Lemberg
2025-12-02 11:29:19 +01:00
parent 32fc0af222
commit c54f1cbfa9
3 changed files with 10 additions and 10 deletions

View File

@@ -390,7 +390,7 @@
}
/* uses valid->lookup_count */
/* sets otvalid->lookup_count */
FT_LOCAL_DEF( void )
otv_LookupList_validate( FT_Bytes table,
@@ -846,7 +846,7 @@
}
/* sets otvalid->extra1 (valid->lookup_count) */
/* sets otvalid->extra1 (otvalid->lookup_count) */
FT_LOCAL_DEF( void )
otv_u_O_O_x_Onx( FT_Bytes table,
@@ -874,7 +874,7 @@
OTV_LIMIT_CHECK( ClassSetCount * 2 );
otvalid->nesting_level++;
func = otvalid->func[otvalid->nesting_level];
func = otvalid->func[otvalid->nesting_level];
otvalid->extra1 = otvalid->lookup_count;
for ( ; ClassSetCount > 0; ClassSetCount-- )
@@ -931,7 +931,7 @@
}
/* sets otvalid->extra1 (valid->lookup_count) */
/* sets otvalid->extra1 (otvalid->lookup_count) */
FT_LOCAL_DEF( void )
otv_u_O_O_O_O_x_Onx( FT_Bytes table,
@@ -966,7 +966,7 @@
OTV_LIMIT_CHECK( ChainClassSetCount * 2 );
otvalid->nesting_level++;
func = otvalid->func[otvalid->nesting_level];
func = otvalid->func[otvalid->nesting_level];
otvalid->extra1 = otvalid->lookup_count;
for ( ; ChainClassSetCount > 0; ChainClassSetCount-- )

View File

@@ -41,7 +41,7 @@
#define AttachListFunc otv_O_x_Ox
#define LigCaretListFunc otv_O_x_Ox
/* sets valid->extra1 (0) */
/* sets otvalid->extra1 (0) */
static void
otv_O_x_Ox( FT_Bytes table,

View File

@@ -33,11 +33,11 @@
static void
otv_Anchor_validate( FT_Bytes table,
OTV_Validator valid );
OTV_Validator otvalid );
static void
otv_MarkArray_validate( FT_Bytes table,
OTV_Validator valid );
OTV_Validator otvalid );
/*************************************************************************/
@@ -52,8 +52,8 @@
#define LigatureAttachFunc otv_x_sxy
#define Mark2ArrayFunc otv_x_sxy
/* uses valid->extra1 (counter) */
/* uses valid->extra2 (boolean to handle NULL anchor field) */
/* uses otvalid->extra1 (counter) */
/* uses otvalid->extra2 (boolean to handle NULL anchor field) */
static void
otv_x_sxy( FT_Bytes table,