HomeSort by relevance Sort by last modified time
    Searched refs:iExact (Results 1 - 9 of 9) sorted by null

  /external/pdfium/core/fxge/apple/
fx_mac_imp.cpp 45 int& iExact) override;
65 int& iExact) {
70 iExact = true;
  /external/pdfium/core/fxge/ge/
fx_ge_linux.cpp 76 int& iExact) override;
85 int& iExact) {
88 iExact = 1;
cfx_fontmapper.cpp 342 int iExact;
344 name.c_str(), iExact);
559 int iExact = 0;
627 iExact = !match.IsEmpty();
629 family.c_str(), iExact);
630 if (iExact)
cfx_folderfontinfo.cpp 310 int& iExact) {
  /external/pdfium/core/fxge/
ifx_systemfontinfo.h 31 int& iExact) = 0;
  /external/pdfium/core/fxge/android/
cfx_androidfontinfo.cpp 34 int& iExact) {
  /external/pdfium/fpdfsdk/
fpdf_sysfontinfo.cpp 39 int& iExact) override {
43 family, &iExact);
  /external/pdfium/core/fxge/win32/
fx_win32_device.cpp 328 int& iExact) override;
343 int& iExact) override;
480 int& iExact) {
483 iExact = 1;
573 int& iExact) {
581 iExact = true;
    [all...]
  /external/pdfium/xfa/fgas/font/
cfgas_fontmgr.cpp 840 int iExact = 0;
843 pFontMapper->GetFaceName(index).c_str(), iExact);
    [all...]

Completed in 226 milliseconds