Home
last modified time | relevance | path

Searched refs:paint_properties_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/cc/layers/
Dlayer.cc865 bool use_paint_properties = paint_properties_.source_frame_number == in PushPropertiesTo()
871 layer->SetBounds(use_paint_properties ? paint_properties_.bounds in PushPropertiesTo()
1020 paint_properties_.bounds = bounds_; in SavePaintProperties()
1021 paint_properties_.source_frame_number = in SavePaintProperties()
1029 paint_properties_.source_frame_number) << in Update()
Dlayer.h442 return paint_properties_; in paint_properties()
627 PaintProperties paint_properties_; variable