Searched defs:clusterStart (Results 1 - 5 of 5) 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/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/harfbuzz/src/
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-shaper.cpp470 attributes[0].clusterStart = true;
494 attributes[pos].clusterStart = true;
528 attributes[pos].clusterStart = false;
1242 attributes[i].clusterStart = false;
1249 int clusterStart = 0; local
1256 // i, ci, glyphAttributes[i].mark, glyphAttributes[i].combiningClass, glyphAttributes[i].clusterStart);
1257 if (!attributes[i].mark && attributes[i].clusterStart && ci != oldCi) {
1259 logClusters[j] = clusterStart;
1260 clusterStart = i;
1265 logClusters[j] = clusterStart;
[all...]
H A Dharfbuzz-shaper.h201 hb_bitfield clusterStart :1; /* First glyph of representation of cluster */ member in struct:__anon5697

Completed in 152 milliseconds