HomeSort by relevance Sort by last modified time
    Searched refs:layer_normal (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/trees/
layer_sorter.h 47 gfx::Vector3dF layer_normal; member in struct:cc::LayerShape
layer_sorter.cc 234 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 581 milliseconds