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

  /external/pdfium/core/src/fpdftext/
fpdf_text_search.cpp 49 int nPreCount = pTextObj2->CountItems();
51 if (nPreCount != nCurCount) {
54 for (int i = 0; i < nPreCount; i++) {
fpdf_text_int.cpp     [all...]
  /external/pdfium/core/src/reflow/
layoutprocessor_reflow.cpp     [all...]
autoreflow.cpp 451 int nPreCount = pPreTextObj->CountItems();
453 if (nPreCount != nCurCount) {
457 for (int i = 0; i < nPreCount; i++) {

Completed in 45 milliseconds