Home
last modified time | relevance | path

Searched refs:bmwidth (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_facecache.cpp157 int bmwidth = FXFT_Get_Bitmap_Width(FXFT_Get_Glyph_Bitmap(m_Face)); in RenderGlyph() local
159 if (bmwidth > kMaxGlyphDimension || bmheight > kMaxGlyphDimension) in RenderGlyph()
161 int dib_width = bmwidth; in RenderGlyph()
178 for (int n = 0; n < bmwidth; n++) { in RenderGlyph()
/external/python/cpython2/Tools/msi/
Dmsi.py296 bmwidth = 152*ruler/328
298 self.bitmap("Bitmap", 0, 0, bmwidth, ruler, "PythonWin")
/external/python/cpython3/Lib/distutils/command/
Dbdist_msi.py30 bmwidth = 152*ruler/328