db6830162e
(re-land248ff02
&2cb6cb7
, with changes) - Hide SkImageEncoder class in private header. - SkImageEncoder::Type becomes SkEncodedImageFormat - SkEncodedFormat becomes SkEncodedImageFormat - SkImageEncoder static functions replaced with single function EncodeImage() - utility wrappers for EncodeImage() are in sk_tool_utils.h TODO: remove link-time registration mechanism. TODO: clean up clients use of API and flip the flag. TODO: implement EncodeImage() in chromeium/skia/ext Change-Id: I47d451e50be4d5c6c130869c7fa7c2857243d9f0 Reviewed-on: https://skia-review.googlesource.com/4909 Reviewed-by: Mike Reed <reed@google.com> Reviewed-by: Leon Scroggins <scroggo@google.com> Reviewed-on: https://skia-review.googlesource.com/5186 Commit-Queue: Hal Canary <halcanary@google.com> Reviewed-by: Hal Canary <halcanary@google.com>
20 lines
618 B
Plaintext
20 lines
618 B
Plaintext
# Copyright 2016 Google Inc.
|
|
#
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
android_framework_defines = [
|
|
"SK_SUPPORT_LEGACY_UNBALANCED_PIXELREF_LOCKCOUNT",
|
|
|
|
# Needed until we fix https://bug.skia.org/2440 .
|
|
"SK_SUPPORT_LEGACY_CLIPTOLAYERFLAG",
|
|
"SK_IGNORE_LINEONLY_AA_CONVEX_PATH_OPTS",
|
|
"SK_SUPPORT_LEGACY_GRADIENT_DITHERING",
|
|
"SK_SUPPORT_LEGACY_DRAWFILTER",
|
|
"SK_IGNORE_GPU_DITHER",
|
|
"SK_SUPPORT_LEGACY_CANVAS_IS_REFCNT",
|
|
"SK_SUPPORT_LEGACY_CLIP_REGIONOPS",
|
|
"SK_SUPPORT_LEGACY_IMAGE_ENCODER_CLASS",
|
|
"SK_SUPPORT_LEGACY_SHADER_ISABITMAP",
|
|
]
|