Home
last modified time | relevance | path

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

/external/chromium_org/cc/layers/
Dnine_patch_layer_impl.cc32 layer_impl->SetLayout(image_aperture_, border_, fill_center_); in PushPropertiesTo()
54 if (image_aperture_ == aperture && in SetLayout()
58 image_aperture_ = aperture; in SetLayout()
77 DCHECK(!image_aperture_.size().IsEmpty()); in CheckGeometryLimitations()
78 DCHECK(gfx::Rect(image_bounds_).Contains(image_aperture_)) in CheckGeometryLimitations()
80 << " image_aperture_ " << image_aperture_.ToString(); in CheckGeometryLimitations()
153 int image_aperture_left_width = image_aperture_.x(); in AppendQuads()
154 int image_aperture_top_height = image_aperture_.y(); in AppendQuads()
155 int image_aperture_right_width = image_width - image_aperture_.right(); in AppendQuads()
156 int image_aperture_bottom_height = image_height - image_aperture_.bottom(); in AppendQuads()
[all …]
Dnine_patch_layer.cc38 if (image_aperture_ == aperture) in SetAperture()
41 image_aperture_ = aperture; in SetAperture()
62 layer_impl->SetLayout(image_aperture_, border_, fill_center_); in PushPropertiesTo()
Dnine_patch_layer.h53 gfx::Rect image_aperture_; variable
Dnine_patch_layer_impl.h80 gfx::Rect image_aperture_; variable