Searched refs:lpDx (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/skia/ext/ |
D | vector_platform_device_emf_win.cc | 446 LPCWSTR text, unsigned int characters, const int * lpDx, in EnsureExtTextOut() argument 448 bool success = ExtTextOut(hdc, x, y, options, lprect, text, characters, lpDx); in EnsureExtTextOut() 454 success = ExtTextOut(hdc, x, y, options, lprect, text, characters, lpDx); in EnsureExtTextOut()
|