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

  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.cpp 569 jfloat currentAdvance = HBFixedToFloat(shaperItem.advances[shaperItem.log_clusters[0]]);
570 jfloat totalAdvance = currentAdvance;
571 outAdvances->add(currentAdvance);
578 currentAdvance = HBFixedToFloat(shaperItem.advances[shaperItem.log_clusters[i]]);
579 totalAdvance += currentAdvance;
580 outAdvances->add(currentAdvance);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
UniscribeHelper.cpp     [all...]

Completed in 633 milliseconds