HomeSort by relevance Sort by last modified time
    Searched defs:clusterStart (Results 1 - 8 of 8) 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/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextController.cpp 205 int clusterStart;
207 clusterStart = hitIndex;
209 clusterStart = cursorPositionIterator->preceding(hitIndex);
210 if (clusterStart == TextBreakDone)
211 clusterStart = 0;
215 return complexTextRun.stringLocation() + clusterStart;
225 if (clusterEnd - clusterStart > 1) {
228 while (firstGlyphBeforeCluster >= 0 && complexTextRun.indexAt(firstGlyphBeforeCluster) >= clusterStart && complexTextRun.indexAt(firstGlyphBeforeCluster) < clusterEnd) {
235 while (firstGlyphAfterCluster < complexTextRun.glyphCount() && complexTextRun.indexAt(firstGlyphAfterCluster) >= clusterStart && complexTextRun.indexAt(firstGlyphAfterCluster) < clusterEnd) {
244 return complexTextRun.stringLocation() + (m_run.ltr() ? clusterStart : clusterEnd)
    [all...]
  /external/harfbuzz_ng/src/hb-old/
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-arabic.c 894 int clusterStart;
917 clusterStart = 0;
981 clusterStart = data - shapeBuffer;
983 attributes[gpos].clusterStart = !attributes[gpos].mark;
    [all...]
harfbuzz-shaper.h 170 hb_bitfield clusterStart :1; /* First glyph of representation of cluster */
  /external/harfbuzz/src/
harfbuzz-arabic.c 894 int clusterStart;
917 clusterStart = 0;
981 clusterStart = data - shapeBuffer;
983 attributes[gpos].clusterStart = !attributes[gpos].mark;
    [all...]
harfbuzz-shaper.cpp 470 attributes[0].clusterStart = true;
494 attributes[pos].clusterStart = true;
528 attributes[pos].clusterStart = false;
    [all...]
harfbuzz-shaper.h 201 hb_bitfield clusterStart :1; /* First glyph of representation of cluster */

Completed in 87 milliseconds