From c7dacca00828e586ce4496d83a25a4d60a6fb60f Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Fri, 31 Mar 2017 18:56:37 -0700 Subject: Documentation for PorterDuffXfermode It tooks 10 years, but better late than never! Bug: 32984164 Test: Compiled documentation and checked in Chrome Change-Id: I6dfd7fba6d3077f8c774b203589083bdbc15f9d2 --- docs/html/reference/images/graphics/composite_ADD.png | Bin 0 -> 4525 bytes docs/html/reference/images/graphics/composite_CLEAR.png | Bin 0 -> 959 bytes docs/html/reference/images/graphics/composite_DARKEN.png | Bin 0 -> 4498 bytes docs/html/reference/images/graphics/composite_DST.png | Bin 0 -> 4571 bytes .../reference/images/graphics/composite_DST_ATOP.png | Bin 0 -> 2242 bytes docs/html/reference/images/graphics/composite_DST_IN.png | Bin 0 -> 2111 bytes .../html/reference/images/graphics/composite_DST_OUT.png | Bin 0 -> 3719 bytes .../reference/images/graphics/composite_DST_OVER.png | Bin 0 -> 4575 bytes .../html/reference/images/graphics/composite_LIGHTEN.png | Bin 0 -> 4354 bytes .../reference/images/graphics/composite_MULTIPLY.png | Bin 0 -> 2200 bytes .../html/reference/images/graphics/composite_OVERLAY.png | Bin 0 -> 4663 bytes docs/html/reference/images/graphics/composite_SCREEN.png | Bin 0 -> 4481 bytes docs/html/reference/images/graphics/composite_SRC.png | Bin 0 -> 1026 bytes .../reference/images/graphics/composite_SRC_ATOP.png | Bin 0 -> 4579 bytes docs/html/reference/images/graphics/composite_SRC_IN.png | Bin 0 -> 2020 bytes .../html/reference/images/graphics/composite_SRC_OUT.png | Bin 0 -> 2052 bytes .../reference/images/graphics/composite_SRC_OVER.png | Bin 0 -> 3734 bytes docs/html/reference/images/graphics/composite_XOR.png | Bin 0 -> 4616 bytes 18 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 docs/html/reference/images/graphics/composite_ADD.png create mode 100644 docs/html/reference/images/graphics/composite_CLEAR.png create mode 100644 docs/html/reference/images/graphics/composite_DARKEN.png create mode 100644 docs/html/reference/images/graphics/composite_DST.png create mode 100644 docs/html/reference/images/graphics/composite_DST_ATOP.png create mode 100644 docs/html/reference/images/graphics/composite_DST_IN.png create mode 100644 docs/html/reference/images/graphics/composite_DST_OUT.png create mode 100644 docs/html/reference/images/graphics/composite_DST_OVER.png create mode 100644 docs/html/reference/images/graphics/composite_LIGHTEN.png create mode 100644 docs/html/reference/images/graphics/composite_MULTIPLY.png create mode 100644 docs/html/reference/images/graphics/composite_OVERLAY.png create mode 100644 docs/html/reference/images/graphics/composite_SCREEN.png create mode 100644 docs/html/reference/images/graphics/composite_SRC.png create mode 100644 docs/html/reference/images/graphics/composite_SRC_ATOP.png create mode 100644 docs/html/reference/images/graphics/composite_SRC_IN.png create mode 100644 docs/html/reference/images/graphics/composite_SRC_OUT.png create mode 100644 docs/html/reference/images/graphics/composite_SRC_OVER.png create mode 100644 docs/html/reference/images/graphics/composite_XOR.png (limited to 'docs/html') diff --git a/docs/html/reference/images/graphics/composite_ADD.png b/docs/html/reference/images/graphics/composite_ADD.png new file mode 100644 index 000000000000..90932c55ac53 Binary files /dev/null and b/docs/html/reference/images/graphics/composite_ADD.png differ diff --git a/docs/html/reference/images/graphics/composite_CLEAR.png b/docs/html/reference/images/graphics/composite_CLEAR.png new file mode 100644 index 000000000000..7c0731d43a5f Binary files /dev/null and b/docs/html/reference/images/graphics/composite_CLEAR.png differ diff --git a/docs/html/reference/images/graphics/composite_DARKEN.png b/docs/html/reference/images/graphics/composite_DARKEN.png new file mode 100644 index 000000000000..a798b97da588 Binary files /dev/null and b/docs/html/reference/images/graphics/composite_DARKEN.png differ diff --git a/docs/html/reference/images/graphics/composite_DST.png b/docs/html/reference/images/graphics/composite_DST.png new file mode 100644 index 000000000000..6dde48f87189 Binary files /dev/null and b/docs/html/reference/images/graphics/composite_DST.png differ diff --git a/docs/html/reference/images/graphics/composite_DST_ATOP.png b/docs/html/reference/images/graphics/composite_DST_ATOP.png new file mode 100644 index 000000000000..c6767bd5c631 Binary files /dev/null and b/docs/html/reference/images/graphics/composite_DST_ATOP.png differ diff --git a/docs/html/reference/images/graphics/composite_DST_IN.png b/docs/html/reference/images/graphics/composite_DST_IN.png new file mode 100644 index 000000000000..cf50a7b068b5 Binary files /dev/null and b/docs/html/reference/images/graphics/composite_DST_IN.png differ diff --git a/docs/html/reference/images/graphics/composite_DST_OUT.png b/docs/html/reference/images/graphics/composite_DST_OUT.png new file mode 100644 index 000000000000..ee8a46e0c2c2 Binary files /dev/null and b/docs/html/reference/images/graphics/composite_DST_OUT.png differ diff --git a/docs/html/reference/images/graphics/composite_DST_OVER.png b/docs/html/reference/images/graphics/composite_DST_OVER.png new file mode 100644 index 000000000000..18389723903b Binary files /dev/null and b/docs/html/reference/images/graphics/composite_DST_OVER.png differ diff --git a/docs/html/reference/images/graphics/composite_LIGHTEN.png b/docs/html/reference/images/graphics/composite_LIGHTEN.png new file mode 100644 index 000000000000..8fc0a1054fa3 Binary files /dev/null and b/docs/html/reference/images/graphics/composite_LIGHTEN.png differ diff --git a/docs/html/reference/images/graphics/composite_MULTIPLY.png b/docs/html/reference/images/graphics/composite_MULTIPLY.png new file mode 100644 index 000000000000..8816ab09ab5f Binary files /dev/null and b/docs/html/reference/images/graphics/composite_MULTIPLY.png differ diff --git a/docs/html/reference/images/graphics/composite_OVERLAY.png b/docs/html/reference/images/graphics/composite_OVERLAY.png new file mode 100644 index 000000000000..700a6b29fa54 Binary files /dev/null and b/docs/html/reference/images/graphics/composite_OVERLAY.png differ diff --git a/docs/html/reference/images/graphics/composite_SCREEN.png b/docs/html/reference/images/graphics/composite_SCREEN.png new file mode 100644 index 000000000000..b698819615e7 Binary files /dev/null and b/docs/html/reference/images/graphics/composite_SCREEN.png differ diff --git a/docs/html/reference/images/graphics/composite_SRC.png b/docs/html/reference/images/graphics/composite_SRC.png new file mode 100644 index 000000000000..2d70a54ad807 Binary files /dev/null and b/docs/html/reference/images/graphics/composite_SRC.png differ diff --git a/docs/html/reference/images/graphics/composite_SRC_ATOP.png b/docs/html/reference/images/graphics/composite_SRC_ATOP.png new file mode 100644 index 000000000000..111869e2d2f1 Binary files /dev/null and b/docs/html/reference/images/graphics/composite_SRC_ATOP.png differ diff --git a/docs/html/reference/images/graphics/composite_SRC_IN.png b/docs/html/reference/images/graphics/composite_SRC_IN.png new file mode 100644 index 000000000000..1d6145b88f09 Binary files /dev/null and b/docs/html/reference/images/graphics/composite_SRC_IN.png differ diff --git a/docs/html/reference/images/graphics/composite_SRC_OUT.png b/docs/html/reference/images/graphics/composite_SRC_OUT.png new file mode 100644 index 000000000000..39c0c1707d15 Binary files /dev/null and b/docs/html/reference/images/graphics/composite_SRC_OUT.png differ diff --git a/docs/html/reference/images/graphics/composite_SRC_OVER.png b/docs/html/reference/images/graphics/composite_SRC_OVER.png new file mode 100644 index 000000000000..1489487d2df9 Binary files /dev/null and b/docs/html/reference/images/graphics/composite_SRC_OVER.png differ diff --git a/docs/html/reference/images/graphics/composite_XOR.png b/docs/html/reference/images/graphics/composite_XOR.png new file mode 100644 index 000000000000..6d0c5ba14762 Binary files /dev/null and b/docs/html/reference/images/graphics/composite_XOR.png differ -- cgit v1.2.3-59-g8ed1b