/aosp_15_r20/external/skia/src/effects/imagefilters/ |
H A D | SkShaderImageFilter.cpp | 31 SkShaderImageFilter(sk_sp<SkShader> shader, SkImageFilters::Dither dither) in SkShaderImageFilter() 71 Dither dither, in Shader() 94 bool dither; in CreateProc() local 120 const bool dither = fDither == SkImageFilters::Dither::kYes; in onFilterImage() local
|
/aosp_15_r20/external/skia/gm/ |
H A D | gradients.cpp | 195 GradientsGM(bool dither) : fDither(dither) {} in GradientsGM() 246 Gradients4fGM(bool dither) : fDither(dither) {} in Gradients4fGM() 297 GradientsLocalPerspectiveGM(bool dither) : fDither(dither) { in GradientsLocalPerspectiveGM() 348 GradientsViewPerspectiveGM(bool dither) : INHERITED(dither) { } in GradientsViewPerspectiveGM() 391 GradientsDegenrate2PointGM(bool dither) : fDither(dither) {} in GradientsDegenrate2PointGM() 464 ClampedGradientsGM(bool dither) : fDither(dither) {} in ClampedGradientsGM() 531 RadialGradient2GM(bool dither) : fDither(dither) {} in RadialGradient2GM() 595 RadialGradient3GM(bool dither) : fDither(dither) { } in RadialGradient3GM() 632 RadialGradient4GM(bool dither) : fDither(dither) { } in RadialGradient4GM() 670 LinearGradientGM(bool dither) : fDither(dither) { } in LinearGradientGM()
|
H A D | gradients_no_texture.cpp | 97 GradientsNoTextureGM(bool dither) : fDither(dither) { in GradientsNoTextureGM() 236 GradientsManyColorsGM(bool dither) : fDither(dither) {} in GradientsManyColorsGM()
|
H A D | shallowgradient.cpp | 47 ShallowGradientGM(MakeShaderProc proc, const char name[], bool dither) in ShallowGradientGM()
|
/aosp_15_r20/external/skia/modules/svg/src/ |
H A D | SkSVGFilterContext.cpp | 110 auto dither = fillPaint->isDither() ? SkImageFilters::Dither::kYes in getInput() local 121 auto dither = strokePaint->isDither() ? SkImageFilters::Dither::kYes in getInput() local
|
/aosp_15_r20/external/libjpeg-turbo/ |
H A D | jdmerge.c | 411 #define DITHER_565_R(r, dither) ((r) + ((dither) & 0xFF)) argument 412 #define DITHER_565_G(g, dither) ((g) + (((dither) & 0xFF) >> 1)) argument 413 #define DITHER_565_B(b, dither) ((b) + ((dither) & 0xFF)) argument
|
H A D | jdcolor.c | 585 #define DITHER_565_R(r, dither) ((r) + ((dither) & 0xFF)) argument 586 #define DITHER_565_G(g, dither) ((g) + (((dither) & 0xFF) >> 1)) argument 587 #define DITHER_565_B(b, dither) ((b) + ((dither) & 0xFF)) argument
|
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | NinePatchDrawable.java | 360 public void setDither(boolean dither) { in setDither() 620 @Nullable Rect opticalInsets, boolean dither, boolean autoMirror) { in NinePatchState()
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/system/media/audio_utils/include/audio_utils/ |
D | BiquadFilter.h | 107 T dither = vdupn<T>(DITHER_VALUE); // NEON does not have vector + scalar acceleration. in process() local 277 T dither = vdupn<T>(DITHER_VALUE); // NEON does not have vector + scalar acceleration. in process() local
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/system/media/audio_utils/include/audio_utils/ |
D | BiquadFilter.h | 107 T dither = vdupn<T>(DITHER_VALUE); // NEON does not have vector + scalar acceleration. in process() local 277 T dither = vdupn<T>(DITHER_VALUE); // NEON does not have vector + scalar acceleration. in process() local
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/system/media/audio_utils/include/audio_utils/ |
D | BiquadFilter.h | 107 T dither = vdupn<T>(DITHER_VALUE); // NEON does not have vector + scalar acceleration. in process() local 277 T dither = vdupn<T>(DITHER_VALUE); // NEON does not have vector + scalar acceleration. in process() local
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/system/media/audio_utils/include/audio_utils/ |
D | BiquadFilter.h | 107 T dither = vdupn<T>(DITHER_VALUE); // NEON does not have vector + scalar acceleration. in process() local 277 T dither = vdupn<T>(DITHER_VALUE); // NEON does not have vector + scalar acceleration. in process() local
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/system/media/audio_utils/include/audio_utils/ |
D | BiquadFilter.h | 107 T dither = vdupn<T>(DITHER_VALUE); // NEON does not have vector + scalar acceleration. in process() local 277 T dither = vdupn<T>(DITHER_VALUE); // NEON does not have vector + scalar acceleration. in process() local
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/system/media/audio_utils/include/audio_utils/ |
D | BiquadFilter.h | 107 T dither = vdupn<T>(DITHER_VALUE); // NEON does not have vector + scalar acceleration. in process() local 277 T dither = vdupn<T>(DITHER_VALUE); // NEON does not have vector + scalar acceleration. in process() local
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/system/media/audio_utils/include/audio_utils/ |
D | BiquadFilter.h | 107 T dither = vdupn<T>(DITHER_VALUE); // NEON does not have vector + scalar acceleration. in process() local 277 T dither = vdupn<T>(DITHER_VALUE); // NEON does not have vector + scalar acceleration. in process() local
|
/aosp_15_r20/system/media/audio_utils/include/audio_utils/ |
H A D | BiquadFilter.h | 107 T dither = vdupn<T>(DITHER_VALUE); // NEON does not have vector + scalar acceleration. in process() local 277 T dither = vdupn<T>(DITHER_VALUE); // NEON does not have vector + scalar acceleration. in process() local
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/system/media/audio_utils/include/audio_utils/ |
D | BiquadFilter.h | 107 T dither = vdupn<T>(DITHER_VALUE); // NEON does not have vector + scalar acceleration. in process() local 277 T dither = vdupn<T>(DITHER_VALUE); // NEON does not have vector + scalar acceleration. in process() local
|
/aosp_15_r20/external/skia/docs/examples/ |
H A D | blur4444.cpp | 7 bool dither = false; in draw() local
|
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
H A D | ProxyDrawable.java | 73 public void setDither(boolean dither) { in setDither()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_blend.cc | 105 bool dither = (CHIP < A7XX) ? cso->dither : false; in __fd6_setup_blend_variant() local
|
/aosp_15_r20/external/skia/src/gpu/graphite/precompile/ |
H A D | PaintOption.h | 34 bool dither) in PaintOption()
|
/aosp_15_r20/external/skia/src/gpu/graphite/ |
H A D | PaintParams.h | 66 bool dither() const { return fDither; } in dither() function
|
/aosp_15_r20/external/skia/include/gpu/graphite/precompile/ |
H A D | PaintOptions.h | 139 void setDither(bool dither) { fDither = dither; } in setDither()
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowPaint.java | 50 private boolean dither; field in ShadowPaint 330 protected void setDither(boolean dither) { in setDither()
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/paint/ |
H A D | TextPaint.java | 24 void setDither(boolean dither); in setDither()
|