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

  /external/webkit/WebCore/rendering/
RenderFileUploadControl.cpp 258 float charWidth = style()->font().floatWidth(TextRun(&ch, 1, false, 0, 0, false, false, false));
259 m_maxPrefWidth = (int)ceilf(charWidth * defaultWidthNumChars);
RenderTextControl.cpp 473 float charWidth = style()->font().primaryFont()->avgCharWidth();
474 m_maxPrefWidth = preferredContentWidth(charWidth) + m_innerText->renderBox()->paddingLeft() + m_innerText->renderBox()->paddingRight();
RenderBlockLineLayout.cpp     [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 540 milliseconds