Home
last modified time | relevance | path

Searched refs:fFontIndices (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/samples/layout/
DFontMap.cpp34 fFontIndices[i] = -1; in FontMap()
88 if (fFontIndices[script] >= 0) { in FontMap()
90 fFontIndices[script] = -1; in FontMap()
93 fFontIndices[script] = getFontIndex(fontName); in FontMap()
99 if (fFontIndices[script] < 0) { in FontMap()
100 fFontIndices[script] = defaultFont; in FontMap()
153 if (fFontIndices[script] == index) { in getFontIndex()
211 le_int32 fontIndex = fFontIndices[scriptCode]; in getScriptFont()
DFontMap.h61 le_int32 fFontIndices[scriptCodeCount]; variable
/third_party/icu/icu4c/source/samples/layout/
DFontMap.cpp34 fFontIndices[i] = -1; in FontMap()
88 if (fFontIndices[script] >= 0) { in FontMap()
90 fFontIndices[script] = -1; in FontMap()
93 fFontIndices[script] = getFontIndex(fontName); in FontMap()
99 if (fFontIndices[script] < 0) { in FontMap()
100 fFontIndices[script] = defaultFont; in FontMap()
153 if (fFontIndices[script] == index) { in getFontIndex()
211 le_int32 fontIndex = fFontIndices[scriptCode]; in getScriptFont()
DFontMap.h61 le_int32 fFontIndices[scriptCodeCount]; variable
/third_party/skia/third_party/externals/icu/source/samples/layout/
DFontMap.cpp34 fFontIndices[i] = -1; in FontMap()
88 if (fFontIndices[script] >= 0) { in FontMap()
90 fFontIndices[script] = -1; in FontMap()
93 fFontIndices[script] = getFontIndex(fontName); in FontMap()
99 if (fFontIndices[script] < 0) { in FontMap()
100 fFontIndices[script] = defaultFont; in FontMap()
153 if (fFontIndices[script] == index) { in getFontIndex()
211 le_int32 fontIndex = fFontIndices[scriptCode]; in getScriptFont()
DFontMap.h61 le_int32 fFontIndices[scriptCodeCount]; variable