HomeSort by relevance Sort by last modified time
    Searched refs:clusterStart (Results 1 - 4 of 4) 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);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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 130 int clusterStart;
132 clusterStart = hitIndex;
134 clusterStart = cursorPositionIterator->preceding(hitIndex);
135 if (clusterStart == TextBreakDone)
136 clusterStart = 0;
140 return complexTextRun.stringLocation() + clusterStart;
150 if (clusterEnd - clusterStart > 1) {
153 while (firstGlyphBeforeCluster >= 0 && complexTextRun.indexAt(firstGlyphBeforeCluster) >= clusterStart && complexTextRun.indexAt(firstGlyphBeforeCluster) < clusterEnd) {
160 while (firstGlyphAfterCluster < complexTextRun.glyphCount() && complexTextRun.indexAt(firstGlyphAfterCluster) >= clusterStart && complexTextRun.indexAt(firstGlyphAfterCluster) < clusterEnd) {
169 return complexTextRun.stringLocation() + (m_run.ltr() ? clusterStart : clusterEnd)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzShaper.cpp     [all...]

Completed in 4186 milliseconds