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

  /external/libvpx/libvpx/third_party/libmkv/
testlibmkv.c 46 EbmlLoc clusterStart;
47 Ebml_StartSubElement(&ebml, &clusterStart, Cluster); // cluster
52 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/chromium_org/third_party/WebKit/Source/core/platform/graphics/mac/
ComplexTextController.cpp 208 int clusterStart;
210 clusterStart = hitIndex;
212 clusterStart = textBreakPreceding(cursorPositionIterator, hitIndex);
213 if (clusterStart == TextBreakDone)
214 clusterStart = 0;
218 return complexTextRun.stringLocation() + clusterStart;
228 if (clusterEnd - clusterStart > 1) {
231 while (firstGlyphBeforeCluster >= 0 && complexTextRun.indexAt(firstGlyphBeforeCluster) >= clusterStart && complexTextRun.indexAt(firstGlyphBeforeCluster) < clusterEnd) {
238 while (firstGlyphAfterCluster < complexTextRun.glyphCount() && complexTextRun.indexAt(firstGlyphAfterCluster) >= clusterStart && complexTextRun.indexAt(firstGlyphAfterCluster) < clusterEnd) {
247 return complexTextRun.stringLocation() + (m_run.ltr() ? clusterStart : clusterEnd)
    [all...]

Completed in 1000 milliseconds