OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nglyphs
(Results
1 - 4
of
4
) sorted by null
/external/skia/tests/
PaintTest.cpp
64
static const int
NGLYPHS
= 64;
66
SkUnichar src[
NGLYPHS
];
67
SkUnichar dst[
NGLYPHS
]; // used for utf8, utf16, utf32 storage
85
for (int j = 0; j <
NGLYPHS
; ++j) {
92
size_t len = gRec[k].fSeedTextProc(src, dst,
NGLYPHS
);
94
uint16_t glyphs0[
NGLYPHS
], glyphs1[
NGLYPHS
];
96
int
nglyphs
= font.textToGlyphs(dst, len, gRec[k].fEncoding, glyphs0,
NGLYPHS
);
local
98
glyphs1,
NGLYPHS
);
[
all
...]
/external/skqp/tests/
PaintTest.cpp
64
static const int
NGLYPHS
= 64;
66
SkUnichar src[
NGLYPHS
];
67
SkUnichar dst[
NGLYPHS
]; // used for utf8, utf16, utf32 storage
85
for (int j = 0; j <
NGLYPHS
; ++j) {
92
size_t len = gRec[k].fSeedTextProc(src, dst,
NGLYPHS
);
94
uint16_t glyphs0[
NGLYPHS
], glyphs1[
NGLYPHS
];
96
int
nglyphs
= font.textToGlyphs(dst, len, gRec[k].fEncoding, glyphs0,
NGLYPHS
);
local
98
glyphs1,
NGLYPHS
);
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
fmmodule.c
101
info.
nglyphs
);
/external/python/cpython2/Modules/
fmmodule.c
101
info.
nglyphs
);
Completed in 270 milliseconds