HomeSort by relevance Sort by last modified time
    Searched defs:fProps (Results 1 - 4 of 4) sorted by null

  /external/skia/src/core/
SkDeviceImageFilterProxy.h 20 , fProps(props.flags(), kUnknown_SkPixelGeometry)
44 return &fProps;
49 const SkSurfaceProps fProps;
  /external/skia/src/image/
SkImage_Base.h 22 , fProps(copy_or_safe_defaults(props))
31 SkSurfaceProps* mutableProps = const_cast<SkSurfaceProps*>(&fProps);
37 const SkSurfaceProps& props() const { return fProps; }
64 const SkSurfaceProps fProps;
  /external/skia/include/core/
SkSurface.h 225 const SkSurfaceProps& props() const { return fProps; }
237 const SkSurfaceProps fProps;
SkCanvas.h     [all...]

Completed in 87 milliseconds