Home
last modified time | relevance | path

Searched defs:aperture (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/cc/blink/
Dweb_nine_patch_layer_impl.cc33 void WebNinePatchLayerImpl::setAperture(const blink::WebRect& aperture) { in setAperture()
/external/chromium_org/cc/layers/
Dnine_patch_layer.cc37 void NinePatchLayer::SetAperture(const gfx::Rect& aperture) { in SetAperture()
Dnine_patch_layer_unittest.cc70 gfx::Rect aperture(5, 5, 1, 1); in TEST_F() local
Dnine_patch_layer_impl_unittest.cc239 gfx::Rect aperture = gfx::Rect(3, 3, 4, 4); in TEST() local
Dnine_patch_layer_impl.cc47 void NinePatchLayerImpl::SetLayout(const gfx::Rect& aperture, in SetLayout()
/external/chromium_org/ui/wm/core/
Dshadow.cc192 int aperture = GetShadowApertureForStyle(style_); in UpdateLayerBounds() local
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsLayer.cpp946 void GraphicsLayer::setContentsToNinePatch(Image* image, const IntRect& aperture) in setContentsToNinePatch()
/external/chromium_org/ui/compositor/
Dlayer.cc614 void Layer::UpdateNinePatchLayerAperture(const gfx::Rect& aperture) { in UpdateNinePatchLayerAperture()