Searched refs:clusterStart (Results 1 - 13 of 13) sorted by relevance

/external/libvpx/libmkv/
H A Dtestlibmkv.c47 EbmlLoc clusterStart; local
48 Ebml_StartSubElement(&ebml, &clusterStart, Cluster); //cluster
53 Ebml_EndSubElement(&ebml, &clusterStart);
/external/harfbuzz/src/
H A Dharfbuzz-hebrew.c138 attributes[slen].clusterStart = TRUE;
156 attributes[slen].clusterStart = TRUE;
162 attributes[slen].clusterStart = FALSE;
H A Dharfbuzz-hangul.c181 item->attributes[i].clusterStart = FALSE;
209 item->attributes[0].clusterStart = TRUE;
H A Dharfbuzz-tibetan.c138 item->attributes[i].clusterStart = FALSE;
156 item->attributes[0].clusterStart = TRUE;
H A Dharfbuzz-shaper.h201 hb_bitfield clusterStart :1; /* First glyph of representation of cluster */ member in struct:__anon5156
H A Dharfbuzz-shaper.cpp470 attributes[0].clusterStart = true;
494 attributes[pos].clusterStart = true;
528 attributes[pos].clusterStart = false;
1236 attributes[i].clusterStart = false;
1243 int clusterStart = 0; local
1250 // i, ci, glyphAttributes[i].mark, glyphAttributes[i].combiningClass, glyphAttributes[i].clusterStart);
1251 if (!attributes[i].mark && attributes[i].clusterStart && ci != oldCi) {
1253 logClusters[j] = clusterStart;
1254 clusterStart = i;
1259 logClusters[j] = clusterStart;
[all...]
H A Dharfbuzz-arabic.c894 int clusterStart; local
917 clusterStart = 0;
981 clusterStart = data - shapeBuffer;
983 attributes[gpos].clusterStart = !attributes[gpos].mark;
990 logClusters[i] = clusterStart;
H A Dharfbuzz-greek.c411 attributes[slen].clusterStart = TRUE;
417 attributes[slen].clusterStart = FALSE;
H A Dharfbuzz-khmer.c550 item->attributes[i].clusterStart = FALSE;
588 item->attributes[0].clusterStart = TRUE;
H A Dharfbuzz-myanmar.c417 item->attributes[i].clusterStart = FALSE;
456 item->attributes[0].clusterStart = TRUE;
H A Dharfbuzz-indic.cpp1534 item->attributes[i].clusterStart = false;
1700 item->attributes[0].clusterStart = true;
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DComplexTextController.cpp126 int clusterStart; local
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
[all...]
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DComplexTextControllerLinux.cpp317 if (i + 1 == m_item.num_glyphs || m_item.attributes[i + 1].clusterStart)

Completed in 179 milliseconds