Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkSpecialSurface.h30 const SkSurfaceProps& props() const { return fProps; } in props()
96 const SkSurfaceProps fProps;
DSkCanvas.cpp604 AutoDrawLooper looper(this, fProps, paint, skipLayerForFilter, bounds); \
611 AutoDrawLooper looper(this, fProps, paint, true); \
617 AutoDrawLooper looper(this, fProps, paint, false, bounds); \
623 AutoDrawLooper looper(this, fProps, paint, false, bounds); \
674 SkASSERT(fProps.pixelGeometry() == device->surfaceProps().pixelGeometry()); in init()
684 , fProps(SkSurfaceProps::kLegacyFontHost_InitType) in SkCanvas()
713 , fProps(SkSurfacePropsCopyOrDefault(props)) in SkCanvas()
718 this->init(new SkNoPixelsBitmapDevice(SkIRect::MakeWH(width, height), fProps), in SkCanvas()
724 , fProps(SkSurfaceProps::kLegacyFontHost_InitType) in SkCanvas()
729 this->init(new SkNoPixelsBitmapDevice(bounds, fProps), flags)->unref(); in SkCanvas()
[all …]
DSkSpecialSurface.cpp47 : fProps(SkSurfacePropsCopyOrDefault(props)) in SkSpecialSurface()
/external/skia/include/core/
DSkSurface.h295 const SkSurfaceProps& props() const { return fProps; } in props()
312 const SkSurfaceProps fProps;
DSkCanvas.h1333 const SkSurfaceProps fProps; variable
/external/skia/src/image/
DSkSurface.cpp136 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(width), fHeight(height) in SkSurface()
144 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(info.width()), fHeight(info.height()) in SkSurface()
/external/skia/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp63 bool modifiesDst() const { return SkToBool(fProps & kModifiesDst_Property); } in modifiesDst()
64 bool usesDstColor() const { return SkToBool(fProps & kUsesDstColor_Property); } in usesDstColor()
65 bool usesInputColor() const { return SkToBool(fProps & kUsesInputColor_Property); } in usesInputColor()
67 return SkToBool(fProps & kCanTweakAlphaForCoverage_Property); in canTweakAlphaForCoverage()
111 Properties fProps : 32 - (4 + 4 + 6 + 6 + 6); member