Home
last modified time | relevance | path

Searched refs:fontIndex (Results 1 - 9 of 9) sorted by relevance

/third_party/icu/icu4c/source/samples/layout/
H A DFontMap.cpp211 le_int32 fontIndex = fFontIndices[scriptCode]; in getScriptFont() local
213 if (fontIndex < 0) { in getScriptFont()
220 if (fFontInstances[fontIndex] == NULL) { in getScriptFont()
221 fFontInstances[fontIndex] = openFont(fFontNames[fontIndex], fPointSize, status); in getScriptFont()
224 sprintf(errorMessage, "Could not open font file %s", fFontNames[fontIndex]); in getScriptFont()
230 return fFontInstances[fontIndex]; in getScriptFont()
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A DFontMap.cpp211 le_int32 fontIndex = fFontIndices[scriptCode]; in getScriptFont() local
213 if (fontIndex < 0) { in getScriptFont()
220 if (fFontInstances[fontIndex] == NULL) { in getScriptFont()
221 fFontInstances[fontIndex] = openFont(fFontNames[fontIndex], fPointSize, status); in getScriptFont()
224 sprintf(errorMessage, "Could not open font file %s", fFontNames[fontIndex]); in getScriptFont()
230 return fFontInstances[fontIndex]; in getScriptFont()
/third_party/skia/src/ports/
H A DSkRemotableFontMgr_win_dw.cpp135 for (int fontIndex = 0; fontIndex < count; ++fontIndex) {
137 HRNM(fontFamily->GetFont(fontIndex, &font), "Could not get font.");
139 HRN(FontToIdentity(font.get(), &fontIds[fontIndex]));
H A DSkTypeface_win_dw.cpp333 for (UINT32 fontIndex = 0; fontIndex < fontAxisCount; ++fontIndex) {
335 if (SkEndian_SwapBE32(fontAxisValue[fontIndex].axisTag) ==
337 fontAxisValue[fontIndex].value =
H A DSkFontMgr_fontconfig.cpp658 for (int fontIndex = 0; fontIndex < allFonts->nfont; ++fontIndex) {
659 FcPattern* current = allFonts->fonts[fontIndex];
860 for (int fontIndex = 0; fontIndex < allFonts->nfont; ++fontIndex) {
861 FcPattern* font = allFonts->fonts[fontIndex];
H A DSkFontMgr_win_dw.cpp1091 for (UINT32 fontIndex = 0; fontIndex < fontCount; ++fontIndex) { in onMakeFromStreamArgs()
1093 HRN(fontFamily->GetFont(fontIndex, &font)); in onMakeFromStreamArgs()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/
H A DFontInfoMain.java231 private static String prependDataAndBuildCsv(String[] arr, String fontName, int fontIndex) { in prependDataAndBuildCsv() argument
238 .append(fontIndex) in prependDataAndBuildCsv()
/third_party/skia/tests/
H A DTypefaceTest.cpp126 int fontIndex; in DEF_TEST() local
127 std::unique_ptr<SkStreamAsset> stream = typeface->openStream(&fontIndex); in DEF_TEST()
130 sk_sp<SkTypeface> typeface2 = fm->makeFromStream(std::move(stream), fontIndex); in DEF_TEST()
/third_party/skia/experimental/sktext/src/
H A DText.cpp104 for (auto fontIndex = 0; fontIndex < fontChain.count(); ++fontIndex) { in resolveChain()
105 auto typeface = fontChain[fontIndex]; in resolveChain()

Completed in 10 milliseconds