OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetTargetGrayscale
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/ash/wm/
window_animations_unittest.cc
90
EXPECT_EQ(0.0f, window->layer()->
GetTargetGrayscale
());
100
EXPECT_EQ(0.0f, window->layer()->
GetTargetGrayscale
());
session_state_animator.cc
352
(layer->
GetTargetGrayscale
() < 0.9999))
357
(layer->
GetTargetGrayscale
() > 0.0001))
/external/chromium_org/ui/compositor/
layer_animator.h
85
float
GetTargetGrayscale
() const;
layer.h
185
float
GetTargetGrayscale
() const;
layer.cc
270
float Layer::
GetTargetGrayscale
() const {
273
return animator_->
GetTargetGrayscale
();
layer_animator_unittest.cc
[
all
...]
Completed in 897 milliseconds