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
61
static const int
NGLYPHS
= 64;
63
SkUnichar src[
NGLYPHS
];
64
SkUnichar dst[
NGLYPHS
]; // used for utf8, utf16, utf32 storage
82
for (int j = 0; j <
NGLYPHS
; ++j) {
91
size_t len = gRec[k].fSeedTextProc(src, dst,
NGLYPHS
);
93
uint16_t glyphs0[
NGLYPHS
], glyphs1[
NGLYPHS
];
96
int
nglyphs
= paint.textToGlyphs(dst, len, glyphs0);
local
97
int first = face->charsToGlyphs(dst, paint2encoding(paint), glyphs1,
NGLYPHS
);
98
int index = find_first_zero(glyphs1,
NGLYPHS
);
[
all
...]
/external/harfbuzz/tests/shaping/
main.cpp
270
hb_uint32
nglyphs
= 0;
local
273
nglyphs
++;
277
if(
nglyphs
!= shaper_item.num_glyphs )
280
for (hb_uint32 i = 0; i <
nglyphs
; ++i) {
292
qDebug("%s: shaping of string %s failed,
nglyphs
=%d, expected %d",
295
shaper_item.num_glyphs,
nglyphs
);
/external/harfbuzz/src/
harfbuzz-arabic.c
1034
const int
nglyphs
= item->num_glyphs;
local
[
all
...]
/external/harfbuzz_ng/src/hb-old/
harfbuzz-arabic.c
1034
const int
nglyphs
= item->num_glyphs;
local
[
all
...]
Completed in 377 milliseconds