Home
last modified time | relevance | path

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

/external/skia/src/image/
DSkImage_GpuYUVA.cpp288 SkISize newDimensions = { in MakeFromYUVAPixmaps() local
292 SkYUVAInfo newInfo = pixmaps.yuvaInfo().makeDimensions(newDimensions); in MakeFromYUVAPixmaps()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorBase.h738 reshape(const NewDimensions& newDimensions) const { in reshape() argument
739 return TensorReshapingOp<const NewDimensions, const Derived>(derived(), newDimensions); in reshape()
907 reshape(const NewDimensions& newDimensions) const { in reshape() argument
908 return TensorReshapingOp<const NewDimensions, const Derived>(derived(), newDimensions); in reshape()
912 reshape(const NewDimensions& newDimensions) { in reshape() argument
913 return TensorReshapingOp<const NewDimensions, Derived>(derived(), newDimensions); in reshape()