Searched refs:DrawDeviceText (Results 1 – 11 of 11) sorted by relevance
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device_unittest.cpp | 66 driver->DrawDeviceText(SK_ARRAY_COUNT(charPos), charPos, &font, &matrix, in CommonTest() 89 driver->DrawDeviceText(SK_ARRAY_COUNT(charPos), charPos, &font, &matrix2, in CommonTest()
|
D | fx_skia_device.h | 133 bool DrawDeviceText(int nChars,
|
D | fx_skia_device.cpp | 1277 bool CFX_SkiaDeviceDriver::DrawDeviceText(int nChars, in DrawDeviceText() function in CFX_SkiaDeviceDriver
|
/external/pdfium/core/fxge/ |
D | ifx_renderdevicedriver.cpp | 67 bool IFX_RenderDeviceDriver::DrawDeviceText(int nChars, in DrawDeviceText() function in IFX_RenderDeviceDriver
|
D | ifx_renderdevicedriver.h | 86 virtual bool DrawDeviceText(int nChars,
|
/external/pdfium/core/fxge/win32/ |
D | win32_int.h | 256 bool DrawDeviceText(int nChars, 315 bool DrawDeviceText(int nChars,
|
D | fx_win32_print.cpp | 198 bool CGdiPrinterDriver::DrawDeviceText(int nChars, in DrawDeviceText() function in CGdiPrinterDriver 482 bool CPSPrinterDriver::DrawDeviceText(int nChars, in DrawDeviceText() function in CPSPrinterDriver
|
/external/pdfium/core/fxge/agg/ |
D | fx_agg_driver.h | 92 bool DrawDeviceText(int nChars,
|
D | fx_agg_driver.cpp | 459 bool CFX_AggDeviceDriver::DrawDeviceText(int nChars, in DrawDeviceText() function in CFX_AggDeviceDriver
|
/external/pdfium/core/fxge/apple/ |
D | fx_apple_platform.cpp | 101 bool CFX_AggDeviceDriver::DrawDeviceText(int nChars, in DrawDeviceText() function in CFX_AggDeviceDriver
|
/external/pdfium/core/fxge/ge/ |
D | cfx_renderdevice.cpp | 859 m_pDeviceDriver->DrawDeviceText(nChars, pCharPos, pFont, pText2Device, in DrawNormalText() 868 m_pDeviceDriver->DrawDeviceText(nChars, pCharPos, pFont, pText2Device, in DrawNormalText()
|