Home
last modified time | relevance | path

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

/external/skia/src/image/
DSkImage_Base.h31 SkSurfaceProps* mutableProps = const_cast<SkSurfaceProps*>(&fProps); in initWithProps() local
32 SkASSERT(mutableProps != &props); // check for self-assignment in initWithProps()
33 mutableProps->~SkSurfaceProps(); in initWithProps()
34 new (mutableProps) SkSurfaceProps(props); in initWithProps()