Home
last modified time | relevance | path

Searched defs:annot (Results 1 – 22 of 22) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdf_annot_embeddertest.cpp75 ScopedFPDFAnnotation annot(FPDFPage_GetAnnot(page, i)); in VerifyAnnotationSubtypesAndFocusability() local
120 ScopedFPDFAnnotation annot(FPDFPage_CreateAnnot(page.get(), FPDF_ANNOT_INK)); in TEST_F() local
177 ScopedFPDFAnnotation annot(FPDFPage_CreateAnnot(page.get(), FPDF_ANNOT_INK)); in TEST_F() local
435 ScopedFPDFAnnotation annot(FPDFPage_GetAnnot(page, 0)); in TEST_F() local
519 ScopedFPDFAnnotation annot(FPDFPage_GetAnnot(page, 2)); in TEST_F() local
581 ScopedFPDFAnnotation annot(FPDFPage_CreateAnnot(page, FPDF_ANNOT_TEXT)); in TEST_F() local
592 ScopedFPDFAnnotation annot(FPDFPage_GetAnnot(page, 0)); in TEST_F() local
671 ScopedFPDFAnnotation annot(FPDFPage_CreateAnnot(page, FPDF_ANNOT_LINK)); in TEST_F() local
699 ScopedFPDFAnnotation annot(FPDFPage_CreateAnnot(page, FPDF_ANNOT_INK)); in TEST_F() local
723 ScopedFPDFAnnotation annot(FPDFPage_GetAnnot(page, 0)); in TEST_F() local
[all …]
Dfpdf_annot.cpp244 const FPDF_ANNOTATION annot) { in GetAnnotDictFromFPDFAnnotation()
250 FPDF_ANNOTATION annot) { in GetMutableAnnotDictFromFPDFAnnotation()
293 CPDF_FormField* GetFormField(FPDF_FORMHANDLE hHandle, FPDF_ANNOTATION annot) { in GetFormField()
307 FPDF_ANNOTATION annot) { in GetRadioButtonOrCheckBoxWidget()
327 RetainPtr<const CPDF_Array> GetInkList(FPDF_ANNOTATION annot) { in GetInkList()
414 FPDF_ANNOTATION annot) { in FPDFPage_GetAnnotIndex()
439 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_CloseAnnot(FPDF_ANNOTATION annot) { in FPDFPage_CloseAnnot()
458 FPDFAnnot_GetSubtype(FPDF_ANNOTATION annot) { in FPDFAnnot_GetSubtype()
474 FPDFAnnot_UpdateObject(FPDF_ANNOTATION annot, FPDF_PAGEOBJECT obj) { in FPDFAnnot_UpdateObject()
502 FPDF_EXPORT int FPDF_CALLCONV FPDFAnnot_AddInkStroke(FPDF_ANNOTATION annot, in FPDFAnnot_AddInkStroke()
[all …]
Dcpdfsdk_pageview.cpp95 std::unique_ptr<CPDFSDK_Annot> CPDFSDK_PageView::NewAnnot(CPDF_Annot* annot) { in NewAnnot()
238 CPDFSDK_Annot* annot = GetFocusAnnot(); in GetFocusedFormText() local
283 CPDFSDK_Annot* annot = GetFocusAnnot(); in GetSelectedText() local
290 CPDFSDK_Annot* annot = GetFocusAnnot(); in ReplaceAndKeepSelection() local
296 CPDFSDK_Annot* annot = GetFocusAnnot(); in ReplaceSelection() local
302 CPDFSDK_Annot* annot = GetFocusAnnot(); in SelectAllText() local
307 CPDFSDK_Annot* annot = GetFocusAnnot(); in CanUndo() local
312 CPDFSDK_Annot* annot = GetFocusAnnot(); in CanRedo() local
317 CPDFSDK_Annot* annot = GetFocusAnnot(); in Undo() local
322 CPDFSDK_Annot* annot = GetFocusAnnot(); in Redo() local
[all …]
Dcpdfsdk_helpers.h61 CPDF_AnnotContext* annot) { in FPDFAnnotationFromCPDFAnnotContext()
65 FPDF_ANNOTATION annot) { in CPDFAnnotContextFromFPDFAnnotation()
Dfpdf_formfill_embeddertest.cpp716 FPDF_ANNOTATION annot = nullptr; in TEST_F() local
761 FPDF_ANNOTATION annot = nullptr; in TEST_F() local
800 FPDF_ANNOTATION annot = nullptr; in TEST_F() local
819 FPDF_ANNOTATION annot = nullptr; in TEST_F() local
839 FPDF_ANNOTATION annot = nullptr; in TEST_F() local
864 FPDF_ANNOTATION annot = nullptr; in TEST_F() local
908 FPDF_ANNOTATION annot = nullptr; in TEST_F() local
1032 FPDF_ANNOTATION annot = nullptr; in TEST_F() local
1067 FPDF_ANNOTATION annot = nullptr; in TEST_F() local
Dfpdf_formfill.cpp605 FPDF_ANNOTATION* annot) { in FORM_GetFocusedAnnot()
647 FORM_SetFocusedAnnot(FPDF_FORMHANDLE handle, FPDF_ANNOTATION annot) { in FORM_SetFocusedAnnot()
Dfpdf_text_embeddertest.cpp782 ScopedFPDFAnnotation annot(FPDFPage_GetAnnot(page, i)); in TEST_F() local
Dfpdf_edit_embeddertest.cpp3347 ScopedFPDFAnnotation annot( in TEST_F() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXUtilities.cpp135 unsigned annot; in isTexture() local
146 unsigned annot; in isSurface() local
159 unsigned annot; in isSampler() local
167 std::vector<unsigned> annot; in isSampler() local
179 std::vector<unsigned> annot; in isImageReadOnly() local
191 std::vector<unsigned> annot; in isImageWriteOnly() local
203 std::vector<unsigned> annot; in isImageReadWrite() local
218 unsigned annot; in isManaged() local
/external/llvm/lib/Target/NVPTX/
DNVPTXUtilities.cpp132 unsigned annot; in isTexture() local
145 unsigned annot; in isSurface() local
158 unsigned annot; in isSampler() local
168 std::vector<unsigned> annot; in isSampler() local
182 std::vector<unsigned> annot; in isImageReadOnly() local
197 std::vector<unsigned> annot; in isImageWriteOnly() local
212 std::vector<unsigned> annot; in isImageReadWrite() local
231 unsigned annot; in isManaged() local
/external/nullaway/nullaway/src/main/java/com/uber/nullaway/
DNullabilityUtil.java217 AnnotationMirror annot = in getAnnotationValue() local
250 AnnotationMirror annot = null; in getAnnotationValueArray() local
/external/ltp/testcases/kernel/security/smack/
Dsmack_set_socket_labels.c70 char *annot = "security.SMACK64IPNOT"; in set_socket_labels() local
/external/libxml2/include/libxml/
DschemasInternals.h257 xmlSchemaAnnotPtr annot; member
310 xmlSchemaAnnotPtr annot; member
368 xmlSchemaAnnotPtr annot; member
609 xmlSchemaAnnotPtr annot; member
772 xmlSchemaAnnotPtr annot; member
828 xmlSchemaAnnotPtr annot; member
844 xmlSchemaAnnotPtr annot; member
929 xmlSchemaAnnotPtr annot; member
/external/cronet/third_party/libxml/src/include/libxml/
DschemasInternals.h257 xmlSchemaAnnotPtr annot; member
310 xmlSchemaAnnotPtr annot; member
368 xmlSchemaAnnotPtr annot; member
609 xmlSchemaAnnotPtr annot; member
772 xmlSchemaAnnotPtr annot; member
828 xmlSchemaAnnotPtr annot; member
844 xmlSchemaAnnotPtr annot; member
929 xmlSchemaAnnotPtr annot; member
/external/pdfium/fxjs/
Dcjs_annot.cpp41 void CJS_Annot::SetSDKAnnot(CPDFSDK_BAAnnot* annot) { in SetSDKAnnot()
/external/pdfium/core/fpdfdoc/
Dcpdf_annotlist.cpp226 [pAnnot](const std::unique_ptr<CPDF_Annot>& annot) { in Contains()
/external/pdfium/testing/
Dembedder_test.h81 FPDF_ANNOTATION annot, in OnFocusChange()
Dembedder_test.cpp97 FPDF_ANNOTATION annot, in OnFocusChangeTrampoline()
/external/pdfium/testing/fuzzers/
Dpdf_xfa_fdp_fuzzer.cc126 FPDF_ANNOTATION annot = nullptr; in FormActionHandler() local
/external/pdfium/samples/
Dpdfium_test_write_helper.cc314 ScopedFPDFAnnotation annot(FPDFPage_GetAnnot(page, i)); in WriteAnnot() local
/external/libxml2/
Dxmlschemastypes.c343 xmlSchemaAnnotPtr annot; member
352 xmlSchemaAnnotPtr annot; member
364 xmlSchemaAnnotPtr annot; member
Dxmlschemas.c509 xmlSchemaAnnotPtr annot; member
522 xmlSchemaAnnotPtr annot; member
539 xmlSchemaAnnotPtr annot; member
684 xmlSchemaAnnotPtr annot; member
704 xmlSchemaAnnotPtr annot; member
722 xmlSchemaAnnotPtr annot; member
759 xmlSchemaAnnotPtr annot; member
3778 xmlSchemaFreeAnnot(xmlSchemaAnnotPtr annot) in xmlSchemaFreeAnnot()
4342 xmlSchemaAnnotDump(FILE * output, xmlSchemaAnnotPtr annot) in xmlSchemaAnnotDump()
7005 xmlSchemaAnnotPtr annot = NULL; in xmlSchemaParseAny() local
[all …]