Searched refs:widthOfFullRun (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DComplexTextControllerLinux.h75 float widthOfFullRun();
H A DFontLinux.cpp218 controller.reset(point.x() + controller.widthOfFullRun());
250 return controller.widthOfFullRun();
286 controller.reset(controller.widthOfFullRun());
337 controller.reset(controller.widthOfFullRun());
H A DComplexTextControllerLinux.cpp179 float ComplexTextController::widthOfFullRun() function in class:WebCore::ComplexTextController
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DFontAndroid.cpp435 float widthOfFullRun();
675 float TextRunWalker::widthOfFullRun() function in class:WebCore::TextRunWalker
975 int base = walker.rtl() ? walker.widthOfFullRun() : 0;
1081 return walker.widthOfFullRun();

Completed in 82 milliseconds