HomeSort by relevance Sort by last modified time
    Searched refs:ColorSpace (Results 51 - 71 of 71) sorted by null

1 23

  /external/chromium_org/content/common/
cc_messages_unittest.cc 268 YUVVideoDrawQuad::ColorSpace arbitrary_color_space =
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifInterface.java 493 public static interface ColorSpace {
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifInterface.java 493 public static interface ColorSpace {
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifInterface.java 493 public static interface ColorSpace {
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
ExifInterface.java 493 public static interface ColorSpace {
    [all...]
  /packages/apps/Mms/src/com/android/mms/exif/
ExifInterface.java 493 public static interface ColorSpace {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
blink_platform.target.darwin-arm.mk 300 third_party/WebKit/Source/platform/graphics/ColorSpace.cpp \
    [all...]
blink_platform.target.darwin-arm64.mk 299 third_party/WebKit/Source/platform/graphics/ColorSpace.cpp \
    [all...]
blink_platform.target.darwin-mips.mk 299 third_party/WebKit/Source/platform/graphics/ColorSpace.cpp \
    [all...]
blink_platform.target.darwin-mips64.mk 299 third_party/WebKit/Source/platform/graphics/ColorSpace.cpp \
    [all...]
blink_platform.target.darwin-x86.mk 299 third_party/WebKit/Source/platform/graphics/ColorSpace.cpp \
    [all...]
blink_platform.target.darwin-x86_64.mk 299 third_party/WebKit/Source/platform/graphics/ColorSpace.cpp \
    [all...]
blink_platform.target.linux-arm.mk 300 third_party/WebKit/Source/platform/graphics/ColorSpace.cpp \
    [all...]
blink_platform.target.linux-arm64.mk 299 third_party/WebKit/Source/platform/graphics/ColorSpace.cpp \
    [all...]
blink_platform.target.linux-mips.mk 299 third_party/WebKit/Source/platform/graphics/ColorSpace.cpp \
    [all...]
blink_platform.target.linux-mips64.mk 299 third_party/WebKit/Source/platform/graphics/ColorSpace.cpp \
    [all...]
blink_platform.target.linux-x86.mk 299 third_party/WebKit/Source/platform/graphics/ColorSpace.cpp \
    [all...]
blink_platform.target.linux-x86_64.mk 299 third_party/WebKit/Source/platform/graphics/ColorSpace.cpp \
    [all...]
  /external/chromium_org/cc/output/
renderer_pixeltest.cc 468 const YUVVideoDrawQuad::ColorSpace color_space =
    [all...]
  /external/chromium_org/third_party/skia/experimental/PdfViewer/src/
SkPdfRenderer.cpp 240 static int GetColorSpaceComponents(NotOwnedString& colorSpace) {
241 if (colorSpace.equals("DeviceCMYK")) {
243 } else if (colorSpace.equals("DeviceGray") ||
244 colorSpace.equals("CalGray") ||
245 colorSpace.equals("Indexed")) {
247 } else if (colorSpace.equals("DeviceRGB") ||
248 colorSpace.equals("CalRGB") ||
249 colorSpace.equals("Lab")) {
374 int bpc, const SkString& colorSpace,
378 //int components = GetColorSpaceComponents(colorSpace);
    [all...]
  /external/skia/experimental/PdfViewer/src/
SkPdfRenderer.cpp 240 static int GetColorSpaceComponents(NotOwnedString& colorSpace) {
241 if (colorSpace.equals("DeviceCMYK")) {
243 } else if (colorSpace.equals("DeviceGray") ||
244 colorSpace.equals("CalGray") ||
245 colorSpace.equals("Indexed")) {
247 } else if (colorSpace.equals("DeviceRGB") ||
248 colorSpace.equals("CalRGB") ||
249 colorSpace.equals("Lab")) {
374 int bpc, const SkString& colorSpace,
378 //int components = GetColorSpaceComponents(colorSpace);
    [all...]

Completed in 954 milliseconds

1 23