Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrSWMaskHelper.cpp186 int cmpHeight = bounds.fBottom; in init() local
191 cmpHeight = dimY * ((cmpHeight + (dimY - 1)) / dimY); in init()
196 fCompressedFormat, cmpWidth, cmpHeight); in init()
210 const SkImageInfo bmImageInfo = SkImageInfo::MakeA8(cmpWidth, cmpHeight); in init()