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 107 fontData->setMaxCharWidth(ascent);
122 fontData->setMaxCharWidth(letterWGlyph ? fontData->widthForGlyph(letterWGlyph) : ascent);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
SimpleFontData.h 108 void setMaxCharWidth(float maxCharWidth) { m_maxCharWidth = maxCharWidth; }

Completed in 46 milliseconds