Home | History | Annotate | Download | only in core

Lines Matching defs:DstType

19 enum DstType {
28 template <DstType D> Sk4f unit_to_bias(const Sk4f& x4) {
32 template <DstType D> Sk4f bias_to_unit(const Sk4f& x4) {
50 template <DstType D> Sk4f load_from_dst(uint64_t dst) {
55 template <DstType D> uint64_t store_to_dst(const Sk4f& x4) {
70 template <DstType D> void xfer_u64_1(const SkXfermode* xfer, uint64_t dst[],
90 template <DstType D> void xfer_u64_n(const SkXfermode* xfer, uint64_t dst[],
119 template <DstType D> void clear(const SkXfermode*, uint64_t dst[],
142 template <DstType D> void src_1(const SkXfermode*, uint64_t dst[],
155 template <DstType D> void src_n(const SkXfermode*, uint64_t dst[],
188 template <DstType D> void srcover_1(const SkXfermode*, uint64_t dst[],
204 template <DstType D> void srcover_n(const SkXfermode*, uint64_t dst[],