OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:to_x
(Results
1 - 3
of
3
) sorted by null
/system/extras/tests/bionic/libc/bionic/
test_dlclose_destruction.c
42
int*
to_x
;
local
53
to_x
= dlsym(lib, "x");
54
if (
to_x
== NULL) {
59
if (*
to_x
!= 1) {
/external/chromium_org/cc/animation/
transform_operation.cc
113
SkMScalar
to_x
= IsOperationIdentity(to) ? 0 : to->translate.x;
local
116
result->Translate3d(BlendSkMScalars(from_x,
to_x
, progress),
147
SkMScalar
to_x
= IsOperationIdentity(to) ? 1 : to->scale.x;
local
150
result->Scale3d(BlendSkMScalars(from_x,
to_x
, progress),
158
SkMScalar
to_x
= IsOperationIdentity(to) ? 0 : to->skew.x;
local
160
result->SkewX(BlendSkMScalars(from_x,
to_x
, progress));
transform_operations_unittest.cc
1193
float
to_x
;
member in struct:cc::__anon3817::TestSkews
[
all
...]
Completed in 105 milliseconds