Searched refs:layer_normal (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/trees/
H A Dlayer_sorter.h47 gfx::Vector3dF layer_normal; member in struct:cc::LayerShape
H A Dlayer_sorter.cc234 layer_normal = gfx::CrossProduct(c13, c12);
249 float d = gfx::DotProduct(layer_normal, z_axis);
250 float n = -gfx::DotProduct(layer_normal, w);

Completed in 88 milliseconds