Home
last modified time | relevance | path

Searched refs:glyphSet (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfntdump/
H A DSfntDump.java61 private BitSet glyphSet; field in SfntDump
144 BitSet glyphSet = null; in main()
152 glyphSet = parseRange(args[i]); in main()
153 if (glyphSet == null) { in main()
154 glyphSet = parseList(args[i]); in main()
156 if (glyphSet != null) { in main()
157 dumper.dumpGlyphs(glyphSet); in main()
160 if (glyphSet == null) { in main()
331 this.glyphSet = set; in dumpGlyphs()
445 if (canDumpGlyphs && this.glyphSet ! in dumpFont()
[all...]
/third_party/skia/src/ports/
H A DSkFontHost_win.cpp398 GLYPHSET* glyphSet = in populate_glyph_to_unicode() local
400 if (GetFontUnicodeRanges(fontHdc, glyphSet) != glyphSetBufferSize) { in populate_glyph_to_unicode()
404 for (DWORD i = 0; i < glyphSet->cRanges; ++i) { in populate_glyph_to_unicode()
409 int count = glyphSet->ranges[i].cGlyphs; in populate_glyph_to_unicode()
414 chars[j] = glyphSet->ranges[i].wcLow + j; in populate_glyph_to_unicode()

Completed in 5 milliseconds