Home | History | Annotate | Download | only in image

Lines Matching refs:fHeight

141     desc.fHeight = subset.height();
148 return new SkImage_Gpu(desc.fWidth, desc.fHeight, kNeedNewImageUniqueID, fAlphaType, subTx,
158 if (desc.fWidth <= 0 || desc.fHeight <= 0) {
170 return new SkImage_Gpu(desc.fWidth, desc.fHeight, kNeedNewImageUniqueID, at, tex, budgeted);
185 if (desc.fWidth <= 0 || desc.fHeight <= 0) {
200 return new SkImage_Gpu(desc.fWidth, desc.fHeight, kNeedNewImageUniqueID, at, dst,
210 if (yuvSizes[0].fWidth <= 0 || yuvSizes[0].fHeight <= 0 ||
211 yuvSizes[1].fWidth <= 0 || yuvSizes[1].fHeight <= 0 ||
212 yuvSizes[2].fWidth <= 0 || yuvSizes[2].fHeight <= 0) {
222 yDesc.fHeight = yuvSizes[0].fHeight;
230 uDesc.fHeight = yuvSizes[1].fHeight;
238 vDesc.fHeight = yuvSizes[2].fHeight;
255 dstDesc.fHeight = yuvSizes[0].fHeight;
270 SkIntToScalar(dstDesc.fHeight));
278 return new SkImage_Gpu(dstDesc.fWidth, dstDesc.fHeight, kNeedNewImageUniqueID,
324 const SkIRect srcR = SkIRect::MakeWH(desc.fWidth, desc.fHeight);