PdfEditor.cpp | 50 jfieldID right; member in struct:android::__anon22486 276 float right; local 280 ? FPDFPage_GetMediaBox(page, &left, &top, &right, &bottom) 281 : FPDFPage_GetCropBox(page, &left, &top, &right, &bottom); 291 env->SetIntField(outBox, gRectClassInfo.right, (int) right); 324 const int right = env->GetIntField(box, gRectClassInfo.right); local 328 FPDFPage_SetMediaBox(page, left, top, right, bottom); 330 FPDFPage_SetCropBox(page, left, top, right, bottom) [all...] |