Home
last modified time | relevance | path

Searched refs:fProps (Results 1 – 23 of 23) sorted by relevance

/third_party/flutter/skia/src/gpu/vk/
DGrVkSecondaryCBDrawContext.h95 const SkSurfaceProps& props() const { return fProps; } in props()
108 const SkSurfaceProps fProps; variable
DGrVkSecondaryCBDrawContext.cpp53 , fProps(SkSurfacePropsCopyOrDefault(props)) {} in GrVkSecondaryCBDrawContext()
/third_party/skia/src/core/
DSkSpecialSurface.h35 const SkSurfaceProps& props() const { return fProps; } in props()
92 const SkSurfaceProps fProps;
DSkSpecialImage.h53 const SkSurfaceProps& props() const { return fProps; } in props()
162 const SkSurfaceProps fProps;
DSkCanvas.cpp397 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 …]
DSkSpecialSurface.cpp46 : fProps(props.flags(), kUnknown_SkPixelGeometry) in SkSpecialSurface()
DSkSpecialImage.cpp83 : fProps(props) in SkSpecialImage()
/third_party/skia/src/gpu/vk/
DGrVkSecondaryCBDrawContext.h103 const SkSurfaceProps& props() const { return fProps; } in props()
121 const SkSurfaceProps fProps; variable
DGrVkSecondaryCBDrawContext.cpp62 , fProps(SkSurfacePropsCopyOrDefault(props)) {} in GrVkSecondaryCBDrawContext()
/third_party/flutter/skia/src/core/
DSkSpecialSurface.h36 const SkSurfaceProps& props() const { return fProps; } in props()
93 const SkSurfaceProps fProps;
DSkSpecialImage.h47 const SkSurfaceProps& props() const { return fProps; } in props()
158 const SkSurfaceProps fProps;
DSkCanvas.cpp511 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 …]
DSkSpecialSurface.cpp45 : fProps(SkSurfacePropsCopyOrDefault(props).flags(), kUnknown_SkPixelGeometry) in SkSpecialSurface()
DSkSpecialImage.cpp84 : fProps(SkSurfacePropsCopyOrDefault(props)) in SkSpecialImage()
/third_party/skia/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp51 , 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/
DEffects.h121 : 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/
DGrPorterDuffXferProcessor.cpp53 , 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/
DSkSurface.h822 const SkSurfaceProps& props() const { return fProps; } in props()
932 const SkSurfaceProps fProps;
DSkCanvas.h2583 const SkSurfaceProps fProps; variable
/third_party/skia/include/core/
DSkSurface.h889 const SkSurfaceProps& props() const { return fProps; } in props()
1065 const SkSurfaceProps fProps;
DSkCanvas.h2386 const SkSurfaceProps fProps; variable
/third_party/skia/src/image/
DSkSurface.cpp169 : 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/
DSkSurface.cpp266 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(width), fHeight(height) in SkSurface()
274 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(info.width()), fHeight(info.height()) in SkSurface()