OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:availableGlyphs
(Results
1 - 9
of
9
) 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-greek.c
358
const int
availableGlyphs
= shaper_item->num_glyphs;
440
return HB_OpenTypePosition(shaper_item,
availableGlyphs
, /*doLogClusters*/TRUE);
harfbuzz-tibetan.c
109
const int
availableGlyphs
= item->num_glyphs;
149
if (!HB_OpenTypePosition(item,
availableGlyphs
, /*doLogClusters*/FALSE))
harfbuzz-hangul.c
144
const int
availableGlyphs
= item->num_glyphs;
198
positioned = HB_OpenTypePosition(item,
availableGlyphs
, /*doLogClusters*/FALSE);
harfbuzz-indic.cpp
[
all
...]
harfbuzz-khmer.c
370
const int
availableGlyphs
= item->num_glyphs;
579
if (!HB_OpenTypePosition(item,
availableGlyphs
, /*doLogClusters*/FALSE))
harfbuzz-myanmar.c
262
const int
availableGlyphs
= item->num_glyphs;
447
if (!HB_OpenTypePosition(item,
availableGlyphs
, /*doLogClusters*/FALSE))
harfbuzz-shaper.cpp
577
const int
availableGlyphs
= shaper_item->num_glyphs;
588
return HB_OpenTypePosition(shaper_item,
availableGlyphs
, /*doLogClusters*/true);
[
all
...]
/external/skia/src/pdf/
SkPDFDevice.cpp
824
size_t
availableGlyphs
=
828
availableGlyphs
);
831
availableGlyphs
, font->multiByteGlyphs());
833
consumedGlyphCount +=
availableGlyphs
;
[
all
...]
Completed in 70 milliseconds