Lines Matching refs:fHeight
321 dstDesc.fHeight = 256; in canPreserveReadWriteUnpremulPixels()
490 glTexDesc.fHeight = desc.fHeight; in onCreatePlatformTexture()
506 glTexDesc.fHeight, in onCreatePlatformTexture()
535 viewport.fHeight = desc.fHeight; in onCreatePlatformRenderTarget()
547 desc.fHeight, in onCreatePlatformRenderTarget()
572 desc.fHeight = glTex->height(); in onWriteTexturePixels()
618 if (!adjust_pixel_ops_params(desc.fWidth, desc.fHeight, bpp, &left, &top, in uploadTexData()
712 desc.fWidth == width && desc.fHeight == height) { in uploadTexData()
721 desc.fWidth, desc.fHeight)); in uploadTexData()
724 GrGLsizei imageSize = desc.fWidth * desc.fHeight + in uploadTexData()
730 desc.fWidth, desc.fHeight, in uploadTexData()
739 desc.fWidth, desc.fHeight, in uploadTexData()
762 top = desc.fHeight - (top + height); in uploadTexData()
906 glTexDesc.fHeight = desc.fHeight; in onCreateTexture()
934 glTexDesc.fHeight > caps.fMaxRenderTargetSize) { in onCreateTexture()
975 glTexDesc.fWidth, glTexDesc.fHeight, in onCreateTexture()
987 glTexDesc.fHeight, in onCreateTexture()
1000 glTexDesc.fTextureID, desc.fWidth, desc.fHeight, desc.fConfig); in onCreateTexture()
1439 readRect.fWidth, readRect.fHeight, in onReadPixels()
1641 r.fWidth, r.fHeight)); in onResolveRenderTarget()
1653 int top = r.fBottom + r.fHeight; in onResolveRenderTarget()