Home
last modified time | relevance | path

Searched refs:SupportsLCDText (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/cc/layers/
Dcontent_layer.h50 virtual bool SupportsLCDText() const OVERRIDE;
Dpicture_layer.h35 virtual bool SupportsLCDText() const OVERRIDE;
Dcontent_layer.cc139 bool ContentLayer::SupportsLCDText() const { in SupportsLCDText() function in cc::ContentLayer
Dpicture_layer.cc163 bool PictureLayer::SupportsLCDText() const { in SupportsLCDText() function in cc::PictureLayer
Dlayer.h449 virtual bool SupportsLCDText() const;
Dlayer.cc1197 bool Layer::SupportsLCDText() const { in SupportsLCDText() function in cc::Layer
/external/chromium_org/cc/trees/
Dlayer_tree_host.cc793 if (!layer->SupportsLCDText()) in CalculateLCDTextMetricsCallback()