Searched refs:ColorTransform (Results 1 - 8 of 8) sorted by last modified time

/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfDctdecodeFilterDictionary_autogen.cpp11 int64_t SkPdfDctdecodeFilterDictionary::ColorTransform(SkPdfNativeDoc* doc) { function in class:SkPdfDctdecodeFilterDictionary
12 SkPdfNativeObject* ret = get("ColorTransform", "");
20 return get("ColorTransform", "") != NULL;
H A DSkPdfDctdecodeFilterDictionary_autogen.h521 int64_t ColorTransform(SkPdfNativeDoc* doc);
/external/pdfium/core/include/fxcodec/
H A Dfx_codec.h158 int width, int height, int nComps, FX_BOOL ColorTransform) = 0;
H A Dfx_codec_provider.h15 virtual void* CreateDecoder(FX_LPCBYTE src_buf, FX_DWORD src_size, int width, int height, int nComps, FX_BOOL ColorTransform) = 0;
/external/pdfium/core/src/fxcodec/codec/
H A Dcodec_int.h137 int width, int height, int nComps, FX_BOOL ColorTransform);
H A Dfx_codec_jpeg.cpp333 FX_BOOL ColorTransform, IFX_JpegProvider* pJP);
419 int nComps, FX_BOOL ColorTransform, IFX_JpegProvider* pJP)
423 m_pExtContext = m_pExtProvider->CreateDecoder(src_buf, src_size, width, height, nComps, ColorTransform);
439 m_bJpegTransform = ColorTransform;
544 int width, int height, int nComps, FX_BOOL ColorTransform)
553 if (!pDecoder->Create(src_buf, src_size, width, height, nComps, ColorTransform, m_pExtProvider)) {
418 Create(FX_LPCBYTE src_buf, FX_DWORD src_size, int width, int height, int nComps, FX_BOOL ColorTransform, IFX_JpegProvider* pJP) argument
543 CreateDecoder(FX_LPCBYTE src_buf, FX_DWORD src_size, int width, int height, int nComps, FX_BOOL ColorTransform) argument
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfDctdecodeFilterDictionary_autogen.cpp11 int64_t SkPdfDctdecodeFilterDictionary::ColorTransform(SkPdfNativeDoc* doc) { function in class:SkPdfDctdecodeFilterDictionary
12 SkPdfNativeObject* ret = get("ColorTransform", "");
20 return get("ColorTransform", "") != NULL;
H A DSkPdfDctdecodeFilterDictionary_autogen.h521 int64_t ColorTransform(SkPdfNativeDoc* doc);

Completed in 120 milliseconds