Searched defs:formInfo (Results 1 – 3 of 3) sorted by relevance
52 type formInfo struct { struct53 form Form54 composing, compatibility bool // form type55 info lookupFunc56 nextMain iterFunc
461 func lastBoundary(fd *formInfo, b []byte) int {555 func lastRuneStart(fd *formInfo, buf []byte) (Properties, int) {
289 FPDF_FORMFILLINFO* formInfo) { in FPDFDOC_InitFormFillEnvironment()