HomeSort by relevance Sort by last modified time
    Searched defs:DstType (Results 1 - 7 of 7) sorted by null

  /external/skia/src/core/
SkBlitter_PM4f.cpp 37 typename State::DstType* device = State::WritableAddr(fDevice, x, y);
42 device = (typename State::DstType*)((char*)device + deviceRB);
50 typename State::DstType* device = State::WritableAddr(fDevice, x, y);
56 device = (typename State::DstType*)((char*)device + deviceRB);
61 typename State::DstType* device = State::WritableAddr(fDevice, x, y);
93 typename State::DstType* device = State::WritableAddr(fDevice, x, y);
100 device = (typename State::DstType*)((char*)device + dstRB);
122 typename State::DstType* device = State::WritableAddr(fDevice, x, y);
129 device = (typename State::DstType*)((char*)device + dstRB);
148 typename State::DstType* device = State::WritableAddr(fDevice, x, y)
    [all...]
SkXfermodeU64.cpp 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[]
    [all...]
SkXfermode4f.cpp 12 enum DstType {
25 template <DstType D> Sk4f load_dst(SkPMColor dstC) {
33 template <DstType D> uint32_t store_dst(const Sk4f& x4) {
43 template <DstType D> void general_1(const SkXfermode* xfer, uint32_t dst[],
63 template <DstType D> void general_n(const SkXfermode* xfer, uint32_t dst[],
134 template <DstType D> void src_n(const SkXfermode*, uint32_t dst[],
157 template <DstType D> void src_1(const SkXfermode*, uint32_t dst[],
227 template <DstType D> void srcover_n(const SkXfermode*, uint32_t dst[],
387 template <DstType D>
414 template <DstType D
    [all...]
  /external/skia/include/core/
SkShader.h 103 enum DstType {
109 DstType dstType)
113 , fPreferredDstType(dstType) {}
118 const DstType fPreferredDstType; // the "natural" client dest type
  /external/clang/lib/Sema/
Sema.cpp 352 void Sema::diagnoseNullableToNonnullConversion(QualType DstType,
359 Optional<NullabilityKind> TypeNullability = DstType->getNullability(Context);
363 Diag(Loc, diag::warn_nullability_lost) << SrcType << DstType;
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 146 Value *Src, QualType SrcType, QualType DstType,
599 QualType DstType, llvm::Type *DstTy, SourceLocation Loc) {
610 assert(DstType->isFloatingType());
614 APFloat::getLargest(CGF.getContext().getFloatTypeSemantics(DstType));
640 unsigned Width = CGF.getContext().getIntWidth(DstType);
641 bool Unsigned = DstType->isUnsignedIntegerOrEnumerationType();
698 if (CGF.getContext().getFloatingTypeOrder(OrigSrcType, DstType) != 1)
705 CGF.getContext().getFloatTypeSemantics(DstType);
725 CGF.EmitCheckTypeDescriptor(DstType)};
733 QualType DstType,
    [all...]

Completed in 664 milliseconds