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

  /external/pdfium/core/fxge/
fx_ge_text.cpp 61 FX_SAFE_INT32 char_width = pGlyph->m_pBitmap->GetWidth(); local
62 char_width /= retinaScaleX;
64 char_width /= 3;
65 if (!char_width.IsValid())
68 FX_SAFE_INT32 char_right = char_left + char_width;
fx_freetype.h 182 #define FXFT_Set_Char_Size(face, char_width, char_height, horz_resolution, \
184 FT_Set_Char_Size(face, char_width, char_height, horz_resolution, \
  /bootable/recovery/minui/
graphics.cpp 55 return font->char_width * strlen(s);
59 *x = font->char_width;
148 if (outside(x, y) || outside(x + font->char_width - 1, y + font->char_height - 1)) break;
155 uint8_t* src_p = font->texture->data + ((ch - ' ') * font->char_width) +
159 text_blend(src_p, font->texture->row_bytes, dst_p, row_pixels, font->char_width,
162 x += font->char_width;
308 font->char_width = font->texture->width / 96;
342 gr_font->char_width = font.char_width;
font_10x18.h 4 unsigned char_width; member in struct:__anon1514
10 .char_width = 10,
  /external/syslinux/com32/mboot/
vesa.h 66 uint8_t char_width; member in struct:vesa_mode_info
  /bootable/recovery/minui/include/minui/
minui.h 40 int char_width; member in struct:GRFont
  /external/pdfium/core/fxcodec/gif/
cfx_gif.h 93 uint8_t char_width; member in struct:__anon31093
  /external/syslinux/com32/lib/sys/vesa/
vesa.h 67 uint8_t char_width; member in struct:vesa_mode_info
  /system/core/healthd/
healthd_draw.cpp 101 int str_len_px = length * field.font->char_width;
127 if (field.font == nullptr || field.font->char_width == 0 ||
159 if (field.font == nullptr || field.font->char_width == 0 ||
  /frameworks/base/cmds/bootanimation/
BootAnimation.h 51 int char_width; member in struct:android::BootAnimation::Font
BootAnimation.cpp 550 font->char_width = font->texture.w / FONT_NUM_COLS;
562 const int strWidth = font.char_width * len;
575 int cropRect[4] = { 0, 0, font.char_width, -font.char_height };
588 cropRect[0] = col * font.char_width; // Left of column
594 glDrawTexiOES(*x, *y, 0, font.char_width, font.char_height);
596 *x += font.char_width;
    [all...]
  /external/pdfium/core/fpdfapi/parser/
cpdf_document.cpp 893 int char_width = pFont->GetGlyphWidth(glyph_index); local
901 int char_width = pFont->GetGlyphWidth(glyph_index); local
910 int char_width = pFont->GetGlyphWidth(glyph_index); local
    [all...]
  /external/freetype/src/base/
ftobjs.c     [all...]
  /external/freetype/include/freetype/
freetype.h     [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
freetype.h     [all...]
  /external/python/cpython3/Tools/gdb/
libpython.py 1148 def char_width(self): member in class:PyUnicodeObjectPtr
    [all...]

Completed in 514 milliseconds