HomeSort by relevance Sort by last modified time
    Searched defs:fCharSpace (Results 1 - 3 of 3) sorted by null

  /external/pdfium/fpdfsdk/src/fxedit/
fxet_ap.cpp 180 FX_FLOAT fCharSpace = pEdit->GetCharSpace();
181 if (!FX_EDIT_IsFloatZero(fCharSpace))
183 sAppStream << fCharSpace << " Tc\n";
  /external/pdfium/core/include/fpdfdoc/
fpdf_vt.h 192 fCharSpace(0.0f), nHorzScale(0)
199 nWordStyle(wordStyle), fCharSpace(charSpace), nHorzScale(horzScale)
205 nScriptType(other.nScriptType), nWordStyle(other.nWordStyle), fCharSpace(other.fCharSpace),
220 FX_FLOAT fCharSpace;
350 virtual void SetCharSpace(FX_FLOAT fCharSpace = 0.0f) = 0;
  /external/skia/experimental/PdfViewer/
SkPdfGraphicsState.h 95 double fCharSpace;
334 fCharSpace = 0;

Completed in 487 milliseconds