HomeSort by relevance Sort by last modified time
    Searched refs:availableGlyphs (Results 1 - 19 of 19) 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;
150 if (!HB_OpenTypePosition(item, availableGlyphs, /*doLogClusters*/FALSE))
harfbuzz-shaper-private.h 135 HB_Bool HB_OpenTypePosition(HB_ShaperItem *item, int availableGlyphs, HB_Bool doLogClusters);
harfbuzz-greek.c 358 const int availableGlyphs = shaper_item->num_glyphs;
440 return HB_OpenTypePosition(shaper_item, availableGlyphs, /*doLogClusters*/TRUE);
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...]
harfbuzz-indic.cpp     [all...]
  /external/harfbuzz_ng/src/hb-old/
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;
150 if (!HB_OpenTypePosition(item, availableGlyphs, /*doLogClusters*/FALSE))
harfbuzz-shaper-private.h 123 HB_Bool HB_OpenTypePosition(HB_ShaperItem *item, int availableGlyphs, HB_Bool doLogClusters);
harfbuzz-greek.c 358 const int availableGlyphs = shaper_item->num_glyphs;
440 return HB_OpenTypePosition(shaper_item, availableGlyphs, /*doLogClusters*/TRUE);
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;
448 if (!HB_OpenTypePosition(item, availableGlyphs, /*doLogClusters*/FALSE))
harfbuzz-shaper.cpp 366 const int availableGlyphs = shaper_item->num_glyphs;
377 return HB_OpenTypePosition(shaper_item, availableGlyphs, /*doLogClusters*/true);
850 HB_Bool HB_OpenTypePosition(HB_ShaperItem *item, int availableGlyphs, HB_Bool doLogClusters)
868 if (availableGlyphs < (int)face->buffer->in_length) {
    [all...]
harfbuzz-indic.cpp     [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp 899 size_t availableGlyphs =
903 availableGlyphs);
906 availableGlyphs, font->multiByteGlyphs());
    [all...]

Completed in 242 milliseconds