/external/pdfium/fpdfsdk/ |
D | fpdfannot.cpp | 179 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 …]
|
D | fpdfannot_embeddertest.cpp | 57 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 …]
|
D | cpdfsdk_pageview.cpp | 106 CPDFSDK_Annot* annot = GetFocusAnnot(); local 506 [p](const std::unique_ptr<CPDF_Annot>& annot) {
|
D | fpdfedit_embeddertest.cpp | 932 FPDF_ANNOTATION annot = FPDFPage_CreateAnnot(page, FPDF_ANNOT_UNDERLINE); in TEST_F() local
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXUtilities.cpp | 132 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/ |
D | cjs_annot.cpp | 16 CPDFSDK_BAAnnot* ToBAAnnot(CPDFSDK_Annot* annot) { in ToBAAnnot() 109 void Annot::SetSDKAnnot(CPDFSDK_BAAnnot* annot) { in SetSDKAnnot()
|
/external/ltp/testcases/kernel/security/smack/ |
D | smack_set_socket_labels.c | 70 char *annot = "security.SMACK64IPNOT"; in set_socket_labels() local
|
/external/libxml2/include/libxml/ |
D | schemasInternals.h | 257 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/ |
D | cffl_formfiller.cpp | 21 CPDFSDK_Widget* CPDFSDKAnnotToWidget(CPDFSDK_Annot* annot) { in CPDFSDKAnnotToWidget()
|
/external/libxml2/ |
D | xmlschemastypes.c | 345 xmlSchemaAnnotPtr annot; member 354 xmlSchemaAnnotPtr annot; member 366 xmlSchemaAnnotPtr annot; member
|
D | xmlschemas.c | 496 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/ |
D | pdfium_test.cc | 355 FPDF_ANNOTATION annot = FPDFPage_GetAnnot(page, i); in WriteAnnot() local
|