HomeSort by relevance Sort by last modified time
    Searched refs:dither (Results 26 - 50 of 150) sorted by null

12 3 4 5 6

  /frameworks/base/graphics/java/android/graphics/drawable/
ShapeDrawable.java 326 public void setDither(boolean dither) {
327 mShapeState.mPaint.setDither(dither);
439 boolean dither = paint.isDither();
440 dither = a.getBoolean(R.styleable.ShapeDrawable_dither, dither);
441 paint.setDither(dither);
NinePatchDrawable.java 364 public void setDither(boolean dither) {
366 if (mPaint == null && dither == DEFAULT_DITHER) {
367 // Fast common case -- leave at default dither.
371 getPaint().setDither(dither);
612 @Nullable Rect opticalInsets, boolean dither, boolean autoMirror) {
616 mDither = dither;
  /external/chromium_org/third_party/skia/include/gpu/
GrPaint.h 84 void setDither(bool dither) { fDither = dither; }
  /external/eigen/bench/btl/data/
mk_new_gnuplot.sh 52 convert -background white -density 120 -rotate 90 -resize 800 +dither -colors 256 -quality 0 ../${DIR}/$WHAT.ps -background white -flatten ../${DIR}/$WHAT.png
  /external/skia/include/gpu/
GrPaint.h 84 void setDither(bool dither) { fDither = dither; }
  /frameworks/support/v4/donut/android/support/v4/graphics/drawable/
RoundedBitmapDrawable.java 208 public void setDither(boolean dither) {
209 mPaint.setDither(dither);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DrawableWrapper.java 67 public void setDither(boolean dither) {
68 mDrawable.setDither(dither);
  /external/chromium_org/third_party/skia/src/opts/
SkBlitRow_opts_SSE2.cpp 1068 unsigned dither = DITHER_VALUE(x); local
1075 __m128i dither; local
1160 unsigned dither = DITHER_VALUE(x); local
1208 __m128i dither, dither_cur; local
    [all...]
SkBlitRow_opts_arm_neon.cpp 494 /* dither matrix for Neon, derived from gDitherMatrix_3Bit_16.
495 * each dither value is spaced out into byte lanes, and repeated
517 /* select row and offset for dither array */
520 uint8x8_t vdither = vld1_u8(dstart); // load dither values
521 uint8x8_t vdither_g = vshr_n_u8(vdither, 1); // calc. green dither values
538 // Load source and add dither
566 vsrc_dit_g = vaddl_u8(vsrc_g, vdither_g); // add in dither to green and widen
567 vsrc_dit_r = vaddl_u8(vsrc_r, vdither); // add in dither to red and widen
568 vsrc_dit_b = vaddl_u8(vsrc_b, vdither); // add in dither to blue and widen
625 int dither = DITHER_VALUE(x) local
1313 unsigned dither = DITHER_VALUE(x); local
1414 unsigned dither = DITHER_VALUE(myx); local
1441 unsigned dither = DITHER_VALUE(x); local
    [all...]
  /external/skia/src/opts/
SkBlitRow_opts_SSE2.cpp 1068 unsigned dither = DITHER_VALUE(x); local
1075 __m128i dither; local
1160 unsigned dither = DITHER_VALUE(x); local
1208 __m128i dither, dither_cur; local
    [all...]
SkBlitRow_opts_arm_neon.cpp 494 /* dither matrix for Neon, derived from gDitherMatrix_3Bit_16.
495 * each dither value is spaced out into byte lanes, and repeated
517 /* select row and offset for dither array */
520 uint8x8_t vdither = vld1_u8(dstart); // load dither values
521 uint8x8_t vdither_g = vshr_n_u8(vdither, 1); // calc. green dither values
538 // Load source and add dither
566 vsrc_dit_g = vaddl_u8(vsrc_g, vdither_g); // add in dither to green and widen
567 vsrc_dit_r = vaddl_u8(vsrc_r, vdither); // add in dither to red and widen
568 vsrc_dit_b = vaddl_u8(vsrc_b, vdither); // add in dither to blue and widen
625 int dither = DITHER_VALUE(x) local
1313 unsigned dither = DITHER_VALUE(x); local
1414 unsigned dither = DITHER_VALUE(myx); local
1441 unsigned dither = DITHER_VALUE(x); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
image.h 80 VGboolean dither);
  /external/mesa3d/src/gallium/state_trackers/vega/
image.h 80 VGboolean dither);
  /external/chromium_org/third_party/skia/include/core/
SkImageDecoder.h 79 /** Returns true if the decoder should try to dither the resulting image.
84 /** Set to true if the the decoder should try to dither the resulting image.
87 void setDitherImage(bool dither) { fDitherImage = dither; }
  /external/skia/include/core/
SkImageDecoder.h 79 /** Returns true if the decoder should try to dither the resulting image.
84 /** Set to true if the the decoder should try to dither the resulting image.
87 void setDitherImage(bool dither) { fDitherImage = dither; }
  /external/chromium_org/third_party/skia/bench/
GradientBench.cpp 245 GradientBench(GradType gradType, GradData data, bool dither) {
250 fDither = dither;
251 if (dither) {
benchmain.cpp 304 SkTriState::State dither = SkTriState::kDefault; local
307 dither = static_cast<SkTriState::State>(i);
384 writer.option("dither", SkTriState::Name[dither]);
445 bench->setDither(dither);
  /external/skia/bench/
GradientBench.cpp 245 GradientBench(GradType gradType, GradData data, bool dither) {
250 fDither = dither;
251 if (dither) {
benchmain.cpp 304 SkTriState::State dither = SkTriState::kDefault; local
307 dither = static_cast<SkTriState::State>(i);
384 writer.option("dither", SkTriState::Name[dither]);
445 bench->setDither(dither);
  /external/chromium_org/gpu/command_buffer/service/
context_state_autogen.h 23 bool dither; member in struct:EnableFlags
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_state.h 272 unsigned dither:1; member in struct:pipe_blend_state
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 272 unsigned dither:1; member in struct:pipe_blend_state
  /hardware/samsung_slsi/exynos5/include/
fimg2d.h 239 __u32 dither; member in struct:fimg2d_param
  /system/core/libpixelflinger/codeflinger/
load_store.cpp 248 pixel_t& d, int component, component_t s, const reg_t& dither)
267 // see if we need to dither
352 if (shift>0) ADD(AL, 0, ireg, ireg, reg_imm(dither.reg, LSR, shift));
353 else if (shift<0) ADD(AL, 0, ireg, ireg, reg_imm(dither.reg, LSL,-shift));
354 else ADD(AL, 0, ireg, ireg, dither.reg);
  /external/chromium_org/third_party/libwebp/utils/
quant_levels_dec.c 137 const uint8_t* const dither = kOrderedDither[p->row_ % DSIZE]; local
146 dst[x] = clip_8b(c + dither[x % DSIZE]);

Completed in 2268 milliseconds

12 3 4 5 6