Searched refs:FeatureCount (Results 1 – 8 of 8) sorted by relevance
| /third_party/freetype/src/otvalid/ |
| D | otvcommn.c | 481 FT_UInt FeatureCount; in otv_FeatureList_validate() local 487 FeatureCount = FT_NEXT_USHORT( p ); in otv_FeatureList_validate() 489 OTV_TRACE(( " (FeatureCount = %d)\n", FeatureCount )); in otv_FeatureList_validate() 491 OTV_LIMIT_CHECK( FeatureCount * 2 ); in otv_FeatureList_validate() 496 for ( ; FeatureCount > 0; FeatureCount-- ) in otv_FeatureList_validate() 525 FT_UInt FeatureCount; in otv_LangSys_validate() local 533 FeatureCount = FT_NEXT_USHORT( p ); in otv_LangSys_validate() 536 OTV_TRACE(( " (FeatureCount = %d)\n", FeatureCount )); in otv_LangSys_validate() 541 OTV_LIMIT_CHECK( FeatureCount * 2 ); in otv_LangSys_validate() 544 for ( ; FeatureCount > 0; FeatureCount-- ) in otv_LangSys_validate()
|
| /third_party/skia/third_party/externals/freetype/src/otvalid/ |
| D | otvcommn.c | 481 FT_UInt FeatureCount; in otv_FeatureList_validate() local 487 FeatureCount = FT_NEXT_USHORT( p ); in otv_FeatureList_validate() 489 OTV_TRACE(( " (FeatureCount = %d)\n", FeatureCount )); in otv_FeatureList_validate() 491 OTV_LIMIT_CHECK( FeatureCount * 2 ); in otv_FeatureList_validate() 496 for ( ; FeatureCount > 0; FeatureCount-- ) in otv_FeatureList_validate() 525 FT_UInt FeatureCount; in otv_LangSys_validate() local 533 FeatureCount = FT_NEXT_USHORT( p ); in otv_LangSys_validate() 536 OTV_TRACE(( " (FeatureCount = %d)\n", FeatureCount )); in otv_LangSys_validate() 541 OTV_LIMIT_CHECK( FeatureCount * 2 ); in otv_LangSys_validate() 544 for ( ; FeatureCount > 0; FeatureCount-- ) in otv_LangSys_validate()
|
| /third_party/flutter/skia/third_party/externals/freetype/src/otvalid/ |
| D | otvcommn.c | 478 FT_UInt FeatureCount; in otv_FeatureList_validate() local 484 FeatureCount = FT_NEXT_USHORT( p ); in otv_FeatureList_validate() 486 OTV_TRACE(( " (FeatureCount = %d)\n", FeatureCount )); in otv_FeatureList_validate() 488 OTV_LIMIT_CHECK( FeatureCount * 2 ); in otv_FeatureList_validate() 493 for ( ; FeatureCount > 0; FeatureCount-- ) in otv_FeatureList_validate() 522 FT_UInt FeatureCount; in otv_LangSys_validate() local 530 FeatureCount = FT_NEXT_USHORT( p ); in otv_LangSys_validate() 533 OTV_TRACE(( " (FeatureCount = %d)\n", FeatureCount )); in otv_LangSys_validate() 538 OTV_LIMIT_CHECK( FeatureCount * 2 ); in otv_LangSys_validate() 541 for ( ; FeatureCount > 0; FeatureCount-- ) in otv_LangSys_validate()
|
| /third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/ |
| D | EGLFeatureControlTest.cpp | 110 TEST_P(EGLFeatureControlTest, FeatureCount) in TEST_P() argument
|
| /third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
| D | EGLFeatureControlTest.cpp | 112 TEST_P(EGLFeatureControlTest, FeatureCount) in TEST_P() argument
|
| /third_party/skia/third_party/externals/spirv-cross/ |
| D | spirv_glsl.hpp | 310 FeatureCount enumerator 314 static_assert(sizeof(FeatureMask) * 8u >= FeatureCount, "Mask type needs more bits.");
|
| D | spirv_glsl.cpp | 888 for (uint32_t feature_index = 0; feature_index < Supp::FeatureCount; feature_index++) in emit_header() 15858 static const bool retval[FeatureCount] = { false, false, false, false, false, false, in can_feature_be_implemented_without_extensions() 15870 static const Candidate extensions[FeatureCount] = { in get_KHR_extension_for_feature() 15894 for (uint32_t i = 0u; i < FeatureCount; ++i) in resolve() 15990 const uint32_t big_num = FeatureCount; in Result()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
| D | WasmObjectFile.cpp | 722 uint32_t FeatureCount = readVaruint32(Ctx); in parseTargetFeaturesSection() local 723 for (size_t I = 0; I < FeatureCount; ++I) { in parseTargetFeaturesSection()
|