Searched refs:image_bounds_ (Results 1 – 3 of 3) sorted by relevance
84 DCHECK(gfx::Rect(image_bounds_.width(), image_bounds_.height()) in CheckGeometryLimitations()89 DCHECK_LT(image_aperture_.width(), image_bounds_.width() - 1); in CheckGeometryLimitations()90 DCHECK_LT(image_aperture_.height(), image_bounds_.height() - 1); in CheckGeometryLimitations()157 float image_width = image_bounds_.width(); in AppendQuads()158 float image_height = image_bounds_.height(); in AppendQuads()358 list->AppendInteger(image_bounds_.width()); in LayerTreeAsJson()359 list->AppendInteger(image_bounds_.height()); in LayerTreeAsJson()
40 layer_impl->SetImageBounds(image_bounds_); in PushPropertiesTo()57 if (image_bounds_ == image_bounds) in SetImageBounds()60 image_bounds_ = image_bounds; in SetImageBounds()142 result->Set("ImageBounds", MathUtil::AsValue(image_bounds_).release()); in LayerTreeAsJson()
57 gfx::Size image_bounds_; variable