Home
last modified time | relevance | path

Searched refs:CompCount (Results 1 – 3 of 3) sorted by relevance

/third_party/freetype/src/otvalid/
Dotvgsub.c214 FT_UInt LigatureGlyph, CompCount; in otv_Ligature_validate() local
224 CompCount = FT_NEXT_USHORT( p ); in otv_Ligature_validate()
226 OTV_TRACE(( " (CompCount = %d)\n", CompCount )); in otv_Ligature_validate()
228 if ( CompCount == 0 ) in otv_Ligature_validate()
231 CompCount--; in otv_Ligature_validate()
233 OTV_LIMIT_CHECK( CompCount * 2 ); /* Component */ in otv_Ligature_validate()
/third_party/skia/third_party/externals/freetype/src/otvalid/
Dotvgsub.c214 FT_UInt LigatureGlyph, CompCount; in otv_Ligature_validate() local
224 CompCount = FT_NEXT_USHORT( p ); in otv_Ligature_validate()
226 OTV_TRACE(( " (CompCount = %d)\n", CompCount )); in otv_Ligature_validate()
228 if ( CompCount == 0 ) in otv_Ligature_validate()
231 CompCount--; in otv_Ligature_validate()
233 OTV_LIMIT_CHECK( CompCount * 2 ); /* Component */ in otv_Ligature_validate()
/third_party/flutter/skia/third_party/externals/freetype/src/otvalid/
Dotvgsub.c214 FT_UInt LigatureGlyph, CompCount; in otv_Ligature_validate() local
224 CompCount = FT_NEXT_USHORT( p ); in otv_Ligature_validate()
226 OTV_TRACE(( " (CompCount = %d)\n", CompCount )); in otv_Ligature_validate()
228 if ( CompCount == 0 ) in otv_Ligature_validate()
231 CompCount--; in otv_Ligature_validate()
233 OTV_LIMIT_CHECK( CompCount * 2 ); /* Component */ in otv_Ligature_validate()