Searched refs:shouldSkipDrawing (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DSegmentedFontData.cpp92 bool SegmentedFontData::shouldSkipDrawing() const function in class:blink::SegmentedFontData
96 if (it->fontData()->shouldSkipDrawing())
H A DFontData.h57 virtual bool shouldSkipDrawing() const = 0;
H A DCustomFontData.h46 virtual bool shouldSkipDrawing() const { return false; } function in class:blink::CustomFontData
H A DSegmentedFontData.h76 virtual bool shouldSkipDrawing() const OVERRIDE;
H A DFontFallbackList.cpp121 bool FontFallbackList::shouldSkipDrawing() const function in class:blink::FontFallbackList
128 if (m_fontList[i]->shouldSkipDrawing())
H A DFontFallbackList.h77 bool shouldSkipDrawing() const;
H A DFont.h190 bool shouldSkipDrawing() const function in class:blink::Font
192 return m_fontFallbackList && m_fontFallbackList->shouldSkipDrawing();
H A DSimpleFontData.h145 virtual bool shouldSkipDrawing() const OVERRIDE { return m_customFontData && m_customFontData->shouldSkipDrawing(); }
H A DFont.cpp111 if (shouldSkipDrawing() && customFontNotReadyAction == DoNotPaintIfFontNotReady)
127 if (shouldSkipDrawing())
212 if (shouldSkipDrawing() && customFontNotReadyAction == DoNotPaintIfFontNotReady)
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSCustomFontData.h40 virtual bool shouldSkipDrawing() const OVERRIDE
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFontData.h44 virtual bool shouldSkipDrawing() const OVERRIDE;
H A DSVGFontData.cpp129 if (shouldSkipDrawing())
331 bool SVGFontData::shouldSkipDrawing() const function in class:blink::SVGFontData
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGTextRunRenderingContext.cpp50 if (svgFontData->shouldSkipDrawing())

Completed in 158 milliseconds