Home
last modified time | relevance | path

Searched refs:AlphaType (Results 1 – 25 of 28) sorted by relevance

12

/external/skia/src/gpu/
DGrSurfaceFillContext.h121 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 …]
DGrSwizzle.h47 template <SkAlphaType AlphaType>
48 constexpr SkRGBA4f<AlphaType> applyTo(SkRGBA4f<AlphaType> color) const { in applyTo()
/external/skqp/experimental/go-skia/
Dtypes.go31 type AlphaType uint32 type
34 OPAQUE_ALPHATYPE AlphaType = 0x0
35 PREMUL_ALPHATYPE AlphaType = 0x1
36 UNPREMUL_ALPHATYPE AlphaType = 0x2
53 AlphaType AlphaType member
Dctypes.go36 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/
Dbitmap.py37 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/
Dbitmap.py37 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/
DSparseDenseProduct.h21 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, …
DSparseSelfAdjointView.h279 …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/
Dimpl.js22 alphaType: options.premul ? CanvasKit.AlphaType.Premul : CanvasKit.AlphaType.Unpremul,
/external/skia/modules/canvaskit/tests/
Dcore.spec.js141 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,
Dutil.js193 alphaType: CanvasKit.AlphaType.Unpremul,
/external/skia/experimental/skottiekit/
Dexterns.js83 AlphaType: { property
Dcpu.js37 'alphaType': SkottieKit.AlphaType.Unpremul,
/external/skia/experimental/wasm-skp-debugger/
Dexterns.js18 AlphaType: { property
Dcpu.js38 'alphaType': DebuggerView.AlphaType.Unpremul,
/external/skia/modules/canvaskit/npm_build/types/
Dcanvaskit-wasm-tests.ts161 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,
Dindex.d.ts431 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/
Dmain.go27 AlphaType: skia.PREMUL_ALPHATYPE,
/external/skqp/experimental/canvaskit/
Dcpu.js37 'alphaType': CanvasKit.AlphaType.Unpremul,
Dexterns.js284 AlphaType: { property
Dinterface.js400 alphaType = alphaType || CanvasKit.AlphaType.Unpremul;
433 alphaType = alphaType || CanvasKit.AlphaType.Unpremul;
/external/skia/demos.skia.org/demos/image_decode_web_worker/
Dmain.js69 alphaType: CanvasKit.AlphaType.Unpremul,
/external/skia/modules/canvaskit/
Dcpu.js43 'alphaType': CanvasKit.AlphaType.Unpremul,
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgemm_thunk.cc81 template <typename Element, typename AlphaType>
84 MatrixDescriptor output_matrix, AlphaType alpha, double beta, in DoGemmWithAlgorithm()
/external/skia/modules/canvaskit/htmlcanvas/
Dcanvas2dcontext.js695 'alphaType': CanvasKit.AlphaType.Unpremul,
825 'alphaType': CanvasKit.AlphaType.Unpremul,

12