Home
last modified time | relevance | path

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

/third_party/flutter/skia/tools/gpu/
DYUVUtils.cpp52 fPlaneData.reset(fSizeInfo.computeTotalBytes()); in reset()
54 fSizeInfo.computePlanes(fPlaneData.get(), planes); in reset()
DYUVUtils.h38 SkAutoMalloc fPlaneData; variable