Lines Matching refs:mWidth
42 newBlock->mWidth, newBlock->mHeight); in insertBlock()
49 if (newBlock->mWidth < currBlock->mWidth) { in insertBlock()
86 blockToRemove->mWidth, blockToRemove->mHeight); in removeBlock()
114 , mWidth(width) in CacheTexture()
188 mTexture.resize(mWidth, mHeight, internalFormat, mFormat); in allocatePixelBuffer()
271 if (roundedUpW <= cacheBlock->mWidth && glyphH <= cacheBlock->mHeight && in fitBitmap()
273 (cacheBlock->mWidth - roundedUpW < CACHE_BLOCK_ROUNDING_SIZE))) { in fitBitmap()
287 cacheBlock->mWidth -= roundedUpW; in fitBitmap()
297 newBlock->mWidth, newBlock->mHeight); in fitBitmap()
308 cacheBlock->mWidth, cacheBlock->mHeight); in fitBitmap()
344 free += bpp * cacheBlock->mWidth * cacheBlock->mHeight; in calculateFreeMemory()