5#include "public/fpdf_edit.h"
7#include "core/fpdfapi/page/test_with_page_module.h"
8#include "testing/gtest/include/gtest/gtest.h"
TEST_F(CPDF_CIDFontTest, BUG_920636)
#define FPDF_LINECAP_BUTT
FPDF_EXPORT int FPDF_CALLCONV FPDFPageObj_GetLineCap(FPDF_PAGEOBJECT page_object)
FPDF_EXPORT FPDF_PAGEOBJECT FPDF_CALLCONV FPDFPageObj_CreateNewPath(float x, float y)
#define FPDF_LINEJOIN_MITER
#define FPDF_LINEJOIN_ROUND
#define FPDF_LINECAP_PROJECTING_SQUARE
#define FPDF_LINECAP_ROUND
FPDF_EXPORT int FPDF_CALLCONV FPDFPageObj_GetLineJoin(FPDF_PAGEOBJECT page_object)
FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPageObj_SetLineJoin(FPDF_PAGEOBJECT page_object, int line_join)
FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPageObj_SetLineCap(FPDF_PAGEOBJECT page_object, int line_cap)
#define FPDF_LINEJOIN_BEVEL
FPDF_EXPORT void FPDF_CALLCONV FPDFPageObj_Destroy(FPDF_PAGEOBJECT page_object)