/external/skia/src/gpu/ |
D | GrSurfaceFillContext.h | 121 template <SkAlphaType AlphaType> 122 void clear(const SkIRect& rect, const SkRGBA4f<AlphaType>& color) { in clear() 127 template <SkAlphaType AlphaType> void clear(const SkRGBA4f<AlphaType>& color) { in clear() 135 template <SkAlphaType AlphaType> 136 void clearAtLeast(const SkIRect& scissor, const SkRGBA4f<AlphaType>& color) { in clearAtLeast() 218 template <SkAlphaType AlphaType> 219 static std::array<float, 4> ConvertColor(SkRGBA4f<AlphaType> color); 221 template <SkAlphaType AlphaType> 222 std::array<float, 4> adjustColorAlphaType(SkRGBA4f<AlphaType> color) const; 266 template <SkAlphaType AlphaType> [all …]
|
D | GrSwizzle.h | 47 template <SkAlphaType AlphaType> 48 constexpr SkRGBA4f<AlphaType> applyTo(SkRGBA4f<AlphaType> color) const { in applyTo()
|
/external/skqp/experimental/go-skia/ |
D | types.go | 31 type AlphaType uint32 type 34 OPAQUE_ALPHATYPE AlphaType = 0x0 35 PREMUL_ALPHATYPE AlphaType = 0x1 36 UNPREMUL_ALPHATYPE AlphaType = 0x2 53 AlphaType AlphaType member
|
D | ctypes.go | 36 type AlphaType C.sk_alphatype_t type 39 OPAQUE_ALPHATYPE AlphaType = C.OPAQUE_SK_ALPHATYPE 40 PREMUL_ALPHATYPE AlphaType = C.PREMUL_SK_ALPHATYPE 41 UNPREMUL_ALPHATYPE AlphaType = C.UNPREMUL_SK_ALPHATYPE
|
/external/skia/tools/gdb/ |
D | bitmap.py | 37 class AlphaType(Enum): class 71 if alpha_type == AlphaType.unpremul.value: 74 elif alpha_type == AlphaType.premul.value: 85 str(AlphaType(int(alpha_type)))
|
/external/skqp/tools/gdb/ |
D | bitmap.py | 37 class AlphaType(Enum): class 71 if alpha_type == AlphaType.unpremul.value: 74 elif alpha_type == AlphaType.premul.value: 85 str(AlphaType(int(alpha_type)))
|
/external/eigen/Eigen/src/SparseCore/ |
D | SparseDenseProduct.h | 21 typename AlphaType, 85 template<typename SparseLhsType, typename DenseRhsType, typename DenseResType, typename AlphaType> 86 struct sparse_time_dense_product_impl<SparseLhsType,DenseRhsType,DenseResType, AlphaType, ColMajor,… 92 …d run(const SparseLhsType& lhs, const DenseRhsType& rhs, DenseResType& res, const AlphaType& alpha) 100 …typename ScalarBinaryOpTraits<AlphaType, typename Rhs::Scalar>::ReturnType rhs_j(alpha * rhs.coeff… 146 template<typename SparseLhsType, typename DenseRhsType, typename DenseResType,typename AlphaType> 147 …oduct(const SparseLhsType& lhs, const DenseRhsType& rhs, DenseResType& res, const AlphaType& alpha) 149 …sparse_time_dense_product_impl<SparseLhsType,DenseRhsType,DenseResType, AlphaType>::run(lhs, rhs, …
|
D | SparseSelfAdjointView.h | 279 …int Mode, typename SparseLhsType, typename DenseRhsType, typename DenseResType, typename AlphaType> 280 …oduct(const SparseLhsType& lhs, const DenseRhsType& rhs, DenseResType& res, const AlphaType& alpha) 320 …typename ScalarBinaryOpTraits<AlphaType, typename DenseRhsType::Scalar>::ReturnType rhs_j(alpha*rh…
|
/external/skia/specs/web-img-decode/proposed/impl/ |
D | impl.js | 22 alphaType: options.premul ? CanvasKit.AlphaType.Premul : CanvasKit.AlphaType.Unpremul,
|
/external/skia/modules/canvaskit/tests/ |
D | core.spec.js | 141 alphaType: CanvasKit.AlphaType.Unpremul, 230 'alphaType': CanvasKit.AlphaType.Unpremul, 240 'alphaType': CanvasKit.AlphaType.Unpremul, 1085 expect(info.alphaType).toEqual(CanvasKit.AlphaType.Unpremul); 1098 alphaType: CanvasKit.AlphaType.Unpremul, 1116 expect(info.alphaType).toEqual(CanvasKit.AlphaType.Unpremul); 1125 alphaType: CanvasKit.AlphaType.Unpremul, 1139 expect(info.alphaType).toEqual(CanvasKit.AlphaType.Unpremul); 1148 alphaType: CanvasKit.AlphaType.Unpremul, 1269 'alphaType': CanvasKit.AlphaType.Premul,
|
D | util.js | 193 alphaType: CanvasKit.AlphaType.Unpremul,
|
/external/skia/experimental/skottiekit/ |
D | externs.js | 83 AlphaType: { property
|
D | cpu.js | 37 'alphaType': SkottieKit.AlphaType.Unpremul,
|
/external/skia/experimental/wasm-skp-debugger/ |
D | externs.js | 18 AlphaType: { property
|
D | cpu.js | 38 'alphaType': DebuggerView.AlphaType.Unpremul,
|
/external/skia/modules/canvaskit/npm_build/types/ |
D | canvaskit-wasm-tests.ts | 161 alphaType: CK.AlphaType.Unpremul, 169 alphaType: CK.AlphaType.Unpremul, 185 const ok2 = canvas.writePixels([1, 2, 3, 4], 1, 1, 10, 20, CK.AlphaType.Premul, 260 alphaType: CK.AlphaType.Premul, 278 alphaType: CK.AlphaType.Unpremul, 286 alphaType: CK.AlphaType.Unpremul, 838 alphaType: CK.AlphaType.Premul, 865 alphaType: CK.AlphaType.Premul,
|
D | index.d.ts | 431 readonly AlphaType: AlphaTypeEnumValues; property 1565 destX: number, destY: number, alphaType?: AlphaType, colorType?: ColorType, 1866 alphaType: AlphaType; 1874 alphaType: AlphaType; 3729 export type AlphaType = EmbindEnumEntity; alias 3769 Opaque: AlphaType; 3770 Premul: AlphaType; 3771 Unpremul: AlphaType;
|
/external/skqp/experimental/go-demo/ |
D | main.go | 27 AlphaType: skia.PREMUL_ALPHATYPE,
|
/external/skqp/experimental/canvaskit/ |
D | cpu.js | 37 'alphaType': CanvasKit.AlphaType.Unpremul,
|
D | externs.js | 284 AlphaType: { property
|
D | interface.js | 400 alphaType = alphaType || CanvasKit.AlphaType.Unpremul; 433 alphaType = alphaType || CanvasKit.AlphaType.Unpremul;
|
/external/skia/demos.skia.org/demos/image_decode_web_worker/ |
D | main.js | 69 alphaType: CanvasKit.AlphaType.Unpremul,
|
/external/skia/modules/canvaskit/ |
D | cpu.js | 43 'alphaType': CanvasKit.AlphaType.Unpremul,
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | gemm_thunk.cc | 81 template <typename Element, typename AlphaType> 84 MatrixDescriptor output_matrix, AlphaType alpha, double beta, in DoGemmWithAlgorithm()
|
/external/skia/modules/canvaskit/htmlcanvas/ |
D | canvas2dcontext.js | 695 'alphaType': CanvasKit.AlphaType.Unpremul, 825 'alphaType': CanvasKit.AlphaType.Unpremul,
|