Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdf_doc.cpp265 bool bHasX; in FPDFDest_GetLocationInPage() local
268 if (!destination->GetXYZ(&bHasX, &bHasY, &bHasZoom, x, y, zoom)) in FPDFDest_GetLocationInPage()
271 *hasXVal = bHasX; in FPDFDest_GetLocationInPage()