Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/ge/
Dfx_ge_text.cpp1435 int bmwidth = FXFT_Get_Bitmap_Width(FXFT_Get_Glyph_Bitmap(m_Face)); in RenderGlyph() local
1437 if (bmwidth > 2048 || bmheight > 2048) { in RenderGlyph()
1441 int dib_width = bmwidth; in RenderGlyph()
1457 for(int n = 0; n < bmwidth; n++) { in RenderGlyph()
1471 _ContrastAdjust(pSrcBuf, pDestBuf, bmwidth, bmheight, src_pitch, dest_pitch); in RenderGlyph()
1472 … _GammaAdjust(pDestBuf, bmwidth, bmheight, dest_pitch, CFX_GEModule::Get()->GetTextGammaTable()); in RenderGlyph()
1491 int bmwidth = FXFT_Get_Bitmap_Width(FXFT_Get_Glyph_Bitmap(face)); in _OutputGlyph() local
1498 mask.Create(bmwidth, bmheight, FXDIB_8bppMask); in _OutputGlyph()
1506 pDib->CompositeMask(x + left, y - top, bmwidth, bmheight, &mask, argb, 0, 0); in _OutputGlyph()