Lines Matching refs:fHeight
226 desc.fHeight = subset.height(); in onMakeSubset()
253 if (desc.fWidth <= 0 || desc.fHeight <= 0) { in new_wrapped_texture_common()
293 if (yuvSizes[0].fWidth <= 0 || yuvSizes[0].fHeight <= 0 || yuvSizes[1].fWidth <= 0 || in make_from_yuv_textures_copy()
294 yuvSizes[1].fHeight <= 0) { in make_from_yuv_textures_copy()
297 if (!nv12 && (yuvSizes[2].fWidth <= 0 || yuvSizes[2].fHeight <= 0)) { in make_from_yuv_textures_copy()
309 yDesc.fHeight = yuvSizes[0].fHeight; in make_from_yuv_textures_copy()
317 uDesc.fHeight = yuvSizes[1].fHeight; in make_from_yuv_textures_copy()
332 vDesc.fHeight = yuvSizes[2].fHeight; in make_from_yuv_textures_copy()
341 const int height = yuvSizes[0].fHeight; in make_from_yuv_textures_copy()
459 desc.fHeight = texture->height(); in MakeFromEncoded()
522 int fHeight; member
671 SkImageInfo mipInfo = info.makeWH(mipSize.fWidth, mipSize.fHeight); in getDeferredTextureImageData()
719 FILL_MEMBER(dtiBufferFiller, fHeight, &height); in getDeferredTextureImageData()
801 SkImageInfo info = SkImageInfo::Make(dti->fWidth, dti->fHeight, in MakeFromDeferredTextureImageData()