Lines Matching full:mwidth
41 newBlock->mWidth, newBlock->mHeight);
48 if (newBlock->mWidth < currBlock->mWidth) {
85 blockToRemove->mWidth, blockToRemove->mHeight);
112 mTexture(NULL), mTextureId(0), mWidth(width), mHeight(height), mFormat(format),
117 mWidth - TEXTURE_BORDER_SIZE, mHeight - TEXTURE_BORDER_SIZE, true);
146 mWidth - TEXTURE_BORDER_SIZE, mHeight - TEXTURE_BORDER_SIZE, true);
185 mTexture = PixelBuffer::create(mFormat, mWidth, mHeight);
194 glTexImage2D(GL_TEXTURE_2D, 0, mFormat, mWidth, mHeight, 0,
211 uint32_t width = mHasUnpackRowLength ? dirtyRect.getWidth() : mWidth;
217 glPixelStorei(GL_UNPACK_ROW_LENGTH, mWidth);
278 if (roundedUpW <= cacheBlock->mWidth && glyphH <= cacheBlock->mHeight &&
280 (cacheBlock->mWidth - roundedUpW < CACHE_BLOCK_ROUNDING_SIZE))) {
294 cacheBlock->mWidth -= roundedUpW;
304 newBlock->mWidth, newBlock->mHeight);
315 cacheBlock->mWidth, cacheBlock->mHeight);