HomeSort by relevance Sort by last modified time
    Searched full:image_bounds_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/cc/layers/
ui_resource_layer_impl.cc 40 layer_impl->SetImageBounds(image_bounds_);
57 if (image_bounds_ == image_bounds)
60 image_bounds_ = image_bounds;
142 result->Set("ImageBounds", MathUtil::AsValue(image_bounds_).release());
nine_patch_layer_impl.cc 84 DCHECK(gfx::Rect(image_bounds_.width(), image_bounds_.height())
89 DCHECK_LT(image_aperture_.width(), image_bounds_.width() - 1);
90 DCHECK_LT(image_aperture_.height(), image_bounds_.height() - 1);
157 float image_width = image_bounds_.width();
158 float image_height = image_bounds_.height();
358 list->AppendInteger(image_bounds_.width());
359 list->AppendInteger(image_bounds_.height());
ui_resource_layer_impl.h 57 gfx::Size image_bounds_; member in class:cc::UIResourceLayerImpl

Completed in 234 milliseconds