Home
last modified time | relevance | path

Searched refs:ImageLayerBorderWidth (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/cc/layers/
Dpicture_image_layer_impl.cc53 *width = DebugColors::ImageLayerBorderWidth(layer_tree_impl()); in GetDebugBorderProperties()
/external/chromium_org/cc/debug/
Ddebug_colors.h21 static int ImageLayerBorderWidth(const LayerTreeImpl* tree_impl);
Ddebug_colors.cc29 int DebugColors::ImageLayerBorderWidth(const LayerTreeImpl* tree_impl) { in ImageLayerBorderWidth() function in cc::DebugColors