HomeSort by relevance Sort by last modified time
    Searched refs:colorXform (Results 1 - 25 of 26) sorted by null

1 2

  /external/skia/src/codec/
SkBmpMaskCodec.cpp 55 if (this->colorXform()) {
60 if (this->colorXform()) {
95 if (this->colorXform()) {
SkHeifCodec.cpp 187 if (this->colorXform()) {
194 SkASSERT(this->colorXform());
246 if (this->colorXform()) {
300 SkASSERT(!this->colorXform() || SkIsAlign4(swizzleBytes));
304 if (this->colorXform() && (kRGBA_F16_SkColorType == dstInfo.colorType() ||
323 if (this->colorXform()) {
SkBmpStandardCodec.cpp 85 if (this->colorXform()) {
116 if (this->colorXform() && !this->xformOnDecode()) {
169 if (this->colorXform()) {
222 SkASSERT(this->colorXform());
335 this->colorXform(), false);
SkCodecPriv.h 113 const SkPMColor* colorPtr, uint8_t fillIndex, SkColorSpaceXform* colorXform, bool isRGBA) {
122 SkASSERT(colorXform);
128 SkAssertResult(colorXform->apply(select_xform_format(dstColorType), &dstColor,
SkJpegCodec.cpp 409 if (this->colorXform()) {
418 if (this->colorXform()) {
426 if (this->colorXform() || JCS_GRAYSCALE != encodedColorType) {
433 SkASSERT(this->colorXform());
543 if (this->colorXform()) {
606 this->colorXform())) {
628 SkASSERT(!this->colorXform() || SkIsAlign4(swizzleBytes));
632 if (this->colorXform() && (kRGBA_F16_SkColorType == dstInfo.colorType() ||
666 if (this->colorXform()) {
683 fDecoderMgr->dinfo()->out_color_space, this->getInfo(), this->colorXform());
    [all...]
SkGifCodec.cpp 164 if (this->colorXform()) {
174 } else if (this->colorXform() && !this->xformOnDecode()) {
254 if (this->colorXform()) {
408 SkASSERT(this->colorXform());
SkBmpRLECodec.cpp 250 if (this->colorXform()) {
309 if (this->colorXform()) {
322 if (this->colorXform() && decodeDst) {
SkWebpCodec.cpp 535 if (this->colorXform()) {
548 if ((this->colorXform() && !is_8888(dstInfo.colorType())) || blendWithPrevFrame) {
579 if (this->colorXform()) {
580 // Premultiply in the colorXform, in a linear space.
625 if (this->colorXform()) {
SkPngCodec.cpp 262 SkColorType tableColorType = this->colorXform() ? kXformSrcColorType : dstInfo.colorType();
269 bool premultiply = !this->colorXform() && needs_premul(dstInfo.alphaType(),
303 if (this->colorXform() && !this->xformOnDecode()) {
    [all...]
SkRawCodec.cpp 698 if (this->colorXform()) {
746 if (this->colorXform()) {
  /external/skqp/src/codec/
SkBmpMaskCodec.cpp 55 if (this->colorXform()) {
60 if (this->colorXform()) {
95 if (this->colorXform()) {
SkHeifCodec.cpp 187 if (this->colorXform()) {
194 SkASSERT(this->colorXform());
246 if (this->colorXform()) {
300 SkASSERT(!this->colorXform() || SkIsAlign4(swizzleBytes));
304 if (this->colorXform() && (kRGBA_F16_SkColorType == dstInfo.colorType() ||
323 if (this->colorXform()) {
SkBmpStandardCodec.cpp 85 if (this->colorXform()) {
116 if (this->colorXform() && !this->xformOnDecode()) {
169 if (this->colorXform()) {
222 SkASSERT(this->colorXform());
335 this->colorXform(), false);
SkCodecPriv.h 113 const SkPMColor* colorPtr, uint8_t fillIndex, SkColorSpaceXform* colorXform, bool isRGBA) {
122 SkASSERT(colorXform);
128 SkAssertResult(colorXform->apply(select_xform_format(dstColorType), &dstColor,
SkJpegCodec.cpp 408 if (this->colorXform()) {
417 if (this->colorXform()) {
425 if (this->colorXform() || JCS_GRAYSCALE != encodedColorType) {
432 SkASSERT(this->colorXform());
542 if (this->colorXform()) {
605 this->colorXform())) {
627 SkASSERT(!this->colorXform() || SkIsAlign4(swizzleBytes));
631 if (this->colorXform() && (kRGBA_F16_SkColorType == dstInfo.colorType() ||
665 if (this->colorXform()) {
682 fDecoderMgr->dinfo()->out_color_space, this->getInfo(), this->colorXform());
    [all...]
SkGifCodec.cpp 164 if (this->colorXform()) {
174 } else if (this->colorXform() && !this->xformOnDecode()) {
254 if (this->colorXform()) {
408 SkASSERT(this->colorXform());
SkBmpRLECodec.cpp 250 if (this->colorXform()) {
309 if (this->colorXform()) {
322 if (this->colorXform() && decodeDst) {
SkWebpCodec.cpp 535 if (this->colorXform()) {
548 if ((this->colorXform() && !is_8888(dstInfo.colorType())) || blendWithPrevFrame) {
579 if (this->colorXform()) {
580 // Premultiply in the colorXform, in a linear space.
625 if (this->colorXform()) {
SkPngCodec.cpp 262 SkColorType tableColorType = this->colorXform() ? kXformSrcColorType : dstInfo.colorType();
269 bool premultiply = !this->colorXform() && needs_premul(dstInfo.alphaType(),
303 if (this->colorXform() && !this->xformOnDecode()) {
    [all...]
  /external/skia/src/gpu/
GrColorSpaceXform.cpp 226 fColorSpaceHelper.emitCode(uniformHandler, csxe.colorXform());
242 fColorSpaceHelper.setData(pdman, csxe.colorXform());
254 sk_sp<GrColorSpaceXform> colorXform)
256 , fColorXform(std::move(colorXform)) {
301 auto colorXform = GrColorSpaceXform::Make(src, srcConfig, dst);
302 if (colorXform) {
304 new GrColorSpaceXformEffect(std::move(child), std::move(colorXform)));
GrColorSpaceXform.h 88 const GrColorSpaceXform* colorXform() const { return fColorXform.get(); }
92 sk_sp<GrColorSpaceXform> colorXform);
  /external/skqp/src/gpu/
GrColorSpaceXform.cpp 226 fColorSpaceHelper.emitCode(uniformHandler, csxe.colorXform());
242 fColorSpaceHelper.setData(pdman, csxe.colorXform());
254 sk_sp<GrColorSpaceXform> colorXform)
256 , fColorXform(std::move(colorXform)) {
301 auto colorXform = GrColorSpaceXform::Make(src, srcConfig, dst);
302 if (colorXform) {
304 new GrColorSpaceXformEffect(std::move(child), std::move(colorXform)));
GrColorSpaceXform.h 88 const GrColorSpaceXform* colorXform() const { return fColorXform.get(); }
92 sk_sp<GrColorSpaceXform> colorXform);
  /external/skia/include/codec/
SkCodec.h 809 // Some classes never need a colorXform e.g.
810 // - ICO uses its embedded codec's colorXform
816 SkColorSpaceXform* colorXform() const { return fColorXform.get(); }
853 * Will be called for the appropriate frame, prior to initializing the colorXform.
    [all...]
  /external/skqp/include/codec/
SkCodec.h 809 // Some classes never need a colorXform e.g.
810 // - ICO uses its embedded codec's colorXform
816 SkColorSpaceXform* colorXform() const { return fColorXform.get(); }
853 * Will be called for the appropriate frame, prior to initializing the colorXform.
    [all...]

Completed in 349 milliseconds

1 2