HomeSort by relevance Sort by last modified time
    Searched refs:FontBitmap (Results 1 - 2 of 2) sorted by null

  /frameworks/av/cmds/screenrecord/
TextRenderer.cpp 28 #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::height)
    [all...]
FontBitmap.h 2 class FontBitmap {
14 const uint8_t FontBitmap::pixels[] = {
    [all...]

Completed in 55 milliseconds