diff options
author | Romain Guy <romainguy@google.com> | 2017-03-31 18:56:37 -0700 |
---|---|---|
committer | Romain Guy <romainguy@google.com> | 2017-03-31 18:56:37 -0700 |
commit | c7dacca00828e586ce4496d83a25a4d60a6fb60f (patch) | |
tree | dec3ee1da5e051e92d7585abac8c67c071bf699f /docs | |
parent | 90fc43b33de1439ae7d92b12c3e09038aa878f50 (diff) |
Documentation for PorterDuffXfermode
It tooks 10 years, but better late than never!
Bug: 32984164
Test: Compiled documentation and checked in Chrome
Change-Id: I6dfd7fba6d3077f8c774b203589083bdbc15f9d2
Diffstat (limited to 'docs')
18 files changed, 0 insertions, 0 deletions
diff --git a/docs/html/reference/images/graphics/composite_ADD.png b/docs/html/reference/images/graphics/composite_ADD.png Binary files differnew file mode 100644 index 000000000000..90932c55ac53 --- /dev/null +++ b/docs/html/reference/images/graphics/composite_ADD.png diff --git a/docs/html/reference/images/graphics/composite_CLEAR.png b/docs/html/reference/images/graphics/composite_CLEAR.png Binary files differnew file mode 100644 index 000000000000..7c0731d43a5f --- /dev/null +++ b/docs/html/reference/images/graphics/composite_CLEAR.png diff --git a/docs/html/reference/images/graphics/composite_DARKEN.png b/docs/html/reference/images/graphics/composite_DARKEN.png Binary files differnew file mode 100644 index 000000000000..a798b97da588 --- /dev/null +++ b/docs/html/reference/images/graphics/composite_DARKEN.png diff --git a/docs/html/reference/images/graphics/composite_DST.png b/docs/html/reference/images/graphics/composite_DST.png Binary files differnew file mode 100644 index 000000000000..6dde48f87189 --- /dev/null +++ b/docs/html/reference/images/graphics/composite_DST.png diff --git a/docs/html/reference/images/graphics/composite_DST_ATOP.png b/docs/html/reference/images/graphics/composite_DST_ATOP.png Binary files differnew file mode 100644 index 000000000000..c6767bd5c631 --- /dev/null +++ b/docs/html/reference/images/graphics/composite_DST_ATOP.png diff --git a/docs/html/reference/images/graphics/composite_DST_IN.png b/docs/html/reference/images/graphics/composite_DST_IN.png Binary files differnew file mode 100644 index 000000000000..cf50a7b068b5 --- /dev/null +++ b/docs/html/reference/images/graphics/composite_DST_IN.png diff --git a/docs/html/reference/images/graphics/composite_DST_OUT.png b/docs/html/reference/images/graphics/composite_DST_OUT.png Binary files differnew file mode 100644 index 000000000000..ee8a46e0c2c2 --- /dev/null +++ b/docs/html/reference/images/graphics/composite_DST_OUT.png diff --git a/docs/html/reference/images/graphics/composite_DST_OVER.png b/docs/html/reference/images/graphics/composite_DST_OVER.png Binary files differnew file mode 100644 index 000000000000..18389723903b --- /dev/null +++ b/docs/html/reference/images/graphics/composite_DST_OVER.png diff --git a/docs/html/reference/images/graphics/composite_LIGHTEN.png b/docs/html/reference/images/graphics/composite_LIGHTEN.png Binary files differnew file mode 100644 index 000000000000..8fc0a1054fa3 --- /dev/null +++ b/docs/html/reference/images/graphics/composite_LIGHTEN.png diff --git a/docs/html/reference/images/graphics/composite_MULTIPLY.png b/docs/html/reference/images/graphics/composite_MULTIPLY.png Binary files differnew file mode 100644 index 000000000000..8816ab09ab5f --- /dev/null +++ b/docs/html/reference/images/graphics/composite_MULTIPLY.png diff --git a/docs/html/reference/images/graphics/composite_OVERLAY.png b/docs/html/reference/images/graphics/composite_OVERLAY.png Binary files differnew file mode 100644 index 000000000000..700a6b29fa54 --- /dev/null +++ b/docs/html/reference/images/graphics/composite_OVERLAY.png diff --git a/docs/html/reference/images/graphics/composite_SCREEN.png b/docs/html/reference/images/graphics/composite_SCREEN.png Binary files differnew file mode 100644 index 000000000000..b698819615e7 --- /dev/null +++ b/docs/html/reference/images/graphics/composite_SCREEN.png diff --git a/docs/html/reference/images/graphics/composite_SRC.png b/docs/html/reference/images/graphics/composite_SRC.png Binary files differnew file mode 100644 index 000000000000..2d70a54ad807 --- /dev/null +++ b/docs/html/reference/images/graphics/composite_SRC.png diff --git a/docs/html/reference/images/graphics/composite_SRC_ATOP.png b/docs/html/reference/images/graphics/composite_SRC_ATOP.png Binary files differnew file mode 100644 index 000000000000..111869e2d2f1 --- /dev/null +++ b/docs/html/reference/images/graphics/composite_SRC_ATOP.png diff --git a/docs/html/reference/images/graphics/composite_SRC_IN.png b/docs/html/reference/images/graphics/composite_SRC_IN.png Binary files differnew file mode 100644 index 000000000000..1d6145b88f09 --- /dev/null +++ b/docs/html/reference/images/graphics/composite_SRC_IN.png diff --git a/docs/html/reference/images/graphics/composite_SRC_OUT.png b/docs/html/reference/images/graphics/composite_SRC_OUT.png Binary files differnew file mode 100644 index 000000000000..39c0c1707d15 --- /dev/null +++ b/docs/html/reference/images/graphics/composite_SRC_OUT.png diff --git a/docs/html/reference/images/graphics/composite_SRC_OVER.png b/docs/html/reference/images/graphics/composite_SRC_OVER.png Binary files differnew file mode 100644 index 000000000000..1489487d2df9 --- /dev/null +++ b/docs/html/reference/images/graphics/composite_SRC_OVER.png diff --git a/docs/html/reference/images/graphics/composite_XOR.png b/docs/html/reference/images/graphics/composite_XOR.png Binary files differnew file mode 100644 index 000000000000..6d0c5ba14762 --- /dev/null +++ b/docs/html/reference/images/graphics/composite_XOR.png |