Searched refs:fProps (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/image/ |
D | SkImage_Base.h | 22 , 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;
|
D | SkSurface.cpp | 124 : 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/ |
D | SkDeviceImageFilterProxy.h | 20 , fProps(props.flags(), kUnknown_SkPixelGeometry) in SkDeviceImageFilterProxy() 44 return &fProps; in surfaceProps() 49 const SkSurfaceProps fProps; variable
|
D | SkCanvas.cpp | 488 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/ |
D | SkSurface.h | 225 const SkSurfaceProps& props() const { return fProps; } in props() 237 const SkSurfaceProps fProps;
|
D | SkCanvas.h | 1269 const SkSurfaceProps fProps; variable
|