Searched refs:clusterStart (Results 1 - 22 of 22) sorted by relevance
/external/libvpx/libvpx/third_party/libmkv/ |
H A D | testlibmkv.c | 46 EbmlLoc clusterStart; local 47 Ebml_StartSubElement(&ebml, &clusterStart, Cluster); // cluster 52 Ebml_EndSubElement(&ebml, &clusterStart);
|
/external/harfbuzz/src/ |
H A D | harfbuzz-hebrew.c | 138 attributes[slen].clusterStart = TRUE; 156 attributes[slen].clusterStart = TRUE; 162 attributes[slen].clusterStart = FALSE;
|
H A D | harfbuzz-hangul.c | 181 item->attributes[i].clusterStart = FALSE; 209 item->attributes[0].clusterStart = TRUE;
|
H A D | harfbuzz-tibetan.c | 139 item->attributes[i].clusterStart = FALSE; 157 item->attributes[0].clusterStart = TRUE;
|
H A D | harfbuzz-shaper.h | 201 hb_bitfield clusterStart :1; /* First glyph of representation of cluster */ member in struct:__anon18897
|
H A D | harfbuzz-shaper.cpp | 470 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 D | harfbuzz-arabic.c | 894 int clusterStart; local 917 clusterStart = 0; 981 clusterStart = data - shapeBuffer; 983 attributes[gpos].clusterStart = !attributes[gpos].mark; 990 logClusters[i] = clusterStart;
|
H A D | harfbuzz-greek.c | 411 attributes[slen].clusterStart = TRUE; 417 attributes[slen].clusterStart = FALSE;
|
H A D | harfbuzz-khmer.c | 550 item->attributes[i].clusterStart = FALSE; 588 item->attributes[0].clusterStart = TRUE;
|
H A D | harfbuzz-myanmar.c | 417 item->attributes[i].clusterStart = FALSE; 456 item->attributes[0].clusterStart = TRUE;
|
H A D | harfbuzz-indic.cpp | 1534 item->attributes[i].clusterStart = false; 1700 item->attributes[0].clusterStart = true;
|
/external/harfbuzz_ng/src/hb-old/ |
H A D | harfbuzz-hebrew.c | 138 attributes[slen].clusterStart = TRUE; 156 attributes[slen].clusterStart = TRUE; 162 attributes[slen].clusterStart = FALSE;
|
H A D | 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; 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 D | harfbuzz-hangul.c | 181 item->attributes[i].clusterStart = FALSE; 209 item->attributes[0].clusterStart = TRUE;
|
H A D | harfbuzz-tibetan.c | 139 item->attributes[i].clusterStart = FALSE; 157 item->attributes[0].clusterStart = TRUE;
|
H A D | harfbuzz-shaper.h | 170 hb_bitfield clusterStart :1; /* First glyph of representation of cluster */ member in struct:__anon18951
|
H A D | harfbuzz-arabic.c | 894 int clusterStart; local 917 clusterStart = 0; 981 clusterStart = data - shapeBuffer; 983 attributes[gpos].clusterStart = !attributes[gpos].mark; 990 logClusters[i] = clusterStart;
|
H A D | harfbuzz-greek.c | 411 attributes[slen].clusterStart = TRUE; 417 attributes[slen].clusterStart = FALSE;
|
H A D | harfbuzz-khmer.c | 550 item->attributes[i].clusterStart = FALSE; 588 item->attributes[0].clusterStart = TRUE;
|
H A D | harfbuzz-myanmar.c | 418 item->attributes[i].clusterStart = FALSE; 457 item->attributes[0].clusterStart = TRUE;
|
H A D | harfbuzz-indic.cpp | 1534 item->attributes[i].clusterStart = false; 1698 item->attributes[0].clusterStart = true;
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/ |
H A D | ComplexTextController.cpp | 205 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