/external/skqp/include/core/ |
D | SkImageInfo.h | 47 enum SkAlphaType { enum 66 static inline bool SkAlphaTypeIsOpaque(SkAlphaType at) { in SkAlphaTypeIsOpaque() 162 SK_API bool SkColorTypeValidateAlphaType(SkColorType colorType, SkAlphaType alphaType, 163 SkAlphaType* canonical = nullptr); 229 static SkImageInfo Make(int width, int height, SkColorType ct, SkAlphaType at, 252 static SkImageInfo MakeN32(int width, int height, SkAlphaType at, 270 static SkImageInfo MakeS32(int width, int height, SkAlphaType at); 371 SkAlphaType alphaType() const { return fAlphaType; } in alphaType() 454 SkImageInfo makeAlphaType(SkAlphaType newAlphaType) const { in makeAlphaType() 613 SkAlphaType fAlphaType; [all …]
|
/external/skia/include/core/ |
D | SkImageInfo.h | 47 enum SkAlphaType { enum 66 static inline bool SkAlphaTypeIsOpaque(SkAlphaType at) { in SkAlphaTypeIsOpaque() 163 SK_API bool SkColorTypeValidateAlphaType(SkColorType colorType, SkAlphaType alphaType, 164 SkAlphaType* canonical = nullptr); 235 static SkImageInfo Make(int width, int height, SkColorType ct, SkAlphaType at, 258 static SkImageInfo MakeN32(int width, int height, SkAlphaType at, 276 static SkImageInfo MakeS32(int width, int height, SkAlphaType at); 377 SkAlphaType alphaType() const { return fAlphaType; } in alphaType() 460 SkImageInfo makeAlphaType(SkAlphaType newAlphaType) const { in makeAlphaType() 619 SkAlphaType fAlphaType; [all …]
|
/external/skqp/src/gpu/ |
D | GrColorSpaceXform.h | 24 static sk_sp<GrColorSpaceXform> Make(SkColorSpace* src, SkAlphaType srcAT, 25 SkColorSpace* dst, SkAlphaType dstAT); 53 static std::unique_ptr<GrFragmentProcessor> Make(SkColorSpace* src, SkAlphaType srcAT, 54 SkColorSpace* dst, SkAlphaType dstAT); 61 SkColorSpace* src, SkAlphaType srcAT,
|
D | GrTextureAdjuster.h | 32 GrTextureAdjuster(GrContext*, sk_sp<GrTextureProxy>, SkAlphaType, uint32_t uniqueID, 36 SkAlphaType alphaType() const override { return fAlphaType; } in alphaType() 52 SkAlphaType fAlphaType;
|
D | GrColorSpaceXform.cpp | 15 sk_sp<GrColorSpaceXform> GrColorSpaceXform::Make(SkColorSpace* src, SkAlphaType srcAT, in Make() 16 SkColorSpace* dst, SkAlphaType dstAT) { in Make() 145 SkAlphaType srcAT, in Make() 147 SkAlphaType dstAT) { in Make() 160 SkColorSpace* src, SkAlphaType srcAT, SkColorSpace* dst) { in Make()
|
/external/skia/src/gpu/ |
D | GrColorSpaceXform.h | 24 static sk_sp<GrColorSpaceXform> Make(SkColorSpace* src, SkAlphaType srcAT, 25 SkColorSpace* dst, SkAlphaType dstAT); 53 static std::unique_ptr<GrFragmentProcessor> Make(SkColorSpace* src, SkAlphaType srcAT, 54 SkColorSpace* dst, SkAlphaType dstAT); 61 SkColorSpace* src, SkAlphaType srcAT,
|
D | GrTextureAdjuster.h | 34 GrTextureAdjuster(GrRecordingContext*, sk_sp<GrTextureProxy>, SkAlphaType, 38 SkAlphaType alphaType() const override { return fAlphaType; } in alphaType() 54 SkAlphaType fAlphaType;
|
D | GrColorSpaceXform.cpp | 15 sk_sp<GrColorSpaceXform> GrColorSpaceXform::Make(SkColorSpace* src, SkAlphaType srcAT, in Make() 16 SkColorSpace* dst, SkAlphaType dstAT) { in Make() 145 SkAlphaType srcAT, in Make() 147 SkAlphaType dstAT) { in Make() 160 SkColorSpace* src, SkAlphaType srcAT, SkColorSpace* dst) { in Make()
|
/external/skqp/src/core/ |
D | SkSpecialImage.cpp | 57 const SkISize& size, SkAlphaType at, 63 const SkISize& size, SkAlphaType at) const = 0; 155 const SkISize& size, SkAlphaType at, in makeSurface() 161 const SkISize& size, SkAlphaType at) const { in makeTightSurface() 224 SkAlphaType alphaType() const override { return fBitmap.alphaType(); } in alphaType() 261 const SkISize& size, SkAlphaType at, in onMakeSurface() 302 const SkISize& size, SkAlphaType at) const override { in onMakeTightSurface() 366 SkAlphaType alphaType, sk_sp<SkColorSpace> colorSpace) { in wrap_proxy_in_image() 374 uint32_t uniqueID, sk_sp<GrTextureProxy> proxy, SkAlphaType at, in SkSpecialImage_Gpu() 390 SkAlphaType alphaType() const override { return fAlphaType; } in alphaType() [all …]
|
D | SkSpecialImage.h | 57 virtual SkAlphaType alphaType() const = 0; 89 SkAlphaType at = kPremul_SkAlphaType); 97 SkAlphaType at = kPremul_SkAlphaType, 106 SkAlphaType at = kPremul_SkAlphaType) const;
|
/external/skia/src/core/ |
D | SkSpecialImage.cpp | 59 const SkISize& size, SkAlphaType at, 65 const SkISize& size, SkAlphaType at) const = 0; 157 const SkISize& size, SkAlphaType at, in makeSurface() 163 const SkISize& size, SkAlphaType at) const { in makeTightSurface() 226 SkAlphaType alphaType() const override { return fBitmap.alphaType(); } in alphaType() 258 const SkISize& size, SkAlphaType at, in onMakeSurface() 300 const SkISize& size, SkAlphaType at) const override { in onMakeTightSurface() 365 SkAlphaType alphaType, sk_sp<SkColorSpace> colorSpace) { in wrap_proxy_in_image() 375 uint32_t uniqueID, sk_sp<GrTextureProxy> proxy, SkAlphaType at, in SkSpecialImage_Gpu() 391 SkAlphaType alphaType() const override { return fAlphaType; } in alphaType() [all …]
|
D | SkSpecialImage.h | 57 virtual SkAlphaType alphaType() const = 0; 89 SkAlphaType at = kPremul_SkAlphaType); 97 SkAlphaType at = kPremul_SkAlphaType, 106 SkAlphaType at = kPremul_SkAlphaType) const;
|
D | SkColorSpaceXformSteps.cpp | 15 SkColorSpaceXformSteps::SkColorSpaceXformSteps(SkColorSpace* src, SkAlphaType srcAT, in SkColorSpaceXformSteps() 16 SkColorSpace* dst, SkAlphaType dstAT) { in SkColorSpaceXformSteps() 182 SkAlphaType srcAT = kPremul_SkAlphaType; in sk_can_use_legacy_blits() 183 SkAlphaType dstAT = kPremul_SkAlphaType; in sk_can_use_legacy_blits()
|
/external/skqp/gm/ |
D | readpixels.cpp | 99 SkAlphaType dstAlphaType, sk_sp<SkColorSpace> dstColorSpace, in draw_image() 129 const SkAlphaType alphaTypes[] = { in onDraw() 156 for (SkAlphaType dstAlphaType : alphaTypes) { in onDraw() 193 const SkAlphaType alphaTypes[] = { in onDraw() 216 for (SkAlphaType dstAlphaType : alphaTypes) { in onDraw() 259 const SkAlphaType alphaTypes[] = { in onDraw() 282 for (SkAlphaType dstAlphaType : alphaTypes) { in onDraw()
|
D | encode-srgb.cpp | 25 static void make(SkBitmap* bitmap, SkColorType colorType, SkAlphaType alphaType, in make() 111 const SkAlphaType alphaTypes[] = { in onDraw() 120 for (SkAlphaType alphaType : alphaTypes) { in onDraw()
|
/external/skia/gm/ |
D | readpixels.cpp | 99 SkAlphaType dstAlphaType, sk_sp<SkColorSpace> dstColorSpace, in draw_image() 129 const SkAlphaType alphaTypes[] = { in onDraw() 156 for (SkAlphaType dstAlphaType : alphaTypes) { in onDraw() 193 const SkAlphaType alphaTypes[] = { in onDraw() 216 for (SkAlphaType dstAlphaType : alphaTypes) { in onDraw() 260 const SkAlphaType alphaTypes[] = { in onDraw() 283 for (SkAlphaType dstAlphaType : alphaTypes) { in onDraw()
|
/external/skqp/src/image/ |
D | SkImage_GpuBase.h | 22 SkImage_GpuBase(sk_sp<GrContext>, int width, int height, uint32_t uniqueID, SkAlphaType, 60 GrPixelConfig* config, SkColorType ct, SkAlphaType at, 67 static SkAlphaType GetAlphaTypeFromYUVAIndices(const SkYUVAIndex yuvaIndices[4]) { in GetAlphaTypeFromYUVAIndices() 96 const SkAlphaType fAlphaType; // alpha type for final image
|
/external/skia/src/image/ |
D | SkImage_GpuBase.h | 23 SkImage_GpuBase(sk_sp<GrContext>, int width, int height, uint32_t uniqueID, SkAlphaType, 61 GrPixelConfig* config, SkColorType ct, SkAlphaType at, 68 static SkAlphaType GetAlphaTypeFromYUVAIndices(const SkYUVAIndex yuvaIndices[4]) { in GetAlphaTypeFromYUVAIndices() 97 const SkAlphaType fAlphaType; // alpha type for final image
|
/external/skqp/src/c/ |
D | sk_imageinfo.cpp | 29 SkAlphaType fSK; 60 static bool from_c_alphatype(sk_alphatype_t cAT, SkAlphaType* skAT) { in from_c_alphatype() 72 static bool to_c_alphatype(SkAlphaType skAT, sk_alphatype_t* cAT) { in to_c_alphatype() 93 SkAlphaType at; in sk_imageinfo_new()
|
/external/skia/src/c/ |
D | sk_imageinfo.cpp | 29 SkAlphaType fSK; 60 static bool from_c_alphatype(sk_alphatype_t cAT, SkAlphaType* skAT) { in from_c_alphatype() 72 static bool to_c_alphatype(SkAlphaType skAT, sk_alphatype_t* cAT) { in to_c_alphatype() 93 SkAlphaType at; in sk_imageinfo_new()
|
/external/skqp/dm/ |
D | DMSrcSink.h | 133 CodecSrc(Path, Mode, DstColorType, SkAlphaType, float); 144 SkAlphaType fDstAlphaType; 151 AndroidCodecSrc(Path, CodecSrc::DstColorType, SkAlphaType, int sampleSize); 161 SkAlphaType fDstAlphaType; 198 ImageGenSrc(Path, Mode, SkAlphaType, bool); 208 SkAlphaType fDstAlphaType; 347 SkColorType colorType, SkAlphaType alphaType, sk_sp<SkColorSpace> colorSpace, 376 SkAlphaType fAlphaType; 387 SkColorType colorType, SkAlphaType alphaType, 409 bool diText, SkColorType colorType, SkAlphaType alphaType,
|
/external/skia/dm/ |
D | DMSrcSink.h | 133 CodecSrc(Path, Mode, DstColorType, SkAlphaType, float); 144 SkAlphaType fDstAlphaType; 151 AndroidCodecSrc(Path, CodecSrc::DstColorType, SkAlphaType, int sampleSize); 161 SkAlphaType fDstAlphaType; 198 ImageGenSrc(Path, Mode, SkAlphaType, bool); 208 SkAlphaType fDstAlphaType; 333 SkColorType colorType, SkAlphaType alphaType, sk_sp<SkColorSpace> colorSpace, 362 SkAlphaType fAlphaType; 373 SkColorType colorType, SkAlphaType alphaType, 395 bool diText, SkColorType colorType, SkAlphaType alphaType,
|
/external/skia/experimental/wasm-skp-debugger/ |
D | debugger_bindings.cpp | 20 SkAlphaType alphaType; 85 enum_<SkAlphaType>("AlphaType") in EMSCRIPTEN_BINDINGS() 86 .value("Unpremul", SkAlphaType::kUnpremul_SkAlphaType); in EMSCRIPTEN_BINDINGS()
|
/external/skqp/tools/flags/ |
D | SkCommonFlagsConfig.h | 58 SkColorType colorType, SkAlphaType alphaType, 73 SkAlphaType getAlphaType() const { return fAlphaType; } in getAlphaType() 85 SkAlphaType fAlphaType;
|
/external/skia/tools/flags/ |
D | SkCommonFlagsConfig.h | 58 SkColorType colorType, SkAlphaType alphaType, 73 SkAlphaType getAlphaType() const { return fAlphaType; } in getAlphaType() 85 SkAlphaType fAlphaType;
|