Home
last modified time | relevance | path

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

/external/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.cpp422 device = sk_make_sp<SkNoPixelsDevice>(SkIRect::MakeEmpty(), fProps); in init()
433 SkASSERT(fProps.pixelGeometry() == device->surfaceProps().pixelGeometry()); in init()
445 , fProps() in SkCanvas()
453 , fProps(SkSurfacePropsCopyOrDefault(props)) in SkCanvas()
457 SkIRect::MakeWH(std::max(width, 0), std::max(height, 0)), fProps)); in SkCanvas()
462 , fProps() in SkCanvas()
467 this->init(sk_make_sp<SkNoPixelsDevice>(r, fProps)); in SkCanvas()
472 , fProps(device->surfaceProps()) in SkCanvas()
481 , fProps(props) in SkCanvas()
485 sk_sp<SkBaseDevice> device(new SkBitmapDevice(bitmap, fProps, nullptr, nullptr)); in SkCanvas()
[all …]
DSkSpecialSurface.cpp46 : fProps(props.flags(), kUnknown_SkPixelGeometry) in SkSpecialSurface()
DSkSpecialImage.cpp83 : fProps(props) in SkSpecialImage()
/external/skia/src/gpu/vk/
DGrVkSecondaryCBDrawContext.h101 const SkSurfaceProps& props() const { return fProps; } in props()
119 const SkSurfaceProps fProps; variable
DGrVkSecondaryCBDrawContext.cpp50 , fProps(SkSurfacePropsCopyOrDefault(props)) {} in GrVkSecondaryCBDrawContext()
/external/skqp/src/core/
DSkSpecialSurface.h35 const SkSurfaceProps& props() const { return fProps; } in props()
95 const SkSurfaceProps fProps;
DSkSpecialImage.h49 const SkSurfaceProps& props() const { return fProps; } in props()
154 const SkSurfaceProps fProps;
DSkCanvas.cpp571 SkASSERT(fProps.pixelGeometry() == device->surfaceProps().pixelGeometry()); in init()
583 , fProps(SkSurfaceProps::kLegacyFontHost_InitType) in SkCanvas()
592 , fProps(SkSurfacePropsCopyOrDefault(props)) in SkCanvas()
596 SkIRect::MakeWH(SkTMax(width, 0), SkTMax(height, 0)), fProps)); in SkCanvas()
601 , fProps(SkSurfaceProps::kLegacyFontHost_InitType) in SkCanvas()
606 this->init(sk_make_sp<SkNoPixelsDevice>(r, fProps)); in SkCanvas()
611 , fProps(device->surfaceProps()) in SkCanvas()
620 , fProps(props) in SkCanvas()
624 sk_sp<SkBaseDevice> device(new SkBitmapDevice(bitmap, fProps, nullptr, nullptr)); in SkCanvas()
631 , fProps(SkSurfaceProps::kLegacyFontHost_InitType) in SkCanvas()
[all …]
DSkSpecialSurface.cpp45 : fProps(SkSurfacePropsCopyOrDefault(props).flags(), kUnknown_SkPixelGeometry) in SkSpecialSurface()
DSkSpecialImage.cpp77 : fProps(SkSurfacePropsCopyOrDefault(props)) in SkSpecialImage()
DSkGlyphRunPainter.cpp705 fallbackFont, fallbackPaint, fProps, fScalerContextFlags, glyphCacheMatrix); in generateFromGlyphRunList()
727 const SkSurfaceProps& fProps; in generateFromGlyphRunList() member
/external/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
/external/skia/modules/skottie/src/effects/
DEffects.h113 : fProps(jprops) in EffectBinder()
119 fContainer->bind(fBuilder, EffectBuilder::GetPropValue(fProps, prop_index), value); in bind()
125 const skjson::ArrayValue& fProps;
/external/skqp/include/core/
DSkSurface.h658 const SkSurfaceProps& props() const { return fProps; } in props()
747 const SkSurfaceProps fProps;
DSkCanvas.h2518 const SkSurfaceProps fProps; variable
/external/skqp/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
/external/skia/include/core/
DSkSurface.h873 const SkSurfaceProps& props() const { return fProps; } in props()
1047 const SkSurfaceProps fProps;
DSkCanvas.h2318 const SkSurfaceProps fProps; variable
/external/skqp/src/image/
DSkSurface.cpp135 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(width), fHeight(height) in SkSurface()
143 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(info.width()), fHeight(info.height()) in SkSurface()
/external/skia/src/image/
DSkSurface.cpp161 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(width), fHeight(height) in SkSurface()
169 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(info.width()), fHeight(info.height()) in SkSurface()