OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:a44flattened
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/tests/
Matrix44Test.cpp
500
SkMatrix44
a44flattened
= a33;
local
503
REPORTER_ASSERT(reporter, nearly_equal(
a44flattened
, expected44flattened));
514
a44flattened
.mapScalars(vec4, vec4transformed2);
/external/skia/tests/
Matrix44Test.cpp
500
SkMatrix44
a44flattened
= a33;
local
503
REPORTER_ASSERT(reporter, nearly_equal(
a44flattened
, expected44flattened));
514
a44flattened
.mapScalars(vec4, vec4transformed2);
Completed in 1113 milliseconds