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

  /external/webkit/Source/WebCore/rendering/
RenderText.h 85 float& minW, float& maxW, bool& stripFrontSpaces);
RenderText.cpp 659 float& minW, float& maxW, bool& stripFrontSpaces)
679 maxW = 0;
685 maxW = m_maxWidth;
700 maxW -= spaceWidth;
702 maxW += f.wordSpacing();
707 if (!style()->autoWrap() || minW > maxW)
708 minW = maxW;
714 beginMaxW = maxW;
715 endMaxW = maxW;
    [all...]
  /external/skia/gm/
gmmain.cpp 723 int maxW = -1;
729 maxW = SkMax32(size.width(), maxW);
744 if (glContext.get()->init(maxW, maxH)) {
786 // Above we created an fbo for the context at maxW x maxH size.
790 // a new test was checked in that bumped maxW or maxH several images
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 219 milliseconds