Searched refs:newDimensions (Results 1 – 2 of 2) sorted by relevance
288 SkISize newDimensions = { in MakeFromYUVAPixmaps() local292 SkYUVAInfo newInfo = pixmaps.yuvaInfo().makeDimensions(newDimensions); in MakeFromYUVAPixmaps()
738 reshape(const NewDimensions& newDimensions) const { in reshape() argument739 return TensorReshapingOp<const NewDimensions, const Derived>(derived(), newDimensions); in reshape()907 reshape(const NewDimensions& newDimensions) const { in reshape() argument908 return TensorReshapingOp<const NewDimensions, const Derived>(derived(), newDimensions); in reshape()912 reshape(const NewDimensions& newDimensions) { in reshape() argument913 return TensorReshapingOp<const NewDimensions, Derived>(derived(), newDimensions); in reshape()