Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_pageobjs.cpp30 static void DrawTextString(CFX_RenderDevice* pDevice, in DrawTextString() function
59 CPDF_TextRenderer::DrawTextString(pDevice, x, y, pFont, fFontSize, &mt, in DrawTextString()
63 CPDF_TextRenderer::DrawTextString(pDevice, x, y, pFont, fFontSize, &mt, in DrawTextString()
79 CPDF_TextRenderer::DrawTextString(pDevice, x, y, pFont, fFontSize, in DrawTextString()
83 CPDF_TextRenderer::DrawTextString(pDevice, x, y, pFont, fFontSize, in DrawTextString()
242 DrawTextString(pDevice, CPDF_Point(ptBT.x + ptOffset.x, in DrawEdit()
258 DrawTextString( in DrawEdit()
270 DrawTextString( in DrawEdit()
360 DrawTextString( in DrawRichEdit()
401 DrawTextString( in DrawRichEdit()
/external/pdfium/core/include/fpdfapi/
Dfpdf_render.h164 static void DrawTextString(CFX_RenderDevice* pDevice,
172 static void DrawTextString(CFX_RenderDevice* pDevice,
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp609 void CPDF_TextRenderer::DrawTextString(CFX_RenderDevice* pDevice, in DrawTextString() function in CPDF_TextRenderer
624 DrawTextString(pDevice, origin_x, origin_y, pFont, font_size, &matrix, str, in DrawTextString()
627 void CPDF_TextRenderer::DrawTextString(CFX_RenderDevice* pDevice, in DrawTextString() function in CPDF_TextRenderer