Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrYUVProvider.cpp128 int componentHeight = yuvSizeInfo.fSizes[i].fHeight; in refAsTextureProxy() local
134 (componentHeight != yuvSizeInfo.fSizes[0].fHeight) in refAsTextureProxy()
137 SkImageInfo imageInfo = SkImageInfo::MakeA8(componentWidth, componentHeight); in refAsTextureProxy()
/external/skia/src/gpu/
DGrYUVProvider.cpp128 int componentHeight = yuvSizeInfo.fSizes[i].fHeight; in refAsTextureProxy() local
134 (componentHeight != yuvSizeInfo.fSizes[0].fHeight) in refAsTextureProxy()
137 SkImageInfo imageInfo = SkImageInfo::MakeA8(componentWidth, componentHeight); in refAsTextureProxy()