OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:root_transform
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/cc/test/
render_pass_test_utils.h
30
const gfx::Transform&
root_transform
);
render_pass_test_utils.cc
24
const gfx::Transform&
root_transform
) {
26
pass->SetNew(id, output_rect, output_rect,
root_transform
);
/external/chromium_org/cc/trees/
quad_culler_unittest.cc
363
gfx::Transform
root_transform
;
local
364
root_transform
.Translate(99.1f, 99.1f);
365
root_transform
.Scale(1.018f, 1.018f);
370
root_transform
,
415
gfx::Transform
root_transform
;
local
416
root_transform
.Translate(100, 100);
421
root_transform
,
[
all
...]
/external/chromium_org/ui/aura/
window_unittest.cc
446
gfx::Transform
root_transform
;
local
447
root_transform
.Translate(60.0, 70.0);
448
root_transform
.Rotate(-90.0);
449
root_transform
.Translate(-50.0, -50.0);
450
root_transform
.Scale(2.0, 3.0);
456
dispatcher()->SetTransform(
root_transform
);
[
all
...]
Completed in 149 milliseconds