HomeSort by relevance Sort by last modified time
    Searched refs:BRIGHTNESS (Results 1 - 25 of 35) 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 147 case FilterOperation::BRIGHTNESS:
157 case FilterOperation::BRIGHTNESS:
FilterOperation.h 53 BRIGHTNESS,
69 case BRIGHTNESS:
196 // INVERT, BRIGHTNESS, CONTRAST and OPACITY are variations on a basic component transfer effect.
231 return type == FilterOperation::INVERT || type == FilterOperation::OPACITY || type == FilterOperation::BRIGHTNESS || type == FilterOperation::CONTRAST;
  /external/chromium_org/cc/output/
filter_operation.cc 140 case FilterOperation::BRIGHTNESS:
181 case FilterOperation::BRIGHTNESS:
266 case FilterOperation::BRIGHTNESS:
filter_operation.h 35 BRIGHTNESS,
116 return FilterOperation(BRIGHTNESS, amount);
filter_operations.cc 103 case FilterOperation::BRIGHTNESS:
141 case FilterOperation::BRIGHTNESS:
render_surface_filters.cc 190 case FilterOperation::BRIGHTNESS:
  /external/chromium_org/ash/wm/
workspace_controller.cc 126 ui::LayerAnimationElement::BRIGHTNESS |
  /hardware/ti/omap4-aah/camera/inc/
CameraProperties.h 120 static const char BRIGHTNESS[];
  /hardware/ti/omap4xxx/camera/inc/
CameraProperties.h 94 static const char BRIGHTNESS[];
  /external/chromium_org/ui/compositor/
layer_animation_element.h 36 BRIGHTNESS = (1 << 4),
57 float brightness; member in struct:ui::LayerAnimationElement::TargetValue
117 // Creates an element that transitions to the given brightness.
120 float brightness,
layer_animator_unittest.cc     [all...]
layer_animation_sequence_unittest.cc 67 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);
319 LayerAnimationElement::OPACITY | LayerAnimationElement::BRIGHTNESS |
  /hardware/ti/omap4xxx/camera/
CameraParameters.cpp 77 const char CameraProperties::BRIGHTNESS[] = "prop-brightness-default";
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FilterOperationResolver.cpp 59 return FilterOperation::BRIGHTNESS;
  /hardware/ti/omap4-aah/camera/
CameraParameters.cpp 90 const char CameraProperties::BRIGHTNESS[] = "prop-brightness-default";
  /external/chromium_org/content/common/
cc_messages.cc 26 case cc::FilterOperation::BRIGHTNESS:
75 case cc::FilterOperation::BRIGHTNESS:
145 case cc::FilterOperation::BRIGHTNESS:
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FilterEffectRenderer.cpp 194 case FilterOperation::BRIGHTNESS: {
  /device/asus/flo/camera/mm-image-codec/qexif/
qexif.h 298 BRIGHTNESS,
    [all...]
  /device/lge/hammerhead/camera/mm-image-codec/qexif/
qexif.h 298 BRIGHTNESS,
    [all...]
  /device/moto/shamu/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());
  /device/lge/mako/camera/
QCamera_Intf.h     [all...]
  /device/moto/shamu/camera/QCamera/HAL2/core/inc/
QCamera_Intf.h     [all...]

Completed in 878 milliseconds

1 2