Searched refs:FontBitmap (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/cmds/screenrecord/
H A DTextRenderer.cpp28 #include "FontBitmap.h"
36 uint32_t TextRenderer::mXOffset[FontBitmap::numGlyphs];
52 for (unsigned int i = 0; i < FontBitmap::numGlyphs; i++) {
53 if (prevYOffset != FontBitmap::yoffset[i]) {
54 prevYOffset = FontBitmap::yoffset[i];
58 offset += FontBitmap::glyphWidth[i] + 1;
81 return FontBitmap::maxGlyphHeight;
101 if (!isPowerOfTwo(FontBitmap::width)) {
102 ALOGE("npot glyph bitmap width %u", FontBitmap::width);
106 uint32_t potHeight = powerOfTwoCeil(FontBitmap
[all...]
H A DFontBitmap.h2 class FontBitmap { class
14 const uint8_t FontBitmap::pixels[] = {
6544 const uint16_t FontBitmap::glyphWidth[] = {
6558 const uint16_t FontBitmap::yoffset[] = {

Completed in 713 milliseconds