/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkSecondaryCBDrawContext.h | 95 const SkSurfaceProps& props() const { return fProps; } in props() 108 const SkSurfaceProps fProps; variable
|
D | GrVkSecondaryCBDrawContext.cpp | 53 , fProps(SkSurfacePropsCopyOrDefault(props)) {} in GrVkSecondaryCBDrawContext()
|
/third_party/skia/src/core/ |
D | SkSpecialSurface.h | 35 const SkSurfaceProps& props() const { return fProps; } in props() 92 const SkSurfaceProps fProps;
|
D | SkSpecialImage.h | 53 const SkSurfaceProps& props() const { return fProps; } in props() 162 const SkSurfaceProps fProps;
|
D | SkCanvas.cpp | 397 device = sk_make_sp<SkNoPixelsDevice>(SkIRect::MakeEmpty(), fProps); in init() 408 SkASSERT(fProps.pixelGeometry() == device->surfaceProps().pixelGeometry()); in init() 424 , fProps(SkSurfacePropsCopyOrDefault(props)) { in SkCanvas() 427 SkIRect::MakeWH(std::max(width, 0), std::max(height, 0)), fProps)); in SkCanvas() 435 this->init(sk_make_sp<SkNoPixelsDevice>(r, fProps)); in SkCanvas() 440 , fProps(device->surfaceProps()) { in SkCanvas() 447 : fMCStack(sizeof(MCRec), fMCRecStorage, sizeof(fMCRecStorage)), fProps(props) { in SkCanvas() 450 sk_sp<SkBaseDevice> device(new SkBitmapDevice(bitmap, fProps, nullptr, nullptr)); in SkCanvas() 461 sk_sp<SkBaseDevice> device(new SkBitmapDevice(bitmap, fProps, hndl, nullptr)); in SkCanvas() 474 sk_sp<SkBaseDevice> device(new SkBitmapDevice(tmp, fProps, nullptr, nullptr)); in SkCanvas() [all …]
|
D | SkSpecialSurface.cpp | 46 : fProps(props.flags(), kUnknown_SkPixelGeometry) in SkSpecialSurface()
|
D | SkSpecialImage.cpp | 83 : fProps(props) in SkSpecialImage()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkSecondaryCBDrawContext.h | 103 const SkSurfaceProps& props() const { return fProps; } in props() 121 const SkSurfaceProps fProps; variable
|
D | GrVkSecondaryCBDrawContext.cpp | 62 , fProps(SkSurfacePropsCopyOrDefault(props)) {} in GrVkSecondaryCBDrawContext()
|
/third_party/flutter/skia/src/core/ |
D | SkSpecialSurface.h | 36 const SkSurfaceProps& props() const { return fProps; } in props() 93 const SkSurfaceProps fProps;
|
D | SkSpecialImage.h | 47 const SkSurfaceProps& props() const { return fProps; } in props() 158 const SkSurfaceProps fProps;
|
D | SkCanvas.cpp | 511 SkASSERT(fProps.pixelGeometry() == device->surfaceProps().pixelGeometry()); in init() 523 , fProps(SkSurfaceProps::kLegacyFontHost_InitType) in SkCanvas() 532 , fProps(SkSurfacePropsCopyOrDefault(props)) in SkCanvas() 536 SkIRect::MakeWH(SkTMax(width, 0), SkTMax(height, 0)), fProps)); in SkCanvas() 541 , fProps(SkSurfaceProps::kLegacyFontHost_InitType) in SkCanvas() 546 this->init(sk_make_sp<SkNoPixelsDevice>(r, fProps)); in SkCanvas() 551 , fProps(device->surfaceProps()) in SkCanvas() 560 , fProps(props) in SkCanvas() 564 sk_sp<SkBaseDevice> device(new SkBitmapDevice(bitmap, fProps, nullptr, nullptr)); in SkCanvas() 571 , fProps(SkSurfaceProps::kLegacyFontHost_InitType) in SkCanvas() [all …]
|
D | SkSpecialSurface.cpp | 45 : fProps(SkSurfacePropsCopyOrDefault(props).flags(), kUnknown_SkPixelGeometry) in SkSpecialSurface()
|
D | SkSpecialImage.cpp | 84 : fProps(SkSurfacePropsCopyOrDefault(props)) in SkSpecialImage()
|
/third_party/skia/src/gpu/effects/ |
D | GrPorterDuffXferProcessor.cpp | 51 , fProps(GetProperties(primaryOut, secondaryOut, equation, srcCoeff, dstCoeff)) {} in BlendFormula() 62 fProps == that.fProps; in operator ==() 69 return SkToBool(fProps & kModifiesDst_Property); in modifiesDst() 72 return SkToBool(fProps & kUnaffectedByDst_Property); in unaffectedByDst() 77 return SkToBool(fProps & kUnaffectedByDstIfOpaque_Property); in unaffectedByDstIfOpaque() 80 return SkToBool(fProps & kUsesInputColor_Property); in usesInputColor() 83 return SkToBool(fProps & kCanTweakAlphaForCoverage_Property); in canTweakAlphaForCoverage() 133 Properties fProps : 32 - (4 + 4 + 6 + 6 + 6); member
|
/third_party/skia/modules/skottie/src/effects/ |
D | Effects.h | 121 : fProps(jprops) in EffectBinder() 127 fContainer->bind(fBuilder, EffectBuilder::GetPropValue(fProps, prop_index), value); in bind() 133 const skjson::ArrayValue& fProps;
|
/third_party/flutter/skia/src/gpu/effects/ |
D | GrPorterDuffXferProcessor.cpp | 53 , fProps(GetProperties(primaryOut, secondaryOut, equation, srcCoeff, dstCoeff)) {} in BlendFormula() 73 return SkToBool(fProps & kModifiesDst_Property); in modifiesDst() 77 return SkToBool(fProps & kUsesDstColor_Property); in usesDstColor() 81 return SkToBool(fProps & kUsesInputColor_Property); in usesInputColor() 85 return SkToBool(fProps & kCanTweakAlphaForCoverage_Property); in canTweakAlphaForCoverage() 156 Properties fProps : 32 - (4 + 4 + 6 + 6 + 6); member
|
/third_party/flutter/skia/include/core/ |
D | SkSurface.h | 822 const SkSurfaceProps& props() const { return fProps; } in props() 932 const SkSurfaceProps fProps;
|
D | SkCanvas.h | 2583 const SkSurfaceProps fProps; variable
|
/third_party/skia/include/core/ |
D | SkSurface.h | 889 const SkSurfaceProps& props() const { return fProps; } in props() 1065 const SkSurfaceProps fProps;
|
D | SkCanvas.h | 2386 const SkSurfaceProps fProps; variable
|
/third_party/skia/src/image/ |
D | SkSurface.cpp | 169 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(width), fHeight(height) in SkSurface() 177 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(info.width()), fHeight(info.height()) in SkSurface()
|
/third_party/flutter/skia/src/image/ |
D | SkSurface.cpp | 266 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(width), fHeight(height) in SkSurface() 274 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(info.width()), fHeight(info.height()) in SkSurface()
|