Searched refs:Dither (Results 1 – 14 of 14) sorted by relevance
/external/flac/include/share/ |
D | replaygain_synthesis.h | 39 float Dither; member
|
/external/skqp/docs/ |
D | SkPaint_Reference.bmh | 49 # Dither # false ## 380 #Subtopic Dither 383 Dither increases fidelity by adjusting the color of adjacent pixels. 391 Dither cannot be enabled for kAlpha_8_SkColorType Surface and 394 Dither is disabled by default. 395 Dither can be enabled by default by setting SkPaintDefaults_Flags to kDither_Flag 399 to ignore Dither on GPU_Surface. 455 #Subtopic Dither ## 458 #In Dither 459 #Line # returns true if Dither is set ## [all …]
|
/external/skia/docs/ |
D | SkPaint_Reference.bmh | 48 # Dither # false ## 356 #Subtopic Dither 359 Dither increases fidelity by adjusting the color of adjacent pixels. 367 Dither cannot be enabled for kAlpha_8_SkColorType Surface and 370 Dither is disabled by default. 373 to ignore Dither on GPU_Surface. 429 #Subtopic Dither ## 432 #In Dither 433 #Line # returns true if Dither is set ## 442 #In Dither [all …]
|
/external/libyuv/files/unit_test/ |
D | convert_test.cc | 1097 TEST_F(LibYUVConvertTest, FMT_A##To##FMT_B##Dither##N) { \ 1115 FMT_A##To##FMT_B##Dither(src_argb + OFF, kStrideA, dst_argb_c, kStrideB, \ 1119 FMT_A##To##FMT_B##Dither(src_argb + OFF, kStrideA, dst_argb_opt, \ 1157 FMT_A##To##FMT_B##Dither(src_argb, kStrideA, dst_argb_c, kStrideB, NULL, \ 1160 FMT_A##To##FMT_B##Dither(src_argb, kStrideA, dst_argb_opt, kStrideB, \ 1599 TEST_F(LibYUVConvertTest, FMT_PLANAR##To##FMT_B##Dither##N) { \ 1620 FMT_PLANAR##To##FMT_B##Dither(src_y + OFF, kWidth, src_u + OFF, kStrideUV, \ 1625 FMT_PLANAR##To##FMT_B##Dither( \
|
/external/mesa3d/docs/relnotes/ |
D | 3.5 | 141 The ctx->Driver.Dither() function has been removed. Drivers should
|
/external/mesa3d/src/util/xmlpool/ |
D | nl.po | 117 msgid "Dither colors"
|
D | sv.po | 115 msgid "Dither colors"
|
D | de.po | 118 msgid "Dither colors"
|
D | fr.po | 116 msgid "Dither colors"
|
D | es.po | 125 msgid "Dither colors"
|
D | ca.po | 143 msgid "Dither colors"
|
/external/mesa3d/src/mesa/main/ |
D | attrib.c | 77 GLboolean Dither; member 331 attr->Dither = ctx->Color.DitherFlag; in _mesa_PushAttrib() 608 TEST_AND_UPDATE(ctx->Color.DitherFlag, enable->Dither, GL_DITHER); in pop_enable_group()
|
/external/skia/site/user/api/ |
D | SkPaint_Reference.md | 202 | Dither | false | 630 mask for setting Dither</td> 830 <a name='Dither'></a> 834 Dither increases fidelity by adjusting the <a href='SkColor_Reference#Color'>color</a> of adjacent … 842 Dither cannot be enabled for <a href='SkImageInfo_Reference#kAlpha_8_SkColorType'>kAlpha_8_SkColorT… 845 Dither is disabled by default. 846 Dither can be enabled by default by setting <a href='undocumented#SkPaintDefaults_Flags'>SkPaintDef… 849 …ons may ignore dithering. Set <code>SK_IGNORE_GPU_DITHER</code>to ignore Dither on <a href='#GPU_S…
|
/external/skqp/site/user/api/ |
D | SkPaint_Reference.md | 202 | Dither | false | 657 mask for setting Dither</td> 857 <a name='Dither'></a> 861 Dither increases fidelity by adjusting the <a href='SkColor_Reference#Color'>color</a> of adjacent … 869 Dither cannot be enabled for <a href='SkImageInfo_Reference#kAlpha_8_SkColorType'>kAlpha_8_SkColorT… 872 Dither is disabled by default. 873 Dither can be enabled by default by setting <a href='undocumented#SkPaintDefaults_Flags'>SkPaintDef… 876 …ons may ignore dithering. Set <code>SK_IGNORE_GPU_DITHER</code>to ignore Dither on <a href='#GPU_S…
|