Searched refs:DrawNormalText (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_textrenderer.cpp | 105 DrawNormalText(pDevice, codes, positions, pFont, font_size, new_matrix, in DrawTextString() 110 bool CPDF_TextRenderer::DrawNormalText(CFX_RenderDevice* pDevice, in DrawNormalText() function in CPDF_TextRenderer 150 if (!pDevice->DrawNormalText(i - startIndex, &pos[startIndex], font, in DrawNormalText() 159 if (!pDevice->DrawNormalText(pos.size() - startIndex, &pos[startIndex], font, in DrawNormalText()
|
D | cpdf_textrenderer.h | 48 static bool DrawNormalText(CFX_RenderDevice* pDevice,
|
D | cpdf_renderstatus.cpp | 938 return CPDF_TextRenderer::DrawNormalText( in ProcessText()
|
/external/pdfium/fxbarcode/oned/ |
D | BC_OnedUPCAWriter.cpp | 165 device->DrawNormalText(length, &charpos[1], m_pFont.Get(), in ShowChars() 179 device->DrawNormalText(length, &charpos[6], m_pFont.Get(), in ShowChars() 195 device->DrawNormalText(length, charpos.data(), m_pFont.Get(), in ShowChars() 210 device->DrawNormalText(length, &charpos[11], m_pFont.Get(), in ShowChars()
|
D | BC_OnedEAN13Writer.cpp | 180 device->DrawNormalText(length, &charpos[1], m_pFont.Get(), in ShowChars() 195 device->DrawNormalText(length, &charpos[7], m_pFont.Get(), in ShowChars() 211 device->DrawNormalText(length, charpos.data(), m_pFont.Get(), in ShowChars()
|
D | BC_OnedEAN8Writer.cpp | 171 device->DrawNormalText(iLen, charpos.data(), m_pFont.Get(), in ShowChars() 186 device->DrawNormalText(iLen, &charpos[4], m_pFont.Get(), in ShowChars()
|
D | BC_OneDimWriter.cpp | 175 device->DrawNormalText(str.GetLength(), pCharPos, m_pFont.Get(), in ShowDeviceChars()
|
/external/pdfium/xfa/fde/ |
D | cfde_textout.cpp | 91 device->DrawNormalText(iCurCount, pCurCP, font, -fFontSize, matrix, in DrawString() 114 bRet = device->DrawNormalText(iCurCount, pCurCP, font, -fFontSize, matrix, in DrawString()
|
/external/pdfium/core/fxge/ |
D | cfx_renderdevice.h | 158 bool DrawNormalText(int nChars,
|
D | cfx_renderdevice.cpp | 852 bool CFX_RenderDevice::DrawNormalText(int nChars, in DrawNormalText() function in CFX_RenderDevice
|