/external/cblas/testing/ |
c_cblat3.f | 35 * Dongarra J. J., Du Croz J. J., Duff I. S. and Hammarling S. 44 * Iain Duff, AERE Harwell. 436 * Iain Duff, AERE Harwell. 766 * Iain Duff, AERE Harwell. [all...] |
c_dblat3.f | 32 * Dongarra J. J., Du Croz J. J., Duff I. S. and Hammarling S. 41 * Iain Duff, AERE Harwell. 427 * Iain Duff, AERE Harwell. 751 * Iain Duff, AERE Harwell. [all...] |
c_sblat3.f | 32 * Dongarra J. J., Du Croz J. J., Duff I. S. and Hammarling S. 41 * Iain Duff, AERE Harwell. 427 * Iain Duff, AERE Harwell. 755 * Iain Duff, AERE Harwell. [all...] |
c_zblat3.f | 35 * Dongarra J. J., Du Croz J. J., Duff I. S. and Hammarling S. 44 * Iain Duff, AERE Harwell. 437 * Iain Duff, AERE Harwell. 767 * Iain Duff, AERE Harwell. [all...] |
/external/eigen/blas/testing/ |
cblat3.f | 36 * Dongarra J. J., Du Croz J. J., Duff I. S. and Hammarling S. 45 * Iain Duff, AERE Harwell. 376 * Iain Duff, AERE Harwell. 661 * Iain Duff, AERE Harwell. [all...] |
zblat3.f | 36 * Dongarra J. J., Du Croz J. J., Duff I. S. and Hammarling S. 45 * Iain Duff, AERE Harwell. 377 * Iain Duff, AERE Harwell. 662 * Iain Duff, AERE Harwell. [all...] |
/external/tremolo/Tremolo/ |
dpen.s | 54 duff: label 137 BLT duff 195 BLT duff
|
/external/ImageMagick/ImageMagick/script/ |
compose.html | 89 <p>The following alpha blending (Duff-Porter) compose methods are available:</p> 187 <p>On top of the above 12 Duff-Porter Alpha Composition methods, one special 418 <td>This is equivalent to the Duff-Porter composition method
|
/external/ImageMagick/www/ |
compose.html | 93 <p>The following alpha blending (Duff-Porter) compose methods are available:</p> 191 <p>On top of the above 12 Duff-Porter Alpha Composition methods, one special 422 <td>This is equivalent to the Duff-Porter composition method
|
/external/skia/include/core/ |
SkXfermode.h | 147 porter-duff transfer mode.
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
ImageProcessingTest.java | 597 // Porter/Duff xor compositing 615 // NOT Porter/Duff xor compositing simple XOR
|
/frameworks/base/rs/java/android/renderscript/ |
ScriptIntrinsicBlend.java | 409 * <b>Note:</b> this is NOT the Porter/Duff XOR mode; this is a bitwise xor.
|
/frameworks/support/compat/java/android/support/v4/graphics/drawable/ |
DrawableCompat.java | 403 * @param tintMode A Porter-Duff blending mode
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/arm64/ |
asm.go | 203 // is fixed, we can enable this block and also enable duff's device in cmd/7g.
|
/prebuilts/go/linux-x86/src/cmd/link/internal/arm64/ |
asm.go | 203 // is fixed, we can enable this block and also enable duff's device in cmd/7g.
|
/external/skia/site/dev/design/ |
pdftheory.md | 506 not directly support the porter-duff xfer modes though. Most of them 528 interaction between shape and alpha in combination with the port-duff
|
/prebuilts/go/darwin-x86/src/image/draw/ |
draw.go | 33 // Op is a Porter-Duff compositing operator. 105 // in dst with the result of a Porter-Duff composition. A nil mask is treated as opaque.
|
/prebuilts/go/linux-x86/src/image/draw/ |
draw.go | 33 // Op is a Porter-Duff compositing operator. 105 // in dst with the result of a Porter-Duff composition. A nil mask is treated as opaque.
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
xorg_xv.c | 440 /* porter&duff src */
|
/external/protobuf/java/src/main/java/com/google/protobuf/nano/ |
Extension.java | 41 * @author bduff@google.com (Brian Duff) [all...] |
/external/skia/site/user/api/ |
skpaint.md | 133 * **SkXfermode** - e.g. porter-duff transfermodes, blend modes
|
/external/skia/src/gpu/glsl/ |
GrGLSLBlend.cpp | 368 // Porter-Duff blend helper
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/arm64/ |
asm.go | 206 // is fixed, we can enable this block and also enable duff's device in cmd/7g.
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/arm64/ |
asm.go | 206 // is fixed, we can enable this block and also enable duff's device in cmd/7g.
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
Drawable.java | 568 * Specify a color and Porter-Duff mode to be the color filter for this 636 * @param tintMode A Porter-Duff blending mode [all...] |