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

  /external/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 138 item->attributes[i].clusterStart = FALSE;
156 item->attributes[0].clusterStart = TRUE;
harfbuzz-shaper.h 201 hb_bitfield clusterStart :1; /* First glyph of representation of cluster */
harfbuzz-shaper.cpp 468 attributes[0].clusterStart = true;
492 attributes[pos].clusterStart = true;
526 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/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 1067 milliseconds