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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontData.h 57 virtual bool shouldSkipDrawing() const = 0;
SegmentedFontData.cpp 92 bool SegmentedFontData::shouldSkipDrawing() const
96 if (it->fontData()->shouldSkipDrawing())
CustomFontData.h 46 virtual bool shouldSkipDrawing() const { return false; }
SegmentedFontData.h 76 virtual bool shouldSkipDrawing() const OVERRIDE;
FontFallbackList.cpp 121 bool FontFallbackList::shouldSkipDrawing() const
128 if (m_fontList[i]->shouldSkipDrawing())
FontFallbackList.h 77 bool shouldSkipDrawing() const;
Font.h 190 bool shouldSkipDrawing() const
192 return m_fontFallbackList && m_fontFallbackList->shouldSkipDrawing();
SimpleFontData.h 145 virtual bool shouldSkipDrawing() const OVERRIDE { return m_customFontData && m_customFontData->shouldSkipDrawing(); }
Font.cpp 111 if (shouldSkipDrawing() && customFontNotReadyAction == DoNotPaintIfFontNotReady)
127 if (shouldSkipDrawing())
212 if (shouldSkipDrawing() && customFontNotReadyAction == DoNotPaintIfFontNotReady)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSCustomFontData.h 40 virtual bool shouldSkipDrawing() const OVERRIDE
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontData.h 44 virtual bool shouldSkipDrawing() const OVERRIDE;
SVGFontData.cpp 129 if (shouldSkipDrawing())
331 bool SVGFontData::shouldSkipDrawing() const
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextRunRenderingContext.cpp 50 if (svgFontData->shouldSkipDrawing())

Completed in 1307 milliseconds