/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/base/graphics/java/android/graphics/drawable/ |
ShapeDrawable.java | 286 public void setDither(boolean dither) { 287 mShapeState.mPaint.setDither(dither); 334 boolean dither = a.getBoolean(com.android.internal.R.styleable.ShapeDrawable_dither, false); 335 mShapeState.mPaint.setDither(dither);
|
GradientDrawable.java | 476 /* if we're not using a layer, apply the dither/filter to our 648 public void setDither(boolean dither) { 649 if (dither != mDither) { 650 mDither = dither; 817 boolean dither = a.getBoolean( 840 setDither(dither); [all...] |
DrawableContainer.java | 39 * To be proper, we should have a getter for dither (and alpha, etc.) 45 * The initial setting for dither is now true, since it almost always seems 139 public void setDither(boolean dither) { 140 if (mDrawableContainerState.mDither != dither) { 141 mDrawableContainerState.mDither = dither;
|
/external/chromium_org/third_party/skia/src/opts/ |
SkBlitRow_opts_arm_neon.cpp | 343 /* dither matrix for Neon, derived from gDitherMatrix_3Bit_16. 344 * each dither value is spaced out into byte lanes, and repeated 366 /* select row and offset for dither array */ 369 uint8x8_t vdither = vld1_u8(dstart); // load dither values 370 uint8x8_t vdither_g = vshr_n_u8(vdither, 1); // calc. green dither values 386 // Load source and add dither 410 vsrc_dit_g = vaddl_u8(vsrc_g, vdither_g); // add in dither to green and widen 411 vsrc_dit_r = vaddl_u8(vsrc_r, vdither); // add in dither to red and widen 412 vsrc_dit_b = vaddl_u8(vsrc_b, vdither); // add in dither to blue and widen 469 int dither = DITHER_VALUE(x) local 1179 unsigned dither = DITHER_VALUE(x); local 1274 unsigned dither = DITHER_VALUE(myx); local 1301 unsigned dither = DITHER_VALUE(x); local [all...] |
/external/skia/src/opts/ |
SkBlitRow_opts_arm_neon.cpp | 343 /* dither matrix for Neon, derived from gDitherMatrix_3Bit_16. 344 * each dither value is spaced out into byte lanes, and repeated 366 /* select row and offset for dither array */ 369 uint8x8_t vdither = vld1_u8(dstart); // load dither values 370 uint8x8_t vdither_g = vshr_n_u8(vdither, 1); // calc. green dither values 386 // Load source and add dither 410 vsrc_dit_g = vaddl_u8(vsrc_g, vdither_g); // add in dither to green and widen 411 vsrc_dit_r = vaddl_u8(vsrc_r, vdither); // add in dither to red and widen 412 vsrc_dit_b = vaddl_u8(vsrc_b, vdither); // add in dither to blue and widen 469 int dither = DITHER_VALUE(x) local 1179 unsigned dither = DITHER_VALUE(x); local 1274 unsigned dither = DITHER_VALUE(myx); local 1301 unsigned dither = DITHER_VALUE(x); local [all...] |
/external/chromium_org/third_party/skia/src/images/ |
SkScaledBitmapSampler.cpp | 29 // Dither, unpremul, and skipZeroes have no effect 45 // Dither, unpremul, and skipZeroes have no effect 96 // Dither has no effect. 188 // Unpremul, dither, and skip zeroes have no effect 339 const bool dither = decoder.getDitherImage(); local 341 if (dither) { 346 if (dither) { 394 // Dither makes no difference 510 const bool dither = decoder.getDitherImage(); local 512 if (dither) { [all...] |
/external/skia/src/images/ |
SkScaledBitmapSampler.cpp | 29 // Dither, unpremul, and skipZeroes have no effect 45 // Dither, unpremul, and skipZeroes have no effect 96 // Dither has no effect. 188 // Unpremul, dither, and skip zeroes have no effect 339 const bool dither = decoder.getDitherImage(); local 341 if (dither) { 346 if (dither) { 394 // Dither makes no difference 510 const bool dither = decoder.getDitherImage(); local 512 if (dither) { [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
image.h | 80 VGboolean dither);
|
api_images.c | 275 VGboolean dither) 291 width, height, dither); local
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
image.h | 80 VGboolean dither);
|
api_images.c | 275 VGboolean dither) 291 width, height, dither); local
|
/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/gpu/command_buffer/service/ |
context_state_impl_autogen.h | 17 dither(true), 89 EnableDisable(GL_DITHER, enable_flags.dither); 148 return enable_flags.dither; 451 params[0] = static_cast<GLint>(enable_flags.dither); 775 params[0] = static_cast<GLfloat>(enable_flags.dither);
|
/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
|
/external/skia/bench/ |
benchmain.cpp | 319 SkTriState::State dither = SkTriState::kDefault; local 322 dither = static_cast<SkTriState::State>(i); 404 writer.option("dither", SkTriState::Name[dither]); 471 bench->setDither(dither);
|
/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);
|
GGLAssembler.cpp | 207 // update the dither index. 264 parts.dither = reg_t(regs.obtain()); 265 AND(AL, 0, parts.dither.reg, parts.count.reg, imm(mask)); 266 ADD(AL, 0, parts.dither.reg, parts.dither.reg, ctxtReg); 267 LDRB(AL, parts.dither.reg, parts.dither.reg, 373 // DD = dither offset 477 downshift(pixel, component, temp, parts.dither); [all...] |
/frameworks/ex/carousel/java/com/android/ex/carousel/ |
CarouselRS.java | 445 final boolean dither = true; 452 .setDitherEnabled(dither) 461 .setDitherEnabled(dither) 470 .setDitherEnabled(dither) 571 final boolean dither = true; 581 .setDitherEnabled(dither) [all...] |
/external/jpeg/ |
jquant1.c | 55 * We use a standard 16x16 ordered dither array. The basic concept of ordered 59 * "dither" value to the input pixel and then round the result to the nearest 60 * output value. The dither value is equivalent to (0.5 - threshold) times 63 * worse, since the dither may be too much or too little at a given point. 65 * The normal calculation would be to form pixel value + dither, range-limit 71 #define ODITHER_SIZE 16 /* dimension of dither matrix */ 80 /* Bayer's order-4 dither array. Generated by the code given in 159 int row_index; /* cur row's vertical index in dither matrix */ 160 ODITHER_MATRIX_PTR odither[MAX_Q_COMPS]; /* one dither array per component */ 339 /* For ordered dither, we pad the color index tables by MAXJSAMPLE i 523 int * dither; \/* points to active row of dither matrix *\/ local [all...] |
/external/qemu/distrib/jpeg-6b/ |
jquant1.c | 55 * We use a standard 16x16 ordered dither array. The basic concept of ordered 59 * "dither" value to the input pixel and then round the result to the nearest 60 * output value. The dither value is equivalent to (0.5 - threshold) times 63 * worse, since the dither may be too much or too little at a given point. 65 * The normal calculation would be to form pixel value + dither, range-limit 71 #define ODITHER_SIZE 16 /* dimension of dither matrix */ 80 /* Bayer's order-4 dither array. Generated by the code given in 159 int row_index; /* cur row's vertical index in dither matrix */ 160 ODITHER_MATRIX_PTR odither[MAX_Q_COMPS]; /* one dither array per component */ 339 /* For ordered dither, we pad the color index tables by MAXJSAMPLE i 523 int * dither; \/* points to active row of dither matrix *\/ local [all...] |