HomeSort by relevance Sort by last modified time
    Searched refs:GRAYSCALE (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/cc/output/
filter_operation.h 24 GRAYSCALE,
67 return FilterOperation(GRAYSCALE, amount);
128 return FilterOperation(GRAYSCALE, 0.f);
filter_operation.cc 119 case FilterOperation::GRAYSCALE:
159 case FilterOperation::GRAYSCALE:
225 case FilterOperation::GRAYSCALE:
render_surface_filters.cc 201 case FilterOperation::GRAYSCALE: {
361 case FilterOperation::GRAYSCALE:
448 case FilterOperation::GRAYSCALE:
filter_operations_unittest.cc 121 SAVE_RESTORE_AMOUNT(Grayscale, GRAYSCALE, 0.6f);
  /external/jpeg/
rdrle.c 42 * GRAYSCALE - 8 bits, no colormap
52 { GRAYSCALE, MAPPEDGRAY, PSEUDOCOLOR, TRUECOLOR, DIRECTCOLOR } rle_kind;
125 source->visual = GRAYSCALE;
145 if (source->visual == GRAYSCALE || source->visual == MAPPEDGRAY) {
155 * (GRAYSCALE scanlines don't need converting)
157 if (source->visual != GRAYSCALE) {
183 * Used for GRAYSCALE, MAPPEDGRAY, TRUECOLOR, and DIRECTCOLOR images.
272 case GRAYSCALE:
  /external/qemu/distrib/jpeg-6b/
rdrle.c 42 * GRAYSCALE - 8 bits, no colormap
52 { GRAYSCALE, MAPPEDGRAY, PSEUDOCOLOR, TRUECOLOR, DIRECTCOLOR } rle_kind;
125 source->visual = GRAYSCALE;
145 if (source->visual == GRAYSCALE || source->visual == MAPPEDGRAY) {
155 * (GRAYSCALE scanlines don't need converting)
157 if (source->visual != GRAYSCALE) {
183 * Used for GRAYSCALE, MAPPEDGRAY, TRUECOLOR, and DIRECTCOLOR images.
272 case GRAYSCALE:
  /external/chromium_org/printing/
print_job_constants.h 111 GRAYSCALE,
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FilterOperation.cpp 50 case GRAYSCALE:
FilterOperation.h 52 GRAYSCALE,
181 // GRAYSCALE, SEPIA, SATURATE and HUE_ROTATE are variations on a basic color matrix effect.
SkiaImageFilterBuilder.cpp 241 case FilterOperation::GRAYSCALE: {
  /external/chromium_org/ui/compositor/
layer_animation_element.h 35 GRAYSCALE,
52 float grayscale; member in struct:ui::LayerAnimationElement::TargetValue
103 // Creates an element that transitions to the given grayscale value.
106 float grayscale,
layer_animation_element_unittest.cc 216 // Check that the Grayscale element progresses the delegate as expected and
248 EXPECT_FLOAT_EQ(target, target_value.grayscale);
259 properties.insert(LayerAnimationElement::GRAYSCALE);
layer_animation_element.cc 311 target->grayscale = target_;
319 properties.insert(LayerAnimationElement::GRAYSCALE);
574 grayscale(0.0f),
586 grayscale(delegate ? delegate->GetGrayscaleForAnimation() : 0.0f),
769 float grayscale,
771 return new GrayscaleTransition(grayscale, duration);
layer.cc 266 void Layer::SetLayerGrayscale(float grayscale) {
267 GetAnimator()->SetGrayscale(grayscale);
272 LayerAnimationElement::GRAYSCALE)) {
775 void Layer::SetGrayscaleImmediately(float grayscale) {
776 layer_grayscale_ = grayscale;
806 void Layer::SetGrayscaleFromAnimation(float grayscale) {
807 SetGrayscaleImmediately(grayscale);
layer_animator.cc 116 ANIMATED_PROPERTY(float, GRAYSCALE, Grayscale, float, grayscale);
  /external/opencv/cv/include/
cv.hpp 349 enum { RECT=0, CROSS=1, ELLIPSE=2, CUSTOM=100, BINARY = 0, GRAYSCALE=256 };
  /external/chromium_org/content/common/
cc_messages.cc 22 case cc::FilterOperation::GRAYSCALE:
65 case cc::FilterOperation::GRAYSCALE:
123 case cc::FilterOperation::GRAYSCALE:
  /external/chromium_org/printing/backend/
cups_helper.cc 128 *color_model_for_black = printing::GRAYSCALE;
173 // represent grayscale. If NORMAL_GRAY is supported, NORMAL is used to
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FilterEffectRenderer.cpp 133 case FilterOperation::GRAYSCALE: {
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsLayer.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FilterOperationResolver.cpp 63 return FilterOperation::GRAYSCALE;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp     [all...]

Completed in 299 milliseconds