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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontData.cpp 102 fontData->setAvgCharWidth(0);
114 fontData->setAvgCharWidth(numeralZeroGlyph ? fontData->widthForGlyph(numeralZeroGlyph) : fontData->spaceWidth());
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
SimpleFontData.h 115 void setAvgCharWidth(float avgCharWidth) { m_avgCharWidth = avgCharWidth; }

Completed in 75 milliseconds