OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FPDF_PAGE
(Results
26 - 36
of
36
) sorted by null
1
2
/external/pdfium/fpdfsdk/include/
fsdk_mgr.h
52
void FFI_Invalidate(
FPDF_PAGE
page,
61
void FFI_OutputSelectedRect(
FPDF_PAGE
page,
171
FPDF_PAGE
FFI_GetPage(FPDF_DOCUMENT document, int nPageIndex) {
177
FPDF_PAGE
FFI_GetCurrentPage(FPDF_DOCUMENT document) {
183
int FFI_GetRotation(
FPDF_PAGE
page) {
217
void FFI_DisplayCaret(
FPDF_PAGE
page,
281
void FFI_PageEvent(
FPDF_PAGE
page, FPDF_DWORD flag) {}
283
void FFI_GetPageViewRect(
FPDF_PAGE
page, FS_RECTF& dstRect) {
298
FX_BOOL FFI_PopupMenu(
FPDF_PAGE
page,
/external/pdfium/public/
fpdf_text.h
29
DLLEXPORT FPDF_TEXTPAGE STDCALL FPDFText_LoadPage(
FPDF_PAGE
page);
/external/pdfium/fpdfsdk/src/
fpdfview.cpp
38
UnderlyingPageType* UnderlyingFromFPDFPage(
FPDF_PAGE
page) {
60
CPDF_Page* CPDFPageFromFPDFPage(
FPDF_PAGE
page) {
479
DLLEXPORT
FPDF_PAGE
STDCALL FPDF_LoadPage(FPDF_DOCUMENT document,
501
DLLEXPORT double STDCALL FPDF_GetPageWidth(
FPDF_PAGE
page) {
506
DLLEXPORT double STDCALL FPDF_GetPageHeight(
FPDF_PAGE
page) {
521
FPDF_PAGE
page,
682
FPDF_PAGE
page,
721
DLLEXPORT void STDCALL FPDF_ClosePage(
FPDF_PAGE
page) {
758
DLLEXPORT void STDCALL FPDF_DeviceToPage(
FPDF_PAGE
page,
788
DLLEXPORT void STDCALL FPDF_PageToDevice(
FPDF_PAGE
page
[
all
...]
fpdfview_embeddertest.cpp
34
FPDF_PAGE
page = LoadPage(0);
193
FPDF_PAGE
page = LoadPage(0);
fpdfdoc.cpp
206
FPDFLink_GetLinkAtPoint(
FPDF_PAGE
page, double x, double y) {
220
FPDFLink_GetLinkZOrderAtPoint(
FPDF_PAGE
page, double x, double y) {
260
DLLEXPORT FPDF_BOOL STDCALL FPDFLink_Enumerate(
FPDF_PAGE
page,
fpdfdoc_embeddertest.cpp
45
FPDF_PAGE
page = FPDF_LoadPage(document(), 0);
fpdftext.cpp
22
DLLEXPORT FPDF_TEXTPAGE STDCALL FPDFText_LoadPage(
FPDF_PAGE
page) {
fpdf_flatten.cpp
314
DLLEXPORT int STDCALL FPDFPage_Flatten(
FPDF_PAGE
page, int nFlag) {
/frameworks/base/core/jni/android/graphics/pdf/
PdfEditor.cpp
231
FPDF_PAGE
page = FPDF_LoadPage(document, pageIndex);
264
FPDF_PAGE
page = FPDF_LoadPage(document, pageIndex);
312
FPDF_PAGE
page = FPDF_LoadPage(document, pageIndex);
/external/pdfium/samples/
pdfium_test.cc
172
void WriteEmf(
FPDF_PAGE
page, const char* pdf_name, int num) {
340
FPDF_PAGE
page = FPDF_LoadPage(doc, page_index);
/external/pdfium/fpdfsdk/src/fpdfxfa/
fpdfxfa_doc.cpp
241
pEnv->FFI_Invalidate((
FPDF_PAGE
)pPage, rcPage.left, rcPage.bottom,
301
pEnv->FFI_DisplayCaret((
FPDF_PAGE
)pPage, bVisible, rcCaret.left, rcCaret.top,
[
all
...]
Completed in 1226 milliseconds
1
2