OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:availableglyphs
(Results
1 - 10
of
10
) sorted by null
/external/harfbuzz/src/
harfbuzz-hebrew.c
62
const int
availableGlyphs
= shaper_item->num_glyphs;
68
return HB_OpenTypePosition(shaper_item,
availableGlyphs
, /*doLogClusters*/TRUE);
harfbuzz-hangul.c
144
const int
availableGlyphs
= item->num_glyphs;
198
positioned = HB_OpenTypePosition(item,
availableGlyphs
, /*doLogClusters*/FALSE);
harfbuzz-tibetan.c
109
const int
availableGlyphs
= item->num_glyphs;
149
if (!HB_OpenTypePosition(item,
availableGlyphs
, /*doLogClusters*/FALSE))
harfbuzz-greek.c
358
const int
availableGlyphs
= shaper_item->num_glyphs;
440
return HB_OpenTypePosition(shaper_item,
availableGlyphs
, /*doLogClusters*/TRUE);
harfbuzz-shaper-private.h
135
HB_Bool HB_OpenTypePosition(HB_ShaperItem *item, int
availableGlyphs
, HB_Bool doLogClusters);
harfbuzz-myanmar.c
262
const int
availableGlyphs
= item->num_glyphs;
447
if (!HB_OpenTypePosition(item,
availableGlyphs
, /*doLogClusters*/FALSE))
harfbuzz-shaper.cpp
575
const int
availableGlyphs
= shaper_item->num_glyphs;
586
return HB_OpenTypePosition(shaper_item,
availableGlyphs
, /*doLogClusters*/true);
[
all
...]
harfbuzz-khmer.c
370
const int
availableGlyphs
= item->num_glyphs;
579
if (!HB_OpenTypePosition(item,
availableGlyphs
, /*doLogClusters*/FALSE))
harfbuzz-indic.cpp
[
all
...]
/external/skia/src/pdf/
SkPDFDevice.cpp
826
size_t
availableGlyphs
=
831
availableGlyphs
, font->multiByteGlyphs());
833
consumedGlyphCount +=
availableGlyphs
;
[
all
...]
Completed in 346 milliseconds