Searched refs:image_aperture_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/cc/layers/
H A Dnine_patch_layer.cc38 if (image_aperture_ == aperture)
41 image_aperture_ = aperture;
62 layer_impl->SetLayout(image_aperture_, border_, fill_center_);
H A Dnine_patch_layer.h53 gfx::Rect image_aperture_; member in class:cc::NinePatchLayer
H A Dnine_patch_layer_impl.cc32 layer_impl->SetLayout(image_aperture_, border_, fill_center_);
54 if (image_aperture_ == aperture &&
58 image_aperture_ = aperture;
77 DCHECK(!image_aperture_.size().IsEmpty());
78 DCHECK(gfx::Rect(image_bounds_).Contains(image_aperture_))
80 << " image_aperture_ " << image_aperture_.ToString();
153 int image_aperture_left_width = image_aperture_.x();
154 int image_aperture_top_height = image_aperture_.y();
155 int image_aperture_right_width = image_width - image_aperture_
[all...]
H A Dnine_patch_layer_impl.h80 gfx::Rect image_aperture_; member in class:cc::NinePatchLayerImpl

Completed in 106 milliseconds