Lines Matching refs:CPDF_Array

197 void SetQuadPointsAtIndex(CPDF_Array* array,  in SetQuadPointsAtIndex()
215 void AppendQuadPoints(CPDF_Array* array, const FS_QUADPOINTSF* quad_points) { in AppendQuadPoints()
327 RetainPtr<const CPDF_Array> GetInkList(FPDF_ANNOTATION annot) { in GetInkList()
375 RetainPtr<CPDF_Array> pAnnotList = pPage->GetOrCreateAnnotsArray(); in FPDFPage_CreateAnnot()
387 RetainPtr<const CPDF_Array> pAnnots = pPage->GetAnnotsArray(); in FPDFPage_GetAnnotCount()
397 RetainPtr<CPDF_Array> pAnnots = pPage->GetMutableAnnotsArray(); in FPDFPage_GetAnnot()
423 RetainPtr<const CPDF_Array> pAnnots = pPage->GetAnnotsArray(); in FPDFPage_GetAnnotIndex()
449 RetainPtr<CPDF_Array> pAnnots = pPage->GetMutableAnnotsArray(); in FPDFPage_RemoveAnnot()
513 RetainPtr<CPDF_Array> inklist = annot_dict->GetOrCreateArrayFor("InkList"); in FPDFAnnot_AddInkStroke()
519 auto ink_coord_list = inklist->AppendNew<CPDF_Array>(); in FPDFAnnot_AddInkStroke()
668 RetainPtr<CPDF_Array> pColor = pAnnotDict->GetMutableArrayFor(key); in FPDFAnnot_SetColor()
672 pColor = pAnnotDict->SetNewFor<CPDF_Array>(key); in FPDFAnnot_SetColor()
699 RetainPtr<const CPDF_Array> pColor = pAnnotDict->GetArrayFor( in FPDFAnnot_GetColor()
764 RetainPtr<CPDF_Array> pQuadPointsArray = in FPDFAnnot_SetAttachmentPoints()
782 RetainPtr<CPDF_Array> pQuadPointsArray = in FPDFAnnot_AppendAttachmentPoints()
798 RetainPtr<const CPDF_Array> pArray = in FPDFAnnot_CountAttachmentPoints()
812 RetainPtr<const CPDF_Array> pArray = in FPDFAnnot_GetAttachmentPoints()
870 RetainPtr<const CPDF_Array> vertices = in FPDFAnnot_GetVertices()
889 RetainPtr<const CPDF_Array> ink_list = GetInkList(annot); in FPDFAnnot_GetInkListCount()
898 RetainPtr<const CPDF_Array> ink_list = GetInkList(annot); in FPDFAnnot_GetInkListPath()
902 RetainPtr<const CPDF_Array> path = ink_list->GetArrayAt(path_index); in FPDFAnnot_GetInkListPath()
932 RetainPtr<const CPDF_Array> line = in FPDFAnnot_GetLine()
957 auto border = annot_dict->SetNewFor<CPDF_Array>(pdfium::annotation::kBorder); in FPDFAnnot_SetBorder()
976 RetainPtr<const CPDF_Array> border = in FPDFAnnot_GetBorder()