HomeSort by relevance Sort by last modified time
    Searched refs:clusterStart (Results 1 - 23 of 23) sorted by null

  /external/libvpx/libvpx/libmkv/
testlibmkv.c 47 EbmlLoc clusterStart;
48 Ebml_StartSubElement(&ebml, &clusterStart, Cluster); //cluster
53 Ebml_EndSubElement(&ebml, &clusterStart);
  /external/harfbuzz/src/
harfbuzz-hebrew.c 138 attributes[slen].clusterStart = TRUE;
156 attributes[slen].clusterStart = TRUE;
162 attributes[slen].clusterStart = FALSE;
harfbuzz-hangul.c 181 item->attributes[i].clusterStart = FALSE;
209 item->attributes[0].clusterStart = TRUE;
harfbuzz-tibetan.c 139 item->attributes[i].clusterStart = FALSE;
157 item->attributes[0].clusterStart = TRUE;
harfbuzz-shaper.h 201 hb_bitfield clusterStart :1; /* First glyph of representation of cluster */
harfbuzz-shaper.cpp 470 attributes[0].clusterStart = true;
494 attributes[pos].clusterStart = true;
528 attributes[pos].clusterStart = false;
    [all...]
harfbuzz-arabic.c 894 int clusterStart;
917 clusterStart = 0;
981 clusterStart = data - shapeBuffer;
983 attributes[gpos].clusterStart = !attributes[gpos].mark;
    [all...]
harfbuzz-greek.c 411 attributes[slen].clusterStart = TRUE;
417 attributes[slen].clusterStart = FALSE;
harfbuzz-khmer.c 550 item->attributes[i].clusterStart = FALSE;
588 item->attributes[0].clusterStart = TRUE;
harfbuzz-myanmar.c 417 item->attributes[i].clusterStart = FALSE;
456 item->attributes[0].clusterStart = TRUE;
harfbuzz-indic.cpp     [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-hebrew.c 138 attributes[slen].clusterStart = TRUE;
156 attributes[slen].clusterStart = TRUE;
162 attributes[slen].clusterStart = FALSE;
harfbuzz-shaper.cpp 259 attributes[0].clusterStart = true;
283 attributes[pos].clusterStart = true;
317 attributes[pos].clusterStart = false;
880 attributes[i].clusterStart = false;
887 int clusterStart = 0;
894 // i, ci, glyphAttributes[i].mark, glyphAttributes[i].combiningClass, glyphAttributes[i].clusterStart);
895 if (!attributes[i].mark && attributes[i].clusterStart && ci != oldCi) {
897 logClusters[j] = clusterStart;
898 clusterStart = i;
903 logClusters[j] = clusterStart;
    [all...]
harfbuzz-hangul.c 181 item->attributes[i].clusterStart = FALSE;
209 item->attributes[0].clusterStart = TRUE;
harfbuzz-tibetan.c 139 item->attributes[i].clusterStart = FALSE;
157 item->attributes[0].clusterStart = TRUE;
harfbuzz-shaper.h 170 hb_bitfield clusterStart :1; /* First glyph of representation of cluster */
harfbuzz-arabic.c 894 int clusterStart;
917 clusterStart = 0;
981 clusterStart = data - shapeBuffer;
983 attributes[gpos].clusterStart = !attributes[gpos].mark;
    [all...]
harfbuzz-greek.c 411 attributes[slen].clusterStart = TRUE;
417 attributes[slen].clusterStart = FALSE;
harfbuzz-khmer.c 550 item->attributes[i].clusterStart = FALSE;
588 item->attributes[0].clusterStart = TRUE;
harfbuzz-myanmar.c 418 item->attributes[i].clusterStart = FALSE;
457 item->attributes[0].clusterStart = TRUE;
harfbuzz-indic.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextController.cpp 126 int clusterStart;
128 clusterStart = hitIndex;
130 clusterStart = textBreakPreceding(cursorPositionIterator, hitIndex);
131 if (clusterStart == TextBreakDone)
132 clusterStart = 0;
136 return complexTextRun.stringLocation() + clusterStart;
146 if (clusterEnd - clusterStart > 1) {
149 while (firstGlyphBeforeCluster >= 0 && complexTextRun.indexAt(firstGlyphBeforeCluster) >= clusterStart && complexTextRun.indexAt(firstGlyphBeforeCluster) < clusterEnd) {
156 while (firstGlyphAfterCluster < complexTextRun.glyphCount() && complexTextRun.indexAt(firstGlyphAfterCluster) >= clusterStart && complexTextRun.indexAt(firstGlyphAfterCluster) < clusterEnd) {
165 return complexTextRun.stringLocation() + (m_run.ltr() ? clusterStart : clusterEnd)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
ComplexTextControllerLinux.cpp 317 if (i + 1 == m_item.num_glyphs || m_item.attributes[i + 1].clusterStart)

Completed in 792 milliseconds