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

  /external/webkit/Tools/DumpRenderTree/chromium/
WebThemeControlDRTWin.cpp 284 int quarterWidth = m_width / 4;
422 triangle(m_right - quarterWidth, m_top + quarterHeight,
423 m_right - quarterWidth, m_bottom - quarterHeight,
424 m_left + quarterWidth, m_top + halfHeight, m_fgColor);
430 triangle(m_left + quarterWidth, m_top + quarterHeight,
431 m_right - quarterWidth, m_top + halfHeight,
432 m_left + quarterWidth, m_bottom - quarterHeight, m_fgColor);
438 triangle(m_left + quarterWidth, m_bottom - quarterHeight,
440 m_right - quarterWidth, m_bottom - quarterHeight, m_fgColor);
446 triangle(m_left + quarterWidth, m_top + quarterHeight
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
FontWidthVariant.h 31 enum FontWidthVariant { RegularWidth, HalfWidth, ThirdWidth, QuarterWidth };
  /external/webkit/Source/WebCore/rendering/
RenderCombineText.cpp 109 static const FontWidthVariant widthVariants[] = { HalfWidth, ThirdWidth, QuarterWidth };
  /external/webkit/Source/WebCore/platform/graphics/cocoa/
FontPlatformDataCocoa.mm 182 case QuarterWidth:

Completed in 1035 milliseconds