Home | History | Annotate | Download | only in ports

Lines Matching full:glyphs

118     // The 'maxp' table stores the number of glyphs at offset 4, in 2 bytes.
121 uint16_t glyphs;
122 if (GetFontData(hdc, maxpTag, 4, &glyphs, sizeof(glyphs)) != GDI_ERROR) {
123 return SkEndian_SwapBE16(glyphs);
574 int glyphs;
576 fDDC, &fSC, c, 2, 1, &si[0].a, &index, log, &vsa, &glyphs)));