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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FilterOperation.cpp 50 case GRAYSCALE:
68 case GRAYSCALE:
SkiaImageFilterBuilder.cpp 122 case FilterOperation::GRAYSCALE:
128 case FilterOperation::GRAYSCALE:
FilterOperation.h 47 GRAYSCALE,
63 case GRAYSCALE:
157 // GRAYSCALE, SEPIA, SATURATE and HUE_ROTATE are variations on a basic color matrix effect.
191 return type == FilterOperation::GRAYSCALE || type == FilterOperation::SEPIA || type == FilterOperation::SATURATE || type == FilterOperation::HUE_ROTATE;
  /external/chromium_org/third_party/libjpeg_turbo/
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/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/third_party/WebKit/Source/core/animation/
AnimationTranslationUtilTest.cpp 107 ops.operations().append(BasicColorMatrixFilterOperation::create(0.2, FilterOperation::GRAYSCALE));
  /external/chromium_org/cc/output/
filter_operation.h 30 GRAYSCALE,
96 return FilterOperation(GRAYSCALE, amount);
169 return FilterOperation(GRAYSCALE, 0.f);
filter_operation.cc 130 case FilterOperation::GRAYSCALE:
174 case FilterOperation::GRAYSCALE:
261 case FilterOperation::GRAYSCALE:
filter_operations.cc 98 case FilterOperation::GRAYSCALE:
136 case FilterOperation::GRAYSCALE:
render_surface_filters.cc 166 case FilterOperation::GRAYSCALE:
filter_operations_unittest.cc 123 SAVE_RESTORE_AMOUNT(Grayscale, GRAYSCALE, 0.6f);
  /external/chromium_org/printing/
print_job_constants.h 123 GRAYSCALE,
  /external/chromium_org/ui/compositor/
layer_animation_element.h 37 GRAYSCALE = (1 << 5),
58 float grayscale; member in struct:ui::LayerAnimationElement::TargetValue
123 // Creates an element that transitions to the given grayscale value.
126 float grayscale,
layer_animation_element_unittest.cc 279 // Check that the Grayscale element progresses the delegate as expected and
311 EXPECT_FLOAT_EQ(target, target_value.grayscale);
320 LayerAnimationElement::GRAYSCALE;
layer.cc 306 void Layer::SetLayerGrayscale(float grayscale) {
307 GetAnimator()->SetGrayscale(grayscale);
312 LayerAnimationElement::GRAYSCALE)) {
866 void Layer::SetGrayscaleFromAnimation(float grayscale) {
867 layer_grayscale_ = grayscale;
layer_animation_element.cc 259 : LayerAnimationElement(GRAYSCALE, duration),
277 target->grayscale = target_;
607 grayscale(0.0f),
619 grayscale(delegate ? delegate->GetGrayscaleForAnimation() : 0.0f),
835 float grayscale,
837 return new GrayscaleTransition(grayscale, duration);
layer_animator.cc 106 ANIMATED_PROPERTY(float, GRAYSCALE, Grayscale, float, grayscale);
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FilterOperationResolver.cpp 47 return FilterOperation::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 21 case cc::FilterOperation::GRAYSCALE:
70 case cc::FilterOperation::GRAYSCALE:
140 case cc::FilterOperation::GRAYSCALE:
  /external/chromium_org/printing/backend/
cups_helper.cc 135 *color_model_for_black = printing::GRAYSCALE;
180 // represent grayscale. If NORMAL_GRAY is supported, NORMAL is used to
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FilterEffectRenderer.cpp 103 case FilterOperation::GRAYSCALE: {
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp 794 case FilterOperation::GRAYSCALE:
    [all...]

Completed in 485 milliseconds