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

  /external/webkit/Source/WebCore/platform/graphics/chromium/
ComplexTextControllerLinux.cpp 181 float widthSum = 0;
183 widthSum += width();
185 return widthSum;
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontAndroid.cpp 677 float widthSum = 0;
679 widthSum += width();
681 return widthSum;
    [all...]

Completed in 46 milliseconds