Searched refs:mutableProps (Results 1 – 1 of 1) sorted by relevance
31 SkSurfaceProps* mutableProps = const_cast<SkSurfaceProps*>(&fProps); in initWithProps() local32 SkASSERT(mutableProps != &props); // check for self-assignment in initWithProps()33 mutableProps->~SkSurfaceProps(); in initWithProps()34 new (mutableProps) SkSurfaceProps(props); in initWithProps()