Lines Matching refs:FPDF_PAGEOBJECT
152 FPDF_PAGEOBJECT page_obj);
165 FPDFPage_RemoveObject(FPDF_PAGE page, FPDF_PAGEOBJECT page_obj);
180 FPDF_EXPORT FPDF_PAGEOBJECT FPDF_CALLCONV FPDFPage_GetObject(FPDF_PAGE page,
207 FPDF_EXPORT void FPDF_CALLCONV FPDFPageObj_Destroy(FPDF_PAGEOBJECT page_obj);
215 FPDFPageObj_HasTransparency(FPDF_PAGEOBJECT page_object);
223 FPDF_EXPORT int FPDF_CALLCONV FPDFPageObj_GetType(FPDF_PAGEOBJECT page_object);
240 FPDFPageObj_Transform(FPDF_PAGEOBJECT page_object,
275 FPDF_EXPORT FPDF_PAGEOBJECT FPDF_CALLCONV
286 FPDFPageObj_CountMarks(FPDF_PAGEOBJECT page_object);
299 FPDFPageObj_GetMark(FPDF_PAGEOBJECT page_object, unsigned long index);
312 FPDFPageObj_AddMark(FPDF_PAGEOBJECT page_object, FPDF_BYTESTRING name);
323 FPDFPageObj_RemoveMark(FPDF_PAGEOBJECT page_object, FPDF_PAGEOBJECTMARK mark);
459 FPDF_PAGEOBJECT page_object,
478 FPDF_PAGEOBJECT page_object,
498 FPDF_PAGEOBJECT page_object,
513 FPDFPageObjMark_RemoveParam(FPDF_PAGEOBJECT page_object,
534 FPDF_PAGEOBJECT image_object,
556 FPDF_PAGEOBJECT image_object,
577 FPDFImageObj_GetMatrix(FPDF_PAGEOBJECT image_object,
602 FPDFImageObj_SetMatrix(FPDF_PAGEOBJECT image_object,
621 FPDF_PAGEOBJECT image_object,
632 FPDFImageObj_GetBitmap(FPDF_PAGEOBJECT image_object);
645 FPDFImageObj_GetImageDataDecoded(FPDF_PAGEOBJECT image_object,
659 FPDFImageObj_GetImageDataRaw(FPDF_PAGEOBJECT image_object,
669 FPDFImageObj_GetImageFilterCount(FPDF_PAGEOBJECT image_object);
683 FPDFImageObj_GetImageFilter(FPDF_PAGEOBJECT image_object,
700 FPDFImageObj_GetImageMetadata(FPDF_PAGEOBJECT image_object,
710 FPDF_EXPORT FPDF_PAGEOBJECT FPDF_CALLCONV FPDFPageObj_CreateNewPath(float x,
721 FPDF_EXPORT FPDF_PAGEOBJECT FPDF_CALLCONV FPDFPageObj_CreateNewRect(float x,
736 FPDFPageObj_GetBounds(FPDF_PAGEOBJECT page_object,
751 FPDFPageObj_SetBlendMode(FPDF_PAGEOBJECT page_object,
764 FPDFPageObj_SetStrokeColor(FPDF_PAGEOBJECT page_object,
780 FPDFPageObj_GetStrokeColor(FPDF_PAGEOBJECT page_object,
793 FPDFPageObj_SetStrokeWidth(FPDF_PAGEOBJECT page_object, float width);
803 FPDFPageObj_GetStrokeWidth(FPDF_PAGEOBJECT page_object, float* width);
813 FPDFPageObj_GetLineJoin(FPDF_PAGEOBJECT page_object);
823 FPDFPageObj_SetLineJoin(FPDF_PAGEOBJECT page_object, int line_join);
833 FPDFPageObj_GetLineCap(FPDF_PAGEOBJECT page_object);
843 FPDFPageObj_SetLineCap(FPDF_PAGEOBJECT page_object, int line_cap);
855 FPDFPageObj_SetFillColor(FPDF_PAGEOBJECT page_object,
871 FPDFPageObj_GetFillColor(FPDF_PAGEOBJECT page_object,
886 FPDF_EXPORT int FPDF_CALLCONV FPDFPath_CountSegments(FPDF_PAGEOBJECT path);
896 FPDFPath_GetPathSegment(FPDF_PAGEOBJECT path, int index);
937 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPath_MoveTo(FPDF_PAGEOBJECT path,
950 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPath_LineTo(FPDF_PAGEOBJECT path,
965 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPath_BezierTo(FPDF_PAGEOBJECT path,
981 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPath_Close(FPDF_PAGEOBJECT path);
990 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPath_SetDrawMode(FPDF_PAGEOBJECT path,
1002 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPath_GetDrawMode(FPDF_PAGEOBJECT path,
1018 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPath_GetMatrix(FPDF_PAGEOBJECT path,
1033 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPath_SetMatrix(FPDF_PAGEOBJECT path,
1043 FPDF_EXPORT FPDF_PAGEOBJECT FPDF_CALLCONV
1055 FPDFText_SetText(FPDF_PAGEOBJECT text_object, FPDF_WIDESTRING text);
1102 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFTextObj_GetMatrix(FPDF_PAGEOBJECT text,
1112 FPDF_EXPORT float FPDF_CALLCONV FPDFTextObj_GetFontSize(FPDF_PAGEOBJECT text);
1126 FPDF_EXPORT FPDF_PAGEOBJECT FPDF_CALLCONV
1139 FPDFTextObj_GetTextRenderMode(FPDF_PAGEOBJECT text);
1150 FPDFTextObj_SetTextRenderMode(FPDF_PAGEOBJECT text,
1167 FPDFTextObj_GetFontName(FPDF_PAGEOBJECT text,
1186 FPDFTextObj_GetText(FPDF_PAGEOBJECT text_object,
1198 FPDFFormObj_CountObjects(FPDF_PAGEOBJECT form_object);
1207 FPDF_EXPORT FPDF_PAGEOBJECT FPDF_CALLCONV
1208 FPDFFormObj_GetObject(FPDF_PAGEOBJECT form_object, unsigned long index);
1223 FPDFFormObj_GetMatrix(FPDF_PAGEOBJECT form_object, FS_MATRIX* matrix);