Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrSWMaskHelper.cpp185 int cmpWidth = bounds.fRight; in init() local
190 cmpWidth = dimX * ((cmpWidth + (dimX - 1)) / dimX); in init()
196 fCompressedFormat, cmpWidth, cmpHeight); in init()
210 const SkImageInfo bmImageInfo = SkImageInfo::MakeA8(cmpWidth, cmpHeight); in init()