HomeSort by relevance Sort by last modified time
    Searched refs:log_clusters (Results 1 - 25 of 27) sorted by null

1 2

  /external/harfbuzz/src/
harfbuzz-shape.h 169 int *log_clusters; /* Uniscribe style */ member in struct:_HB_GlyphBuffer
harfbuzz-hangul.c 194 item->log_clusters = logClusters;
230 unsigned short *logClusters = item->log_clusters;
harfbuzz-hebrew.c 74 unsigned short *logClusters = shaper_item->log_clusters;
harfbuzz-shaper.h 277 hb_uint32 num_glyphs; /* input: capacity of output arrays <glyphs>, <attributes>, <advances>, <offsets>, and <log_clusters>; */
284 unsigned short *log_clusters; /* output: for each output glyph, the index in the input of the start of its logical cluster */ member in struct:HB_ShaperItem_
harfbuzz-tibetan.c 210 unsigned short *logClusters = item->log_clusters;
harfbuzz-greek.c 360 unsigned short *logClusters = shaper_item->log_clusters;
harfbuzz-khmer.c 595 unsigned short *logClusters = item->log_clusters;
harfbuzz-myanmar.c 463 unsigned short *logClusters = item->log_clusters;
harfbuzz-shaper.cpp 443 unsigned short *logClusters = item->log_clusters;
    [all...]
harfbuzz-arabic.c     [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
ComplexTextControllerLinux.h 111 const unsigned short* logClusters() const { return m_item.log_clusters; }
ComplexTextControllerLinux.cpp 67 m_item.log_clusters = new unsigned short[m_run.length()];
84 delete[] m_item.log_clusters;
  /external/harfbuzz_ng/src/
hb-uniscribe.cc 282 ALLOCATE_ARRAY (WORD, log_clusters, chars_len);
359 log_clusters + chars_offset,
387 log_clusters[j] += glyphs_offset;
398 log_clusters + chars_offset,
422 uint32_t *p = &vis_clusters[log_clusters[buffer->info[i].utf16_index()]];
hb-old.cc 315 ALLOCATE_ARRAY (unsigned short, item.log_clusters, chars_len + 2);
368 uint32_t *p = &vis_clusters[item.log_clusters[buffer->info[i].utf16_index()]];
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-hangul.c 194 item->log_clusters = logClusters;
230 unsigned short *logClusters = item->log_clusters;
harfbuzz-hebrew.c 74 unsigned short *logClusters = shaper_item->log_clusters;
harfbuzz-shaper.h 246 hb_uint32 num_glyphs; /* input: capacity of output arrays <glyphs>, <attributes>, <advances>, <offsets>, and <log_clusters>; */
253 unsigned short *log_clusters; /* output: for each output glyph, the index in the input of the start of its logical cluster */ member in struct:HB_ShaperItem_
254 /* XXX the discription for log_clusters is wrong. It maps each input position to output glyph position! */
harfbuzz-shaper.cpp 239 unsigned short *logClusters = item->log_clusters;
814 face->tmpLogClusters[i] = item->log_clusters[i];
821 // DEBUG(" log[%d] = %d", j, item->log_clusters[j]);
839 // DEBUG(" log[%d] = %d", j, item->log_clusters[j]);
886 unsigned short *logClusters = item->log_clusters;
    [all...]
harfbuzz-tibetan.c 210 unsigned short *logClusters = item->log_clusters;
harfbuzz-greek.c 360 unsigned short *logClusters = shaper_item->log_clusters;
harfbuzz-khmer.c 595 unsigned short *logClusters = item->log_clusters;
harfbuzz-myanmar.c 464 unsigned short *logClusters = item->log_clusters;
harfbuzz-arabic.c     [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontAndroid.cpp 485 const unsigned short* logClusters() const { return m_item.log_clusters; }
560 m_item.log_clusters = new unsigned short[m_run.length()];
577 delete[] m_item.log_clusters;
    [all...]
  /external/harfbuzz/tests/shaping/
main.cpp 261 shaper_item.log_clusters = hb_logClusters.data();

Completed in 807 milliseconds

1 2