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

  /external/pdfium/xfa/fxfa/parser/
cxfa_measurement.h 35 bool ToUnitInternal(XFA_Unit eUnit, float* fValue) const;
cxfa_measurement.cpp 75 return ToUnitInternal(eUnit, &f) ? f : 0;
78 bool CXFA_Measurement::ToUnitInternal(XFA_Unit eUnit, float* fValue) const {

Completed in 48 milliseconds