Searched defs:isExceptionPending (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/android/graphics/pdf/
H A DPdfRenderer.cpp92 bool isExceptionPending = forwardPdfiumError(env); local
93 if (isExceptionPending || bitmap == NULL) {
H A DPdfEditor.cpp137 bool isExceptionPending = forwardPdfiumError(env); local
138 if (isExceptionPending) {
173 isExceptionPending = forwardPdfiumError(env);
174 if (isExceptionPending) {
204 bool isExceptionPending = forwardPdfiumError(env); local
205 if (isExceptionPending) {
237 bool isExceptionPending = forwardPdfiumError(env); local
238 if (isExceptionPending) {
294 bool isExceptionPending = forwardPdfiumError(env); local
295 if (isExceptionPending) {
[all...]

Completed in 1075 milliseconds