Searched refs:fWidth (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DBitmapRegionDecoder.cpp56 fWidth = width;
70 int getWidth() const { return fWidth; }
75 int fWidth; member in class:SkBitmapRegionDecoder
H A DTextLayoutCache.cpp763 xpos + metrics.fLeft + metrics.fWidth, ypos + metrics.fTop + metrics.fHeight);
/frameworks/base/libs/hwui/
H A DFontRenderer.cpp224 if (glyph.fWidth == 0 || glyph.fHeight == 0) {
254 (int) glyph.fWidth, (int) glyph.fHeight);
283 uint32_t endX = startX + glyph.fWidth;
308 memset(&cacheBuffer[row], 0, glyph.fWidth + 2 * TEXTURE_BORDER_SIZE);
323 memcpy(&cacheBuffer[row + startX], &bitmapBuffer[bY], glyph.fWidth);
330 memset(&cacheBuffer[row], 0, glyph.fWidth + 2 * TEXTURE_BORDER_SIZE);
337 size_t rowSize = formatSize * glyph.fWidth;
365 memset(&cacheBuffer[row], 0, glyph.fWidth + 2 * TEXTURE_BORDER_SIZE);
386 memset(&cacheBuffer[row], 0, glyph.fWidth + 2 * TEXTURE_BORDER_SIZE);
/frameworks/base/libs/hwui/font/
H A DFont.cpp440 uint32_t endX = startX + skiaGlyph.fWidth;
445 glyph->mBitmapWidth = skiaGlyph.fWidth;
448 bool empty = skiaGlyph.fWidth == 0 || skiaGlyph.fHeight == 0;
H A DCacheTexture.cpp264 uint16_t glyphW = glyph.fWidth + TEXTURE_BORDER_SIZE;

Completed in 109 milliseconds