HomeSort by relevance Sort by last modified time
    Searched full:duff (Results 1 - 19 of 19) sorted by null

  /frameworks/base/graphics/java/android/graphics/
PorterDuffXfermode.java 21 * Create an xfermode that uses the specified porter-duff mode.
23 * @param mode The porter-duff mode that is applied
PorterDuffColorFilter.java 21 * Create a colorfilter that uses the specified color and porter-duff mode.
24 * porter-duff mode
25 * @param mode The porter-duff mode that is applied
Canvas.java 747 * specified color and porter-duff xfermode.
750 * @param mode the porter-duff mode to apply to the color
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
PorterDuffXfermode.java 25 * Create an xfermode that uses the specified porter-duff mode.
27 * @param mode The porter-duff mode that is applied
  /frameworks/base/awt/java/awt/
AlphaComposite.java 43 * destination are cleared (Porter-Duff Clear rule).
49 * (Porter-Duff Source rule).
55 * (Porter-Duff Destination rule).
61 * destination (Porter-Duff Source Over Destination rule).
67 * the source and the result replaces the destination (Porter-Duff
74 * the destination replaces the destination (Porter-Duff Source In
81 * inside of the source replaces the destination (Porter-Duff Destination In
88 * of the destination replaces the destination (Porter-Duff Source Held Out
95 * outside of the source replaces the destination (Porter-Duff Destination
102 * of the destination is composited onto the destination (Porter-Duff Sourc
    [all...]
  /external/skia/include/effects/
SkPorterDuff.h 64 porter-duff transfer mode.
69 porter-duff transfer mode and srcColor to a 16bit device color. Note,
  /frameworks/base/docs/html/resources/articles/
listview-backgrounds.jd 22 and the {@link android.graphics.PorterDuff.Mode#DST_OUT Porter-Duff Destination Out blending mode}. </p>
37 earlier that the fade effect is implemented using a Porter-Duff blending mode.
49 therefore replaces th expensive <code>saveLayerAlpha()/Porter-Duff</code>
  /external/skia/include/core/
SkXfermode.h 123 porter-duff transfer mode.
128 porter-duff transfer mode and srcColor to a 16bit device color. Note,
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_blit.h 489 /* Don't use Duff's device to unroll loops */
503 /* Don't use Duff's device to unroll loops */
522 /* Don't use Duff's device to unroll loops */
  /external/tremolo/Tremolo/
dpen.s 53 duff: label
136 BLT duff
194 BLT duff
  /external/quake/quake/src/WinQuake/
vid_sunx.cpp 232 // Duff's Device
268 // Duff's Device
vid_x.cpp 195 // Duff's Device
231 // Duff's Device
  /dalvik/vm/mterp/c/
gotoTargets.c 759 // could use memcpy or a "Duff's device"; most functions have
    [all...]
  /dalvik/vm/mterp/out/
InterpC-x86.c     [all...]
InterpC-x86-atom.c     [all...]
InterpC-allstubs.c     [all...]
InterpC-portdbg.c     [all...]
InterpC-portstd.c     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 332 milliseconds