/external/harfbuzz_ng/util/ |
hb-fc-list.c | 105 int nfont = 0; local 185 for (j = 0; j < fs->nfont; j++) 215 nfont = fs->nfont; 221 return quiet ? (nfont == 0 ? 1 : 0) : 0;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
wincon.h | 145 DWORD nFont; 228 WINBASEAPI COORD WINAPI GetConsoleFontSize(HANDLE hConsoleOutput,DWORD nFont); 295 DWORD nFont;
|
shlobj.h | 400 DWORD nFont; [all...] |
/external/skia/src/ports/ |
SkFontMgr_fontconfig.cpp | 479 int count() override { return fFontSet->nfont; } 482 if (index < 0 || fFontSet->nfont <= index) { 551 for (int fontIndex = 0; fontIndex < allFonts->nfont; ++fontIndex) { 720 for (int fontIndex = 0; fontIndex < allFonts->nfont; ++fontIndex) { [all...] |
SkFontConfigInterface_direct.cpp | 387 for (int i = 0; i < font_set->nfont; ++i) { 573 for (int i = 0; i < fs->nfont; ++i) {
|
/external/skia/src/fonts/ |
SkFontMgr_fontconfig.cpp | 117 FcPattern** stop = iter + font_set->nfont;
|
/external/pdfium/core/src/fxge/ge/ |
fx_ge_fontmap.cpp | 546 FX_DWORD nfont = GET_TT_LONG(p); local 548 for (index = 0; index < nfont; index++) { 554 if (index >= nfont) { [all...] |
/external/ImageMagick/MagickCore/ |
type.c | 809 for (i=0; i < (ssize_t) font_set->nfont; i++) [all...] |