OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:glyphSet
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/ports/
SkFontHost_win.cpp
376
GLYPHSET
*
glyphSet
=
378
if (GetFontUnicodeRanges(fontHdc,
glyphSet
) != glyphSetBufferSize) {
384
for (DWORD i = 0; i <
glyphSet
->cRanges; ++i) {
389
int count =
glyphSet
->ranges[i].cGlyphs;
394
chars[j] =
glyphSet
->ranges[i].wcLow + j;
[
all
...]
/external/skia/src/ports/
SkFontHost_win.cpp
376
GLYPHSET
*
glyphSet
=
378
if (GetFontUnicodeRanges(fontHdc,
glyphSet
) != glyphSetBufferSize) {
384
for (DWORD i = 0; i <
glyphSet
->cRanges; ++i) {
389
int count =
glyphSet
->ranges[i].cGlyphs;
394
chars[j] =
glyphSet
->ranges[i].wcLow + j;
[
all
...]
Completed in 392 milliseconds