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

/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_text.cpp136 CFX_DIBitmap* pResBitmap = NULL; local
152 pResBitmap = pBitmap->StretchTo((int)(FXSYS_round(image_matrix.a) * retinaScaleX), (int)((bFlipped ? top_line - bottom_line : bottom_line - top_line) * retinaScaleY));
163 if (pResBitmap == NULL) {
165 pResBitmap = pBitmap->TransformTo(&image_matrix, left, top);
167 if (pResBitmap == NULL) {
173 pGlyph->m_Bitmap.TakeOver(pResBitmap);
174 delete pResBitmap;

Completed in 111 milliseconds