Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdfannot.cpp179 CPDF_AnnotContext* CPDFAnnotContextFromFPDFAnnotation(FPDF_ANNOTATION annot) { in CPDFAnnotContextFromFPDFAnnotation()
257 FPDF_ANNOTATION annot) { in FPDFPage_GetAnnotIndex()
280 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_CloseAnnot(FPDF_ANNOTATION annot) { in FPDFPage_CloseAnnot()
299 FPDFAnnot_GetSubtype(FPDF_ANNOTATION annot) { in FPDFAnnot_GetSubtype()
319 FPDFAnnot_UpdateObject(FPDF_ANNOTATION annot, FPDF_PAGEOBJECT obj) { in FPDFAnnot_UpdateObject()
353 FPDFAnnot_AppendObject(FPDF_ANNOTATION annot, FPDF_PAGEOBJECT obj) { in FPDFAnnot_AppendObject()
407 FPDF_EXPORT int FPDF_CALLCONV FPDFAnnot_GetObjectCount(FPDF_ANNOTATION annot) { in FPDFAnnot_GetObjectCount()
424 FPDFAnnot_GetObject(FPDF_ANNOTATION annot, int index) { in FPDFAnnot_GetObject()
442 FPDFAnnot_RemoveObject(FPDF_ANNOTATION annot, int index) { in FPDFAnnot_RemoveObject()
467 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFAnnot_SetColor(FPDF_ANNOTATION annot, in FPDFAnnot_SetColor()
[all …]
Dfpdfannot_embeddertest.cpp57 FPDF_ANNOTATION annot = FPDFPage_GetAnnot(page, 0); in TEST_F() local
133 FPDF_ANNOTATION annot = FPDFPage_GetAnnot(page, 2); in TEST_F() local
185 FPDF_ANNOTATION annot = FPDFPage_CreateAnnot(page, FPDF_ANNOT_TEXT); in TEST_F() local
267 FPDF_ANNOTATION annot = FPDFPage_GetAnnot(page, 0); in TEST_F() local
344 FPDF_ANNOTATION annot = FPDFPage_GetAnnot(page, 0); in TEST_F() local
430 FPDF_ANNOTATION annot = FPDFPage_GetAnnot(page, 0); in TEST_F() local
517 FPDF_ANNOTATION annot = FPDFPage_GetAnnot(page, 0); in TEST_F() local
631 FPDF_ANNOTATION annot = FPDFPage_GetAnnot(page, 0); in TEST_F() local
692 FPDF_ANNOTATION annot = FPDFPage_CreateAnnot(page, FPDF_ANNOT_STAMP); in TEST_F() local
765 FPDF_ANNOTATION annot = FPDFPage_CreateAnnot(page, FPDF_ANNOT_STAMP); in TEST_F() local
[all …]
Dcpdfsdk_pageview.cpp106 CPDFSDK_Annot* annot = GetFocusAnnot(); local
506 [p](const std::unique_ptr<CPDF_Annot>& annot) {
Dfpdfedit_embeddertest.cpp932 FPDF_ANNOTATION annot = FPDFPage_CreateAnnot(page, FPDF_ANNOT_UNDERLINE); in TEST_F() 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/pdfium/fxjs/
Dcjs_annot.cpp16 CPDFSDK_BAAnnot* ToBAAnnot(CPDFSDK_Annot* annot) { in ToBAAnnot()
109 void Annot::SetSDKAnnot(CPDFSDK_BAAnnot* annot) { in SetSDKAnnot()
/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/pdfium/fpdfsdk/formfiller/
Dcffl_formfiller.cpp21 CPDFSDK_Widget* CPDFSDKAnnotToWidget(CPDFSDK_Annot* annot) { in CPDFSDKAnnotToWidget()
/external/libxml2/
Dxmlschemastypes.c345 xmlSchemaAnnotPtr annot; member
354 xmlSchemaAnnotPtr annot; member
366 xmlSchemaAnnotPtr annot; member
Dxmlschemas.c496 xmlSchemaAnnotPtr annot; member
509 xmlSchemaAnnotPtr annot; member
526 xmlSchemaAnnotPtr annot; member
671 xmlSchemaAnnotPtr annot; member
691 xmlSchemaAnnotPtr annot; member
709 xmlSchemaAnnotPtr annot; member
746 xmlSchemaAnnotPtr annot; member
3727 xmlSchemaFreeAnnot(xmlSchemaAnnotPtr annot) in xmlSchemaFreeAnnot()
4291 xmlSchemaAnnotDump(FILE * output, xmlSchemaAnnotPtr annot) in xmlSchemaAnnotDump()
6940 xmlSchemaAnnotPtr annot = NULL; in xmlSchemaParseAny() local
[all …]
/external/pdfium/samples/
Dpdfium_test.cc355 FPDF_ANNOTATION annot = FPDFPage_GetAnnot(page, i); in WriteAnnot() local