Home
last modified time | relevance | path

Searched refs:nCharArraySafe (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Edit.cpp415 FX_SAFE_INT32 nCharArraySafe = nCharArray; in DrawThisAppearance() local
416 nCharArraySafe -= 1; in DrawThisAppearance()
417 nCharArraySafe *= 2; in DrawThisAppearance()
419 if (nCharArray > 0 && nCharArraySafe.IsValid()) in DrawThisAppearance()
429 path.SetPointCount(nCharArraySafe.ValueOrDie()); in DrawThisAppearance()
454 path.SetPointCount(nCharArraySafe.ValueOrDie()); in DrawThisAppearance()