HomeSort by relevance Sort by last modified time
    Searched refs:text_object (Results 1 - 5 of 5) sorted by null

  /external/pdfium/testing/libfuzzer/
pdf_font_fuzzer.cc 28 FPDF_PAGEOBJECT text_object =
30 FPDFPage_InsertObject(page.get(), text_object);
  /external/pdfium/fpdfsdk/
fpdfedit_embeddertest.cpp 699 FPDF_PAGEOBJECT text_object = local
703 EXPECT_TRUE(FPDFText_SetText(text_object, text.get()));
704 FPDFPageObj_Transform(text_object, 1, 0, 0, 1, 300, 300);
705 FPDFPage_InsertObject(page, text_object);
883 FPDF_PAGEOBJECT text_object = local
962 FPDF_PAGEOBJECT text_object = local
    [all...]
fpdfannot_embeddertest.cpp 775 FPDF_PAGEOBJECT text_object = local
777 EXPECT_TRUE(text_object);
780 EXPECT_TRUE(FPDFText_SetText(text_object, text.get()));
781 EXPECT_TRUE(FPDFText_SetFillColor(text_object, 0, 0, 255, 150));
782 FPDFPageObj_Transform(text_object, 1, 0, 0, 1, 200, 600);
783 EXPECT_TRUE(FPDFAnnot_AppendObject(annot, text_object));
795 text_object = FPDFAnnot_GetObject(annot, 0);
796 EXPECT_EQ(FPDF_PAGEOBJ_TEXT, FPDFPageObj_GetType(text_object));
801 EXPECT_TRUE(FPDFText_SetText(text_object, new_text.get()));
802 EXPECT_TRUE(FPDFAnnot_UpdateObject(annot, text_object));
    [all...]
fpdfedittext.cpp 423 FPDFText_SetText(FPDF_PAGEOBJECT text_object, FPDF_WIDESTRING text) {
424 auto* pTextObj = static_cast<CPDF_TextObject*>(text_object);
463 FPDFText_SetFillColor(FPDF_PAGEOBJECT text_object,
468 return FPDFPageObj_SetFillColor(text_object, R, G, B, A);
  /external/pdfium/public/
fpdf_edit.h 705 // text_object - handle to the text object.
710 FPDFText_SetText(FPDF_PAGEOBJECT text_object, FPDF_WIDESTRING text);
733 // text_object - handle to the text object.
741 FPDFText_SetFillColor(FPDF_PAGEOBJECT text_object,

Completed in 113 milliseconds