HomeSort by relevance Sort by last modified time
    Searched refs:endRun (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/platform/text/
BidiRunList.h 181 Run* endRun = curr;
196 // Now hook up beforeStart and afterEnd to the startRun and endRun.
198 beforeStart->m_next = endRun;
200 m_firstRun = endRun;
  /external/icu4c/samples/layout/
paragraph.cpp 60 le_int32 endRun = findRun(fontRuns, limit - 1);
64 for (le_int32 run = startRun; run <= endRun; run += 1) {
68 if (run == endRun) {
pflow.c 91 le_int32 endRun = findFontRun(fontRuns, limit - 1);
96 for (run = startRun; run <= endRun; run += 1) {
100 if (run == endRun) {
  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.cpp 477 int32_t endRun = startRun + lengthRun;
478 if (endRun <= int32_t(start)) {
484 if (endRun > end) {
485 endRun = end;
488 lengthRun = endRun - startRun;
  /external/icu4c/common/
ubidiln.c 438 int32_t firstRun, endRun, limitRun, runCount;
479 endRun=limitRun-1;
480 while(firstRun<endRun) {
482 runs[firstRun]=runs[endRun];
483 runs[endRun]=tempRun;
485 --endRun;
505 /* Swap the entire sequence of all runs. (endRun==runCount) */
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 163 milliseconds