Searched refs:availableGlyphs (Results 1 - 19 of 19) sorted by relevance

/external/harfbuzz/src/
H A Dharfbuzz-hebrew.c62 const int availableGlyphs = shaper_item->num_glyphs; local
68 return HB_OpenTypePosition(shaper_item, availableGlyphs, /*doLogClusters*/TRUE);
H A Dharfbuzz-hangul.c144 const int availableGlyphs = item->num_glyphs; local
198 positioned = HB_OpenTypePosition(item, availableGlyphs, /*doLogClusters*/FALSE);
H A Dharfbuzz-tibetan.c109 const int availableGlyphs = item->num_glyphs; local
150 if (!HB_OpenTypePosition(item, availableGlyphs, /*doLogClusters*/FALSE))
H A Dharfbuzz-shaper-private.h135 HB_Bool HB_OpenTypePosition(HB_ShaperItem *item, int availableGlyphs, HB_Bool doLogClusters);
H A Dharfbuzz-greek.c358 const int availableGlyphs = shaper_item->num_glyphs; local
440 return HB_OpenTypePosition(shaper_item, availableGlyphs, /*doLogClusters*/TRUE);
H A Dharfbuzz-khmer.c370 const int availableGlyphs = item->num_glyphs; local
579 if (!HB_OpenTypePosition(item, availableGlyphs, /*doLogClusters*/FALSE))
H A Dharfbuzz-myanmar.c262 const int availableGlyphs = item->num_glyphs; local
447 if (!HB_OpenTypePosition(item, availableGlyphs, /*doLogClusters*/FALSE))
H A Dharfbuzz-shaper.cpp577 const int availableGlyphs = shaper_item->num_glyphs; local
588 return HB_OpenTypePosition(shaper_item, availableGlyphs, /*doLogClusters*/true);
1212 HB_Bool HB_OpenTypePosition(HB_ShaperItem *item, int availableGlyphs, HB_Bool doLogClusters) argument
1230 if (availableGlyphs < (int)face->buffer->in_length) {
H A Dharfbuzz-indic.cpp1521 const int availableGlyphs = item->num_glyphs; local
1667 HB_Bool positioned = HB_OpenTypePosition(item, availableGlyphs, false);
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-hebrew.c62 const int availableGlyphs = shaper_item->num_glyphs; local
68 return HB_OpenTypePosition(shaper_item, availableGlyphs, /*doLogClusters*/TRUE);
H A Dharfbuzz-hangul.c144 const int availableGlyphs = item->num_glyphs; local
198 positioned = HB_OpenTypePosition(item, availableGlyphs, /*doLogClusters*/FALSE);
H A Dharfbuzz-tibetan.c109 const int availableGlyphs = item->num_glyphs; local
150 if (!HB_OpenTypePosition(item, availableGlyphs, /*doLogClusters*/FALSE))
H A Dharfbuzz-shaper-private.h123 HB_Bool HB_OpenTypePosition(HB_ShaperItem *item, int availableGlyphs, HB_Bool doLogClusters);
H A Dharfbuzz-greek.c358 const int availableGlyphs = shaper_item->num_glyphs; local
440 return HB_OpenTypePosition(shaper_item, availableGlyphs, /*doLogClusters*/TRUE);
H A Dharfbuzz-khmer.c370 const int availableGlyphs = item->num_glyphs; local
579 if (!HB_OpenTypePosition(item, availableGlyphs, /*doLogClusters*/FALSE))
H A Dharfbuzz-myanmar.c262 const int availableGlyphs = item->num_glyphs; local
448 if (!HB_OpenTypePosition(item, availableGlyphs, /*doLogClusters*/FALSE))
H A Dharfbuzz-shaper.cpp366 const int availableGlyphs = shaper_item->num_glyphs; local
377 return HB_OpenTypePosition(shaper_item, availableGlyphs, /*doLogClusters*/true);
850 HB_Bool HB_OpenTypePosition(HB_ShaperItem *item, int availableGlyphs, HB_Bool doLogClusters) argument
868 if (availableGlyphs < (int)face->buffer->in_length) {
H A Dharfbuzz-indic.cpp1521 const int availableGlyphs = item->num_glyphs; local
1667 HB_Bool positioned = HB_OpenTypePosition(item, availableGlyphs, false);
/external/skia/src/pdf/
H A DSkPDFDevice.cpp899 size_t availableGlyphs = local
903 availableGlyphs);
906 availableGlyphs, font->multiByteGlyphs());
908 consumedGlyphCount += availableGlyphs;

Completed in 134 milliseconds