OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AppendSkew
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/cc/animation/
transform_operations.h
72
void
AppendSkew
(SkMScalar x, SkMScalar y);
transform_operations_unittest.cc
36
to_add->
AppendSkew
(1, 0);
58
skews.
AppendSkew
(0, 2);
59
skews.
AppendSkew
(0, 2);
60
skews.
AppendSkew
(0, 2);
81
skews.
AppendSkew
(2, 0);
82
skews.
AppendSkew
(2, 0);
115
to_add->
AppendSkew
(0, 0);
119
to_add->
AppendSkew
(0, 0);
120
to_add->
AppendSkew
(0, 0);
190
operations.
AppendSkew
(x, y)
[
all
...]
transform_operations.cc
143
void TransformOperations::
AppendSkew
(SkMScalar x, SkMScalar y) {
/external/chromium_org/webkit/renderer/compositor_bindings/
web_transform_operations_impl.cc
42
void WebTransformOperationsImpl::
appendSkew
(double x, double y) {
43
transform_operations_.
AppendSkew
(x, y);
Completed in 44 milliseconds