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/
CustomFontData.h 46 virtual bool shouldSkipDrawing() const { return false; }
FontData.h 57 virtual bool shouldSkipDrawing() const = 0;
SegmentedFontData.cpp 92 bool SegmentedFontData::shouldSkipDrawing() const
96 if (it->fontData()->shouldSkipDrawing())
SegmentedFontData.h 80 virtual bool shouldSkipDrawing() const OVERRIDE;
FontFallbackList.cpp 107 bool FontFallbackList::shouldSkipDrawing() const
114 if (m_fontList[i]->shouldSkipDrawing())
FontFallbackList.h 81 bool shouldSkipDrawing() const;
Font.h 176 bool shouldSkipDrawing() const
178 return m_fontFallbackList && m_fontFallbackList->shouldSkipDrawing();
SimpleFontData.h 149 virtual bool shouldSkipDrawing() const OVERRIDE { return m_customFontData && m_customFontData->shouldSkipDrawing(); }
Font.cpp 110 if (shouldSkipDrawing() && customFontNotReadyAction == DoNotPaintIfFontNotReady)
126 if (shouldSkipDrawing())
    [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 49 if (svgFontData->shouldSkipDrawing())

Completed in 114 milliseconds