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

  /external/pdfium/xfa/fde/
cfde_textout.h 52 int32_t GetTotalLines() const { return m_iTotalLines; }
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
FdfParser.py 110 InsertedLines += Profile.GetTotalLines()
181 def GetTotalLines(self):
185 TotalLines += Profile.GetTotalLines()
190 if Line >= self.InsertStartLineNumber and Line < self.InsertStartLineNumber + self.GetTotalLines():
205 InsertedLines += Profile.GetTotalLines()
    [all...]
  /external/pdfium/fpdfsdk/pwl/
cpwl_edit_impl.cpp 771 int32_t CPWL_EditImpl::GetTotalLines() const {
    [all...]

Completed in 274 milliseconds