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

/external/libvpx/libvpx/third_party/libmkv/
H A Dtestlibmkv.c46 EbmlLoc clusterStart; local
47 Ebml_StartSubElement(&ebml, &clusterStart, Cluster); // cluster
52 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.c139 item->attributes[i].clusterStart = FALSE;
157 item->attributes[0].clusterStart = TRUE;
H A Dharfbuzz-shaper.h201 hb_bitfield clusterStart :1; /* First glyph of representation of cluster */ member in struct:__anon18897
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-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/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-hebrew.c138 attributes[slen].clusterStart = TRUE;
156 attributes[slen].clusterStart = TRUE;
162 attributes[slen].clusterStart = FALSE;
H A Dharfbuzz-shaper.cpp259 attributes[0].clusterStart = true;
283 attributes[pos].clusterStart = true;
317 attributes[pos].clusterStart = false;
880 attributes[i].clusterStart = false;
887 int clusterStart = 0; local
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...]
H A Dharfbuzz-hangul.c181 item->attributes[i].clusterStart = FALSE;
209 item->attributes[0].clusterStart = TRUE;
H A Dharfbuzz-tibetan.c139 item->attributes[i].clusterStart = FALSE;
157 item->attributes[0].clusterStart = TRUE;
H A Dharfbuzz-shaper.h170 hb_bitfield clusterStart :1; /* First glyph of representation of cluster */ member in struct:__anon18951
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.c418 item->attributes[i].clusterStart = FALSE;
457 item->attributes[0].clusterStart = TRUE;
H A Dharfbuzz-indic.cpp1534 item->attributes[i].clusterStart = false;
1698 item->attributes[0].clusterStart = true;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
H A DComplexTextController.cpp205 int clusterStart; local
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
[all...]

Completed in 180 milliseconds