HomeSort by relevance Sort by last modified time
    Searched refs:color_space (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/printing/
image_mac.cc 28 base::ScopedCFTypeRef<CGColorSpaceRef> color_space(
36 color_space,
  /external/chromium_org/skia/ext/
skia_utils_ios.h 31 CGColorSpaceRef color_space);
skia_utils_mac.h 83 CGColorSpaceRef color_space);
  /external/chromium_org/chrome/utility/cloud_print/
pwg_encoder.h 28 const int color_space, std::string* output) const;
pwg_encoder.cc 86 const int color_space,
89 switch (color_space) {
  /external/chromium_org/ui/gfx/image/
image_skia_util_mac.h 44 CGColorSpaceRef color_space);
image.h 186 void SetSourceColorSpace(CGColorSpaceRef color_space);
image_unittest_util.cc 185 base::ScopedCFTypeRef<CGColorSpaceRef> color_space(
188 gfx::SkBitmapToUIImageWithColorSpace(bitmap, scale, color_space);
image.cc 128 CGColorSpaceRef color_space);
488 void set_default_representation_color_space(CGColorSpaceRef color_space) {
489 default_representation_color_space_ = color_space;
924 void Image::SetSourceColorSpace(CGColorSpaceRef color_space) {
926 storage_->set_default_representation_color_space(color_space);
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysyuv.h 64 extern BBitmap * BE_GetOverlayBitmap(BRect bounds, color_space cs);
SDL_sysyuv.cc 41 BBitmap * BE_GetOverlayBitmap(BRect bounds, color_space cs) {
97 color_space convert_color_space(Uint32 format) {
135 color_space cs;
  /hardware/samsung_slsi/exynos5/include/
s5p_fimc_v4l2.h 141 unsigned int color_space; // Color Space of the Source Image member in struct:__anon34931
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosExif.h 197 uint16_t color_space; member in struct:__anon34973
ExynosJpegEncoderForCamera.cpp 463 1, exifInfo->color_space);
    [all...]
ExynosCamera.cpp     [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosExif.h 197 uint16_t color_space; member in struct:__anon34981
ExynosJpegEncoderForCamera.cpp 422 1, exifInfo->color_space);
ExynosCameraHWInterface2.cpp     [all...]
  /external/chromium_org/third_party/qcms/src/
iccread.c 198 profile->color_space = read_u32(mem, 16);
199 switch (profile->color_space) {
266 if (profile->color_space != RGB_SIGNATURE)
894 profile->color_space = RGB_SIGNATURE;
923 profile->color_space = RGB_SIGNATURE;
1048 if (profile->color_space == RGB_SIGNATURE) {
1082 } else if (profile->color_space == GRAY_SIGNATURE) {
1118 return profile->color_space;
    [all...]
qcmsint.h 234 uint32_t color_space; member in struct:_qcms_profile
transform.c     [all...]
chain.c     [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 94 COLOR_SPACE color_space; member in struct:VP9Common
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c     [all...]

Completed in 545 milliseconds