Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/win32/
Ddwrite_int.h42 void* DwCreateFontFaceFromStream(FX_LPBYTE pData, FX_DWORD size, int simulation_style);
Dfx_win32_dwrite.cpp132 LPVOID CDWriteExt::DwCreateFontFaceFromStream(FX_LPBYTE pData, FX_DWORD size, int simulation_style) in DwCreateFontFaceFromStream() argument
141 DWRITE_FONT_SIMULATIONS fontStyle = (DWRITE_FONT_SIMULATIONS)(simulation_style & 3); in DwCreateFontFaceFromStream()