Home | History | Annotate | Download | only in ports

Lines Matching full:farray

2502         ::EnumFontFamiliesEx(hdc, &lf, enum_family_proc, (LPARAM)&fArray, 0);
2507 return fArray.count();
2512 *fs = compute_fontstyle(fArray[index].elfLogFont);
2515 const ENUMLOGFONTEX& ref = fArray[index];
2528 return SkCreateTypefaceFromLOGFONT(fArray[index].elfLogFont);
2533 return SkCreateTypefaceFromLOGFONT(fArray[0].elfLogFont);
2537 SkTDArray<ENUMLOGFONTEX> fArray;