Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdfdoc.cpp246 bool bHasY; in FPDFDest_GetLocationInPage() local
248 if (!dest->GetXYZ(&bHasX, &bHasY, &bHasZoom, x, y, zoom)) in FPDFDest_GetLocationInPage()
252 *hasYVal = bHasY; in FPDFDest_GetLocationInPage()