Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/win32/
Dwin32_int.h39 …FX_BOOL GdipDrawDriverString(void *graphics, unsigned short *text, int length, void *font…
Dfx_win32_gdipext.cpp611 FX_BOOL CGdiplusExt::GdipDrawDriverString(void *graphics, unsigned short *text, int length, in GdipDrawDriverString() function in CGdiplusExt
615 …GpStatus status = CallFunc(GdipDrawDriverString)((GpGraphics*)graphics, (GDIPCONST UINT16 *)text, … in GdipDrawDriverString()