Home | History | Annotate | Download | only in image

Lines Matching full:fwidth

140     desc.fWidth = subset.width();
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) {
221 yDesc.fWidth = yuvSizes[0].fWidth;
229 uDesc.fWidth = yuvSizes[1].fWidth;
237 vDesc.fWidth = yuvSizes[2].fWidth;
254 dstDesc.fWidth = yuvSizes[0].fWidth;
269 const SkRect rect = SkRect::MakeWH(SkIntToScalar(dstDesc.fWidth),
278 return new SkImage_Gpu(dstDesc.fWidth, dstDesc.fHeight, kNeedNewImageUniqueID,
324 const SkIRect srcR = SkIRect::MakeWH(desc.fWidth, desc.fHeight);