Searched refs:typeInt (Results 1 – 10 of 10) sorted by relevance
59 for (int typeInt = 0; typeInt < GrContextFactory::kContextTypeCnt; ++typeInt) { in RunWithGaneshTestContexts() local60 GrContextFactory::ContextType contextType = (GrContextFactory::ContextType) typeInt; in RunWithGaneshTestContexts()98 for (int typeInt = 0; typeInt < GrContextFactory::kContextTypeCnt; ++typeInt) { in RunWithGraphiteTestContexts() local99 GrContextFactory::ContextType contextType = (GrContextFactory::ContextType) typeInt; in RunWithGraphiteTestContexts()
101 for (int typeInt = 0; typeInt < GrContextFactory::kContextTypeCnt; ++typeInt) { in RunWithGaneshTestContexts() local102 GrContextFactory::ContextType contextType = (GrContextFactory::ContextType)typeInt; in RunWithGaneshTestContexts()
287 for (int8_t typeInt = 0; typeInt < PATTERN_SIGN_TYPE_COUNT * 2; typeInt++) { in createAffixMatchers() local288 auto type = static_cast<PatternSignType>(typeInt / 2); in createAffixMatchers()289 bool dropCurrencySymbols = (typeInt % 2) == 1; in createAffixMatchers()
294 for (int typeInt = 0; typeInt < sk_gpu_test::GrContextFactory::kContextTypeCnt; ++typeInt) { in DEF_GANESH_TEST() local296 (sk_gpu_test::GrContextFactory::ContextType) typeInt; in DEF_GANESH_TEST()
221 for (int typeInt = 0; typeInt < sk_gpu_test::GrContextFactory::kContextTypeCnt; ++typeInt) { in DEF_GANESH_TEST() local224 (sk_gpu_test::GrContextFactory::ContextType) typeInt; in DEF_GANESH_TEST()
50 int32_t typeInt = (options >> 6) & 3; in ucptrie_openFromBinary() local52 if (typeInt > UCPTRIE_TYPE_SMALL || valueWidthInt > UCPTRIE_VALUE_BITS_8 || in ucptrie_openFromBinary()57 UCPTrieType actualType = (UCPTrieType)typeInt; in ucptrie_openFromBinary()
189 int typeInt = (options >> 6) & 3; in fromBinary() local191 switch (typeInt) { in fromBinary()
181 int typeInt = (options >> 6) & 3; in fromBinary() local183 switch (typeInt) { in fromBinary()