Home
last modified time | relevance | path

Searched refs:actionCount (Results 1 – 4 of 4) sorted by relevance

/third_party/freetype/src/gxvalid/
Dgxvjust.c386 FT_ULong actionCount; in gxv_just_pcActionRecord_validate() local
391 actionCount = FT_NEXT_ULONG( p ); in gxv_just_pcActionRecord_validate()
392 GXV_TRACE(( "actionCount = %d\n", actionCount )); in gxv_just_pcActionRecord_validate()
394 for ( i = 0; i < actionCount; i++ ) in gxv_just_pcActionRecord_validate()
/third_party/flutter/skia/third_party/externals/freetype/src/gxvalid/
Dgxvjust.c386 FT_ULong actionCount; in gxv_just_pcActionRecord_validate() local
391 actionCount = FT_NEXT_ULONG( p ); in gxv_just_pcActionRecord_validate()
392 GXV_TRACE(( "actionCount = %d\n", actionCount )); in gxv_just_pcActionRecord_validate()
394 for ( i = 0; i < actionCount; i++ ) in gxv_just_pcActionRecord_validate()
/third_party/skia/third_party/externals/freetype/src/gxvalid/
Dgxvjust.c387 FT_ULong actionCount; in gxv_just_pcActionRecord_validate() local
392 actionCount = FT_NEXT_ULONG( p ); in gxv_just_pcActionRecord_validate()
393 GXV_TRACE(( "actionCount = %lu\n", actionCount )); in gxv_just_pcActionRecord_validate()
395 for ( i = 0; i < actionCount; i++ ) in gxv_just_pcActionRecord_validate()
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/view/
DAccessibilityBridge.java1915 final int actionCount = buffer.getInt(); in updateWith() local
1916 if (actionCount == 0) { in updateWith()
1920 customAccessibilityActions = new ArrayList<>(actionCount); in updateWith()
1924 for (int i = 0; i < actionCount; i++) { in updateWith()