Searched refs:SetCanUseLCDText (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/cc/resources/
H A Dpicture_layer_tiling_set.h36 void SetCanUseLCDText(bool can_use_lcd_text);
H A Dpicture_layer_tiling.h57 void SetCanUseLCDText(bool can_use_lcd_text);
H A Dpicture_layer_tiling_set.cc95 void PictureLayerTilingSet::SetCanUseLCDText(bool can_use_lcd_text) { function in class:cc::PictureLayerTilingSet
97 tilings_[i]->SetCanUseLCDText(can_use_lcd_text);
H A Dpicture_layer_tiling.cc111 void PictureLayerTiling::SetCanUseLCDText(bool can_use_lcd_text) { function in class:cc::PictureLayerTiling
/external/chromium_org/cc/layers/
H A Dpicture_layer_impl.cc994 tilings_->SetCanUseLCDText(is_using_lcd_text_);

Completed in 50 milliseconds