HomeSort by relevance Sort by last modified time
    Searched refs:BRIGHTNESS (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FilterOperation.cpp 91 case BRIGHTNESS:
105 case BRIGHTNESS:
SkiaImageFilterBuilder.cpp 153 case FilterOperation::BRIGHTNESS:
163 case FilterOperation::BRIGHTNESS:
FilterOperation.h 53 BRIGHTNESS,
71 case BRIGHTNESS:
200 // INVERT, BRIGHTNESS, CONTRAST and OPACITY are variations on a basic component transfer effect.
235 return type == FilterOperation::INVERT || type == FilterOperation::OPACITY || type == FilterOperation::BRIGHTNESS || type == FilterOperation::CONTRAST;
  /external/chromium_org/cc/output/
filter_operation.h 31 BRIGHTNESS,
100 return FilterOperation(BRIGHTNESS, amount);
filter_operation.cc 113 case FilterOperation::BRIGHTNESS:
151 case FilterOperation::BRIGHTNESS:
230 case FilterOperation::BRIGHTNESS:
filter_operations.cc 102 case FilterOperation::BRIGHTNESS:
138 case FilterOperation::BRIGHTNESS:
render_surface_filters.cc 193 case FilterOperation::BRIGHTNESS:
filter_operations_unittest.cc 128 SAVE_RESTORE_AMOUNT(Brightness, BRIGHTNESS, 0.6f);
  /external/chromium_org/ash/wm/
workspace_controller.cc 132 ui::LayerAnimationElement::BRIGHTNESS,
  /hardware/ti/omap4xxx/camera/inc/
CameraProperties.h 94 static const char BRIGHTNESS[];
  /external/chromium_org/ui/compositor/
layer_animation_element.h 35 BRIGHTNESS,
52 float brightness; member in struct:ui::LayerAnimationElement::TargetValue
112 // Creates an element that transitions to the given brightness.
115 float brightness,
layer_animator_unittest.cc     [all...]
layer_animation_sequence_unittest.cc 66 EXPECT_TRUE(sequence.properties().find(LayerAnimationElement::BRIGHTNESS) !=
layer_animation_element_unittest.cc 244 // Check that the Brightness element progresses the delegate as expected and
276 EXPECT_FLOAT_EQ(target, target_value.brightness);
321 properties.insert(LayerAnimationElement::BRIGHTNESS);
layer.cc 254 void Layer::SetLayerBrightness(float brightness) {
255 GetAnimator()->SetBrightness(brightness);
260 LayerAnimationElement::BRIGHTNESS)) {
326 // Brightness goes last, because the resulting colors neeed clamping, which
766 void Layer::SetBrightnessImmediately(float brightness) {
767 layer_brightness_ = brightness;
798 void Layer::SetBrightnessFromAnimation(float brightness) {
799 SetBrightnessImmediately(brightness);
layer_animation_element.cc 272 target->brightness = target_;
280 properties.insert(LayerAnimationElement::BRIGHTNESS);
688 brightness(0.0f),
700 brightness(delegate ? delegate->GetBrightnessForAnimation() : 0.0f),
909 float brightness,
911 return new BrightnessTransition(brightness, duration);
  /hardware/ti/omap4xxx/camera/
CameraParameters.cpp 77 const char CameraProperties::BRIGHTNESS[] = "prop-brightness-default";
  /external/chromium_org/content/common/
cc_messages.cc 27 case cc::FilterOperation::BRIGHTNESS:
73 case cc::FilterOperation::BRIGHTNESS:
141 case cc::FilterOperation::BRIGHTNESS:
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FilterOperationResolver.cpp 71 return FilterOperation::BRIGHTNESS;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FilterEffectRenderer.cpp 225 case FilterOperation::BRIGHTNESS: {
  /device/asus/flo/camera/mm-image-codec/qexif/
qexif.h 298 BRIGHTNESS,
    [all...]
  /external/chromium_org/cc/animation/
keyframed_animation_curve_unittest.cc 21 void ExpectBrightness(double brightness, const FilterOperations& filter) {
23 EXPECT_EQ(FilterOperation::BRIGHTNESS, filter.at(0).type());
24 EXPECT_FLOAT_EQ(brightness, filter.at(0).amount());
381 EXPECT_EQ(FilterOperation::BRIGHTNESS, value.at(0).type());
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.cpp     [all...]
  /hardware/qcom/camera/mm-image-codec/qexif/
qexif.h 298 BRIGHTNESS,
    [all...]
  /device/lge/mako/camera/
QCamera_Intf.h     [all...]

Completed in 74 milliseconds

1 2