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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontData.cpp 103 fontData->setMaxCharWidth(ascent);
118 fontData->setMaxCharWidth(letterWGlyph ? fontData->widthForGlyph(letterWGlyph) : ascent);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
SimpleFontData.h 112 void setMaxCharWidth(float maxCharWidth) { m_maxCharWidth = maxCharWidth; }

Completed in 395 milliseconds