Home
last modified time | relevance | path

Searched refs:OutputProperties (Results 1 – 25 of 41) sorted by relevance

12

/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DSerializerSwitcher.java33 import org.apache.xalan.templates.OutputProperties;
78 OutputProperties htmlOutputProperties = new OutputProperties(Method.HTML); in switchSerializerIfHTML()
171 OutputProperties htmlOutputProperties = new OutputProperties(Method.HTML); in switchSerializerIfHTML()
DTransformerIdentityImpl.java48 import org.apache.xalan.templates.OutputProperties;
88 m_outputFormat = new OutputProperties(Method.XML); in TransformerIdentityImpl()
164 m_outputFormat = new OutputProperties(Method.XML); in reset()
660 m_outputFormat = new OutputProperties(method); in setOutputProperties()
662 m_outputFormat = new OutputProperties(); in setOutputProperties()
739 if (!OutputProperties.isLegalPropertyKey(name)) in setOutputProperty()
766 OutputProperties props = m_outputFormat; in getOutputProperty()
772 if (!OutputProperties.isLegalPropertyKey(name)) in getOutputProperty()
1471 private OutputProperties m_outputFormat;
DTransformerImpl.java64 import org.apache.xalan.templates.OutputProperties;
131 private OutputProperties m_outputFormat;
170 private OutputProperties m_textformat = new OutputProperties(Method.TEXT);
725 OutputProperties props = getOutputFormat(); in getOutputProperty()
731 if (!OutputProperties.isLegalPropertyKey(qnameString)) in getOutputProperty()
756 OutputProperties props = getOutputFormat(); in getOutputPropertyNoDefault()
762 if (!OutputProperties.isLegalPropertyKey(qnameString)) in getOutputPropertyNoDefault()
841 (OutputProperties) getStylesheet().getOutputComposed().clone(); in setOutputProperty()
844 if (!OutputProperties.isLegalPropertyKey(name)) in setOutputProperty()
883 m_outputFormat = new OutputProperties(method); in setOutputProperties()
[all …]
/external/skqp/include/core/
DSkImageFilter.h43 class OutputProperties {
45 explicit OutputProperties(SkColorType colorType, SkColorSpace* colorSpace) in OutputProperties() function
61 const OutputProperties& outputProperties) in Context()
71 const OutputProperties& outputProperties() const { return fOutputProperties; } in outputProperties()
87 OutputProperties fOutputProperties;
173 const OutputProperties& outputProperties);
433 static sk_sp<SkSpecialImage> ImageToColorSpace(SkSpecialImage* src, const OutputProperties&);
/external/skia/include/core/
DSkImageFilter.h43 class OutputProperties {
45 explicit OutputProperties(SkColorType colorType, SkColorSpace* colorSpace) in OutputProperties() function
61 const OutputProperties& outputProperties) in Context()
71 const OutputProperties& outputProperties() const { return fOutputProperties; } in outputProperties()
87 OutputProperties fOutputProperties;
173 const OutputProperties& outputProperties);
433 static sk_sp<SkSpecialImage> ImageToColorSpace(SkSpecialImage* src, const OutputProperties&);
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DOutputProperties.java49 public class OutputProperties extends ElemTemplateElement class
56 public OutputProperties() in OutputProperties() method in OutputProperties
66 public OutputProperties(Properties defaults) in OutputProperties() method in OutputProperties
81 public OutputProperties(String method) in OutputProperties() method in OutputProperties
99 OutputProperties cloned = (OutputProperties) super.clone(); in clone()
631 public void copyFrom(OutputProperties opsrc) in copyFrom()
DStylesheetRoot.java288 m_outputProperties = new OutputProperties(org.apache.xml.serializer.Method.UNKNOWN); in recompose()
491 private OutputProperties m_outputProperties;
498 void recomposeOutput(OutputProperties oprops) in recomposeOutput()
516 public OutputProperties getOutputComposed() in getOutputComposed()
DStylesheet.java756 public void setOutput(OutputProperties v) in setOutput()
776 public OutputProperties getOutput(int i) throws ArrayIndexOutOfBoundsException in getOutput()
782 return (OutputProperties) m_output.elementAt(i); in getOutput()
/external/skia/src/core/
DSkSpecialImage.cpp58 virtual sk_sp<SkSpecialSurface> onMakeSurface(const SkImageFilter::OutputProperties& outProps,
64 virtual sk_sp<SkSurface> onMakeTightSurface(const SkImageFilter::OutputProperties& outProps,
156 sk_sp<SkSpecialSurface> SkSpecialImage::makeSurface(const SkImageFilter::OutputProperties& outProps, in makeSurface()
162 sk_sp<SkSurface> SkSpecialImage::makeTightSurface(const SkImageFilter::OutputProperties& outProps, in makeTightSurface()
257 sk_sp<SkSpecialSurface> onMakeSurface(const SkImageFilter::OutputProperties& outProps, in onMakeSurface()
299 sk_sp<SkSurface> onMakeTightSurface(const SkImageFilter::OutputProperties& outProps, in onMakeTightSurface()
455 sk_sp<SkSpecialSurface> onMakeSurface(const SkImageFilter::OutputProperties& outProps, in onMakeSurface()
513 sk_sp<SkSurface> onMakeTightSurface(const SkImageFilter::OutputProperties& outProps, in onMakeTightSurface()
DSkSpecialImage.h95 sk_sp<SkSpecialSurface> makeSurface(const SkImageFilter::OutputProperties& outProps,
104 sk_sp<SkSurface> makeTightSurface(const SkImageFilter::OutputProperties& outProps,
DSkImageFilter.cpp247 const OutputProperties& outputProperties) { in DrawWithFP()
319 const OutputProperties& outProps) { in ImageToColorSpace()
351 const SkImageFilter::OutputProperties& outProps, in pad_image()
/external/skqp/src/core/
DSkSpecialImage.cpp56 virtual sk_sp<SkSpecialSurface> onMakeSurface(const SkImageFilter::OutputProperties& outProps,
62 virtual sk_sp<SkSurface> onMakeTightSurface(const SkImageFilter::OutputProperties& outProps,
154 sk_sp<SkSpecialSurface> SkSpecialImage::makeSurface(const SkImageFilter::OutputProperties& outProps, in makeSurface()
160 sk_sp<SkSurface> SkSpecialImage::makeTightSurface(const SkImageFilter::OutputProperties& outProps, in makeTightSurface()
260 sk_sp<SkSpecialSurface> onMakeSurface(const SkImageFilter::OutputProperties& outProps, in onMakeSurface()
301 sk_sp<SkSurface> onMakeTightSurface(const SkImageFilter::OutputProperties& outProps, in onMakeTightSurface()
454 sk_sp<SkSpecialSurface> onMakeSurface(const SkImageFilter::OutputProperties& outProps, in onMakeSurface()
512 sk_sp<SkSurface> onMakeTightSurface(const SkImageFilter::OutputProperties& outProps, in onMakeTightSurface()
DSkSpecialImage.h95 sk_sp<SkSpecialSurface> makeSurface(const SkImageFilter::OutputProperties& outProps,
104 sk_sp<SkSurface> makeTightSurface(const SkImageFilter::OutputProperties& outProps,
DSkImageFilter.cpp244 const OutputProperties& outputProperties) { in DrawWithFP()
316 const OutputProperties& outProps) { in ImageToColorSpace()
348 const SkImageFilter::OutputProperties& outProps, in pad_image()
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DProcessorOutputElem.java27 import org.apache.xalan.templates.OutputProperties;
45 private OutputProperties m_outputProperties;
190 m_outputProperties = new OutputProperties(); in startElement()
/external/skqp/src/effects/imagefilters/
DSkXfermodeImageFilter.cpp52 const OutputProperties& outputProperties) const;
260 const OutputProperties& outputProperties) const { in filterImageGPU()
DSkBlurImageFilter.cpp62 const OutputProperties& outProps, SkIPoint* offset) const;
624 const OutputProperties& outProps, SkIPoint* offset) const in gpuFilter()
DSkArithmeticImageFilter.cpp68 const OutputProperties& outputProperties) const;
292 const OutputProperties& outputProperties) const { in filterImageGPU()
/external/skia/src/effects/imagefilters/
DSkXfermodeImageFilter.cpp54 const OutputProperties& outputProperties) const;
262 const OutputProperties& outputProperties) const { in filterImageGPU()
DSkArithmeticImageFilter.cpp69 const OutputProperties& outputProperties) const;
293 const OutputProperties& outputProperties) const { in filterImageGPU()
DSkBlurImageFilter.cpp62 const OutputProperties& outProps, SkIPoint* offset) const;
624 const OutputProperties& outProps, SkIPoint* offset) const in gpuFilter()
/external/skqp/tests/
DSpecialImageTest.cpp90 SkImageFilter::OutputProperties outProps(kN32_SkColorType, img->getColorSpace()); in test_image()
127 SkImageFilter::OutputProperties outProps(kN32_SkColorType, img->getColorSpace()); in test_image()
DImageFilterTest.cpp550 SkImageFilter::OutputProperties noColorSpace(kN32_SkColorType, nullptr); in test_crop_rects()
573 SkImageFilter::OutputProperties noColorSpace(kN32_SkColorType, nullptr); in test_negative_blur_sigma()
650 SkImageFilter::OutputProperties noColorSpace(kN32_SkColorType, nullptr); in test_zero_blur_sigma()
687 SkImageFilter::OutputProperties noColorSpace(kN32_SkColorType, nullptr); in test_fail_affects_transparent_black()
980 SkImageFilter::OutputProperties noColorSpace(kN32_SkColorType, nullptr); in test_imagefilter_merge_result_size()
1149 SkImageFilter::OutputProperties noColorSpace(kN32_SkColorType, nullptr); in test_big_kernel()
1221 SkImageFilter::OutputProperties noColorSpace(kN32_SkColorType, nullptr); in test_clipped_picture_imagefilter()
1474 SkImageFilter::OutputProperties noColorSpace(kN32_SkColorType, nullptr); in test_composed_imagefilter_offset()
1509 SkImageFilter::OutputProperties noColorSpace(kN32_SkColorType, nullptr); in test_composed_imagefilter_bounds()
1537 SkImageFilter::OutputProperties noColorSpace(kN32_SkColorType, nullptr); in test_partial_crop_rect()
/external/skia/tests/
DSpecialImageTest.cpp90 SkImageFilter::OutputProperties outProps(kN32_SkColorType, img->getColorSpace()); in test_image()
127 SkImageFilter::OutputProperties outProps(kN32_SkColorType, img->getColorSpace()); in test_image()
DImageFilterTest.cpp550 SkImageFilter::OutputProperties noColorSpace(kN32_SkColorType, nullptr); in test_crop_rects()
573 SkImageFilter::OutputProperties noColorSpace(kN32_SkColorType, nullptr); in test_negative_blur_sigma()
650 SkImageFilter::OutputProperties noColorSpace(kN32_SkColorType, nullptr); in test_zero_blur_sigma()
687 SkImageFilter::OutputProperties noColorSpace(kN32_SkColorType, nullptr); in test_fail_affects_transparent_black()
978 SkImageFilter::OutputProperties noColorSpace(kN32_SkColorType, nullptr); in test_imagefilter_merge_result_size()
1147 SkImageFilter::OutputProperties noColorSpace(kN32_SkColorType, nullptr); in test_big_kernel()
1219 SkImageFilter::OutputProperties noColorSpace(kN32_SkColorType, nullptr); in test_clipped_picture_imagefilter()
1472 SkImageFilter::OutputProperties noColorSpace(kN32_SkColorType, nullptr); in test_composed_imagefilter_offset()
1507 SkImageFilter::OutputProperties noColorSpace(kN32_SkColorType, nullptr); in test_composed_imagefilter_bounds()
1535 SkImageFilter::OutputProperties noColorSpace(kN32_SkColorType, nullptr); in test_partial_crop_rect()

12