Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/ports/
DSkFontMgr_ohos.cpp288 for (int bcp47Index = bcp47Count; bcp47Index-- > 0;) { in onMatchFamilyStyleCharacter() local
289 SkLanguage lang(bcp47[bcp47Index]); in onMatchFamilyStyleCharacter()
315 for (int bcp47Index = bcp47Count; bcp47Index-- > 0;) { in onMatchFamilyStyleCharacterOHOS() local
316 SkLanguage lang(bcp47[bcp47Index]); in onMatchFamilyStyleCharacterOHOS()
341 for (int bcp47Index = bcp47Count; bcp47Index-- > 0;) { in onMatchFamilyStyleCharacterHwFont() local
342 SkLanguage lang(bcp47[bcp47Index]); in onMatchFamilyStyleCharacterHwFont()
DSkFontMgr_preview.cpp127 for (int bcp47Index = bcp47Count; bcp47Index-- > 0;) { in onMatchFamilyStyleCharacter() local
128 SkLanguage lang(bcp47[bcp47Index]); in onMatchFamilyStyleCharacter()
DSkFontMgr_android.cpp422 for (int bcp47Index = bcp47Count; bcp47Index --> 0;) { in onMatchFamilyStyleCharacter() local
423 SkLanguage lang(bcp47[bcp47Index]); in onMatchFamilyStyleCharacter()
/third_party/skia/src/ports/
DSkFontMgr_android.cpp407 for (int bcp47Index = bcp47Count; bcp47Index --> 0;) { in onMatchFamilyStyleCharacter() local
408 SkLanguage lang(bcp47[bcp47Index]); in onMatchFamilyStyleCharacter()