Home
last modified time | relevance | path

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

/external/chromium_org/cc/resources/
Dpicture.cc90 cell_size_(layer_rect.size()) { in Picture()
160 cell_size_(layer_rect.size()) { in Picture()
171 cell_size_(layer_rect.size()) { in Picture()
253 cell_size_ = gfx::Size( in GatherPixelRefs()
258 DCHECK_GT(cell_size_.width(), 0); in GatherPixelRefs()
259 DCHECK_GT(cell_size_.height(), 0); in GatherPixelRefs()
273 cell_size_.width()), in GatherPixelRefs()
275 cell_size_.height())); in GatherPixelRefs()
278 cell_size_.width()), in GatherPixelRefs()
280 cell_size_.height())); in GatherPixelRefs()
[all …]
Dpicture.h146 gfx::Size cell_size_; variable