HomeSort by relevance Sort by last modified time
    Searched full:facebuf (Results 1 - 1 of 1) sorted by null

  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 320 char facebuf[100]; local
322 int ret = ::GetTextFaceA(m_hDC, 100, facebuf);
324 if (face.EqualNoCase(facebuf)) {
330 CFX_WideString wsFace = CFX_WideString::FromLocal(facebuf);
380 char facebuf[100]; local
382 int ret = ::GetTextFaceA(m_hDC, 100, facebuf);
387 name = facebuf;
    [all...]

Completed in 80 milliseconds