OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProjectVector
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/cc/base/
math_util_unittest.cc
104
EXPECT_VECTOR_EQ(gfx::Vector2dF(0, 0), MathUtil::
ProjectVector
(x, y));
105
EXPECT_VECTOR_EQ(gfx::Vector2dF(0, 0), MathUtil::
ProjectVector
(y, x));
110
MathUtil::
ProjectVector
(test_vector, x));
112
MathUtil::
ProjectVector
(test_vector, y));
118
MathUtil::
ProjectVector
(test_vector, target_vector);
math_util.h
192
static gfx::Vector2dF
ProjectVector
(const gfx::Vector2dF& source,
math_util.cc
684
gfx::Vector2dF MathUtil::
ProjectVector
(const gfx::Vector2dF& source,
/external/chromium_org/cc/trees/
layer_tree_host_impl.cc
[
all
...]
Completed in 36 milliseconds