Home
last modified time | relevance | path

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

/external/skia/src/image/
DSkImage_Base.h22 , fProps(copy_or_safe_defaults(props)) in SkImage_Base()
31 SkSurfaceProps* mutableProps = const_cast<SkSurfaceProps*>(&fProps); in initWithProps()
37 const SkSurfaceProps& props() const { return fProps; } in props()
64 const SkSurfaceProps fProps;
DSkSurface.cpp124 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(width), fHeight(height) in SkSurface()
132 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(info.width()), fHeight(info.height()) in SkSurface()
/external/skia/src/core/
DSkDeviceImageFilterProxy.h20 , fProps(props.flags(), kUnknown_SkPixelGeometry) in SkDeviceImageFilterProxy()
44 return &fProps; in surfaceProps()
49 const SkSurfaceProps fProps; variable
DSkCanvas.cpp488 AutoDrawLooper looper(this, fProps, paint, true); \
494 AutoDrawLooper looper(this, fProps, paint, false, bounds); \
538 device->initForRootLayer(fProps.pixelGeometry()); in init()
551 , fProps(SkSurfaceProps::kLegacyFontHost_InitType) in SkCanvas()
579 , fProps(SkSurfacePropsCopyOrDefault(props)) in SkCanvas()
589 , fProps(SkSurfaceProps::kLegacyFontHost_InitType) in SkCanvas()
598 , fProps(SkSurfacePropsCopyOrDefault(props)) in SkCanvas()
607 , fProps(SkSurfaceProps::kLegacyFontHost_InitType) in SkCanvas()
616 , fProps(props) in SkCanvas()
626 , fProps(SkSurfaceProps::kLegacyFontHost_InitType) in SkCanvas()
[all …]
/external/skia/include/core/
DSkSurface.h225 const SkSurfaceProps& props() const { return fProps; } in props()
237 const SkSurfaceProps fProps;
DSkCanvas.h1269 const SkSurfaceProps fProps; variable