Home
last modified time | relevance | path

Searched defs:shouldSkipDrawing (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSCustomFontData.h40 virtual bool shouldSkipDrawing() const OVERRIDE in shouldSkipDrawing() function
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DSegmentedFontData.cpp92 bool SegmentedFontData::shouldSkipDrawing() const in shouldSkipDrawing() function in blink::SegmentedFontData
DCustomFontData.h46 virtual bool shouldSkipDrawing() const { return false; } in shouldSkipDrawing() function
DFontFallbackList.cpp121 bool FontFallbackList::shouldSkipDrawing() const in shouldSkipDrawing() function in blink::FontFallbackList
DFont.h190 bool shouldSkipDrawing() const in shouldSkipDrawing() function
DSimpleFontData.h145 …virtual bool shouldSkipDrawing() const OVERRIDE { return m_customFontData && m_customFontData->sho… in shouldSkipDrawing() function
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGFontData.cpp331 bool SVGFontData::shouldSkipDrawing() const in shouldSkipDrawing() function in blink::SVGFontData