github.com/primecitizens/pcz/std@v0.2.1/plat/js/web/bindings/import20_wasm.go (about) 1 // SPDX-License-Identifier: Apache-2.0 2 // Copyright 2023 The Prime Citizens 3 4 //go:build wasm 5 6 package bindings 7 8 import ( 9 "unsafe" 10 11 "github.com/primecitizens/pcz/std/ffi/js" 12 ) 13 14 type ( 15 _ unsafe.Pointer 16 _ js.Ref 17 ) 18 19 //go:wasmimport plat/js/web new_CSSColor_CSSColor 20 //go:noescape 21 func NewCSSColorByCSSColor( 22 colorSpace js.Ref, 23 channels js.Ref, 24 alpha js.Ref) js.Ref 25 26 //go:wasmimport plat/js/web new_CSSColor_CSSColor1 27 //go:noescape 28 func NewCSSColorByCSSColor1( 29 colorSpace js.Ref, 30 channels js.Ref) js.Ref 31 32 //go:wasmimport plat/js/web get_CSSColor_ColorSpace 33 //go:noescape 34 func GetCSSColorColorSpace( 35 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 36 37 //go:wasmimport plat/js/web set_CSSColor_ColorSpace 38 //go:noescape 39 func SetCSSColorColorSpace( 40 this js.Ref, 41 val js.Ref, 42 ) js.Ref 43 44 //go:wasmimport plat/js/web get_CSSColor_Channels 45 //go:noescape 46 func GetCSSColorChannels( 47 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 48 49 //go:wasmimport plat/js/web set_CSSColor_Channels 50 //go:noescape 51 func SetCSSColorChannels( 52 this js.Ref, 53 val js.Ref, 54 ) js.Ref 55 56 //go:wasmimport plat/js/web get_CSSColor_Alpha 57 //go:noescape 58 func GetCSSColorAlpha( 59 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 60 61 //go:wasmimport plat/js/web set_CSSColor_Alpha 62 //go:noescape 63 func SetCSSColorAlpha( 64 this js.Ref, 65 val js.Ref, 66 ) js.Ref 67 68 //go:wasmimport plat/js/web get_CSSColorProfileRule_Name 69 //go:noescape 70 func GetCSSColorProfileRuleName( 71 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 72 73 //go:wasmimport plat/js/web get_CSSColorProfileRule_Src 74 //go:noescape 75 func GetCSSColorProfileRuleSrc( 76 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 77 78 //go:wasmimport plat/js/web get_CSSColorProfileRule_RenderingIntent 79 //go:noescape 80 func GetCSSColorProfileRuleRenderingIntent( 81 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 82 83 //go:wasmimport plat/js/web get_CSSColorProfileRule_Components 84 //go:noescape 85 func GetCSSColorProfileRuleComponents( 86 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 87 88 //go:wasmimport plat/js/web has_CSSColorValue_Parse 89 //go:noescape 90 func HasFuncCSSColorValueParse(this js.Ref) js.Ref 91 92 //go:wasmimport plat/js/web func_CSSColorValue_Parse 93 //go:noescape 94 func FuncCSSColorValueParse(this js.Ref, fn unsafe.Pointer) 95 96 //go:wasmimport plat/js/web call_CSSColorValue_Parse 97 //go:noescape 98 func CallCSSColorValueParse( 99 this js.Ref, retPtr unsafe.Pointer, 100 cssText js.Ref) 101 102 //go:wasmimport plat/js/web try_CSSColorValue_Parse 103 //go:noescape 104 func TryCSSColorValueParse( 105 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 106 cssText js.Ref) (ok js.Ref) 107 108 //go:wasmimport plat/js/web get_CSSConditionRule_ConditionText 109 //go:noescape 110 func GetCSSConditionRuleConditionText( 111 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 112 113 //go:wasmimport plat/js/web get_CSSContainerRule_ContainerName 114 //go:noescape 115 func GetCSSContainerRuleContainerName( 116 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 117 118 //go:wasmimport plat/js/web get_CSSContainerRule_ContainerQuery 119 //go:noescape 120 func GetCSSContainerRuleContainerQuery( 121 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 122 123 //go:wasmimport plat/js/web get_CSSCounterStyleRule_Name 124 //go:noescape 125 func GetCSSCounterStyleRuleName( 126 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 127 128 //go:wasmimport plat/js/web set_CSSCounterStyleRule_Name 129 //go:noescape 130 func SetCSSCounterStyleRuleName( 131 this js.Ref, 132 val js.Ref, 133 ) js.Ref 134 135 //go:wasmimport plat/js/web get_CSSCounterStyleRule_System 136 //go:noescape 137 func GetCSSCounterStyleRuleSystem( 138 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 139 140 //go:wasmimport plat/js/web set_CSSCounterStyleRule_System 141 //go:noescape 142 func SetCSSCounterStyleRuleSystem( 143 this js.Ref, 144 val js.Ref, 145 ) js.Ref 146 147 //go:wasmimport plat/js/web get_CSSCounterStyleRule_Symbols 148 //go:noescape 149 func GetCSSCounterStyleRuleSymbols( 150 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 151 152 //go:wasmimport plat/js/web set_CSSCounterStyleRule_Symbols 153 //go:noescape 154 func SetCSSCounterStyleRuleSymbols( 155 this js.Ref, 156 val js.Ref, 157 ) js.Ref 158 159 //go:wasmimport plat/js/web get_CSSCounterStyleRule_AdditiveSymbols 160 //go:noescape 161 func GetCSSCounterStyleRuleAdditiveSymbols( 162 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 163 164 //go:wasmimport plat/js/web set_CSSCounterStyleRule_AdditiveSymbols 165 //go:noescape 166 func SetCSSCounterStyleRuleAdditiveSymbols( 167 this js.Ref, 168 val js.Ref, 169 ) js.Ref 170 171 //go:wasmimport plat/js/web get_CSSCounterStyleRule_Negative 172 //go:noescape 173 func GetCSSCounterStyleRuleNegative( 174 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 175 176 //go:wasmimport plat/js/web set_CSSCounterStyleRule_Negative 177 //go:noescape 178 func SetCSSCounterStyleRuleNegative( 179 this js.Ref, 180 val js.Ref, 181 ) js.Ref 182 183 //go:wasmimport plat/js/web get_CSSCounterStyleRule_Prefix 184 //go:noescape 185 func GetCSSCounterStyleRulePrefix( 186 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 187 188 //go:wasmimport plat/js/web set_CSSCounterStyleRule_Prefix 189 //go:noescape 190 func SetCSSCounterStyleRulePrefix( 191 this js.Ref, 192 val js.Ref, 193 ) js.Ref 194 195 //go:wasmimport plat/js/web get_CSSCounterStyleRule_Suffix 196 //go:noescape 197 func GetCSSCounterStyleRuleSuffix( 198 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 199 200 //go:wasmimport plat/js/web set_CSSCounterStyleRule_Suffix 201 //go:noescape 202 func SetCSSCounterStyleRuleSuffix( 203 this js.Ref, 204 val js.Ref, 205 ) js.Ref 206 207 //go:wasmimport plat/js/web get_CSSCounterStyleRule_Range 208 //go:noescape 209 func GetCSSCounterStyleRuleRange( 210 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 211 212 //go:wasmimport plat/js/web set_CSSCounterStyleRule_Range 213 //go:noescape 214 func SetCSSCounterStyleRuleRange( 215 this js.Ref, 216 val js.Ref, 217 ) js.Ref 218 219 //go:wasmimport plat/js/web get_CSSCounterStyleRule_Pad 220 //go:noescape 221 func GetCSSCounterStyleRulePad( 222 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 223 224 //go:wasmimport plat/js/web set_CSSCounterStyleRule_Pad 225 //go:noescape 226 func SetCSSCounterStyleRulePad( 227 this js.Ref, 228 val js.Ref, 229 ) js.Ref 230 231 //go:wasmimport plat/js/web get_CSSCounterStyleRule_SpeakAs 232 //go:noescape 233 func GetCSSCounterStyleRuleSpeakAs( 234 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 235 236 //go:wasmimport plat/js/web set_CSSCounterStyleRule_SpeakAs 237 //go:noescape 238 func SetCSSCounterStyleRuleSpeakAs( 239 this js.Ref, 240 val js.Ref, 241 ) js.Ref 242 243 //go:wasmimport plat/js/web get_CSSCounterStyleRule_Fallback 244 //go:noescape 245 func GetCSSCounterStyleRuleFallback( 246 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 247 248 //go:wasmimport plat/js/web set_CSSCounterStyleRule_Fallback 249 //go:noescape 250 func SetCSSCounterStyleRuleFallback( 251 this js.Ref, 252 val js.Ref, 253 ) js.Ref 254 255 //go:wasmimport plat/js/web get_CSSFontFaceRule_Style 256 //go:noescape 257 func GetCSSFontFaceRuleStyle( 258 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 259 260 //go:wasmimport plat/js/web has_CSSFontFeatureValuesMap_Set 261 //go:noescape 262 func HasFuncCSSFontFeatureValuesMapSet(this js.Ref) js.Ref 263 264 //go:wasmimport plat/js/web func_CSSFontFeatureValuesMap_Set 265 //go:noescape 266 func FuncCSSFontFeatureValuesMapSet(this js.Ref, fn unsafe.Pointer) 267 268 //go:wasmimport plat/js/web call_CSSFontFeatureValuesMap_Set 269 //go:noescape 270 func CallCSSFontFeatureValuesMapSet( 271 this js.Ref, retPtr unsafe.Pointer, 272 featureValueName js.Ref, 273 values js.Ref) 274 275 //go:wasmimport plat/js/web try_CSSFontFeatureValuesMap_Set 276 //go:noescape 277 func TryCSSFontFeatureValuesMapSet( 278 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 279 featureValueName js.Ref, 280 values js.Ref) (ok js.Ref) 281 282 //go:wasmimport plat/js/web get_CSSFontFeatureValuesRule_FontFamily 283 //go:noescape 284 func GetCSSFontFeatureValuesRuleFontFamily( 285 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 286 287 //go:wasmimport plat/js/web set_CSSFontFeatureValuesRule_FontFamily 288 //go:noescape 289 func SetCSSFontFeatureValuesRuleFontFamily( 290 this js.Ref, 291 val js.Ref, 292 ) js.Ref 293 294 //go:wasmimport plat/js/web get_CSSFontFeatureValuesRule_Annotation 295 //go:noescape 296 func GetCSSFontFeatureValuesRuleAnnotation( 297 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 298 299 //go:wasmimport plat/js/web get_CSSFontFeatureValuesRule_Ornaments 300 //go:noescape 301 func GetCSSFontFeatureValuesRuleOrnaments( 302 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 303 304 //go:wasmimport plat/js/web get_CSSFontFeatureValuesRule_Stylistic 305 //go:noescape 306 func GetCSSFontFeatureValuesRuleStylistic( 307 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 308 309 //go:wasmimport plat/js/web get_CSSFontFeatureValuesRule_Swash 310 //go:noescape 311 func GetCSSFontFeatureValuesRuleSwash( 312 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 313 314 //go:wasmimport plat/js/web get_CSSFontFeatureValuesRule_CharacterVariant 315 //go:noescape 316 func GetCSSFontFeatureValuesRuleCharacterVariant( 317 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 318 319 //go:wasmimport plat/js/web get_CSSFontFeatureValuesRule_Styleset 320 //go:noescape 321 func GetCSSFontFeatureValuesRuleStyleset( 322 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 323 324 //go:wasmimport plat/js/web get_CSSFontPaletteValuesRule_Name 325 //go:noescape 326 func GetCSSFontPaletteValuesRuleName( 327 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 328 329 //go:wasmimport plat/js/web get_CSSFontPaletteValuesRule_FontFamily 330 //go:noescape 331 func GetCSSFontPaletteValuesRuleFontFamily( 332 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 333 334 //go:wasmimport plat/js/web get_CSSFontPaletteValuesRule_BasePalette 335 //go:noescape 336 func GetCSSFontPaletteValuesRuleBasePalette( 337 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 338 339 //go:wasmimport plat/js/web get_CSSFontPaletteValuesRule_OverrideColors 340 //go:noescape 341 func GetCSSFontPaletteValuesRuleOverrideColors( 342 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 343 344 //go:wasmimport plat/js/web get_CSSGroupingRule_CssRules 345 //go:noescape 346 func GetCSSGroupingRuleCssRules( 347 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 348 349 //go:wasmimport plat/js/web has_CSSGroupingRule_InsertRule 350 //go:noescape 351 func HasFuncCSSGroupingRuleInsertRule(this js.Ref) js.Ref 352 353 //go:wasmimport plat/js/web func_CSSGroupingRule_InsertRule 354 //go:noescape 355 func FuncCSSGroupingRuleInsertRule(this js.Ref, fn unsafe.Pointer) 356 357 //go:wasmimport plat/js/web call_CSSGroupingRule_InsertRule 358 //go:noescape 359 func CallCSSGroupingRuleInsertRule( 360 this js.Ref, retPtr unsafe.Pointer, 361 rule js.Ref, 362 index uint32) 363 364 //go:wasmimport plat/js/web try_CSSGroupingRule_InsertRule 365 //go:noescape 366 func TryCSSGroupingRuleInsertRule( 367 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 368 rule js.Ref, 369 index uint32) (ok js.Ref) 370 371 //go:wasmimport plat/js/web has_CSSGroupingRule_InsertRule1 372 //go:noescape 373 func HasFuncCSSGroupingRuleInsertRule1(this js.Ref) js.Ref 374 375 //go:wasmimport plat/js/web func_CSSGroupingRule_InsertRule1 376 //go:noescape 377 func FuncCSSGroupingRuleInsertRule1(this js.Ref, fn unsafe.Pointer) 378 379 //go:wasmimport plat/js/web call_CSSGroupingRule_InsertRule1 380 //go:noescape 381 func CallCSSGroupingRuleInsertRule1( 382 this js.Ref, retPtr unsafe.Pointer, 383 rule js.Ref) 384 385 //go:wasmimport plat/js/web try_CSSGroupingRule_InsertRule1 386 //go:noescape 387 func TryCSSGroupingRuleInsertRule1( 388 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 389 rule js.Ref) (ok js.Ref) 390 391 //go:wasmimport plat/js/web has_CSSGroupingRule_DeleteRule 392 //go:noescape 393 func HasFuncCSSGroupingRuleDeleteRule(this js.Ref) js.Ref 394 395 //go:wasmimport plat/js/web func_CSSGroupingRule_DeleteRule 396 //go:noescape 397 func FuncCSSGroupingRuleDeleteRule(this js.Ref, fn unsafe.Pointer) 398 399 //go:wasmimport plat/js/web call_CSSGroupingRule_DeleteRule 400 //go:noescape 401 func CallCSSGroupingRuleDeleteRule( 402 this js.Ref, retPtr unsafe.Pointer, 403 index uint32) 404 405 //go:wasmimport plat/js/web try_CSSGroupingRule_DeleteRule 406 //go:noescape 407 func TryCSSGroupingRuleDeleteRule( 408 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 409 index uint32) (ok js.Ref) 410 411 //go:wasmimport plat/js/web new_CSSHSL_CSSHSL 412 //go:noescape 413 func NewCSSHSLByCSSHSL( 414 h js.Ref, 415 s js.Ref, 416 l js.Ref, 417 alpha js.Ref) js.Ref 418 419 //go:wasmimport plat/js/web new_CSSHSL_CSSHSL1 420 //go:noescape 421 func NewCSSHSLByCSSHSL1( 422 h js.Ref, 423 s js.Ref, 424 l js.Ref) js.Ref 425 426 //go:wasmimport plat/js/web get_CSSHSL_H 427 //go:noescape 428 func GetCSSHSLH( 429 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 430 431 //go:wasmimport plat/js/web set_CSSHSL_H 432 //go:noescape 433 func SetCSSHSLH( 434 this js.Ref, 435 val js.Ref, 436 ) js.Ref 437 438 //go:wasmimport plat/js/web get_CSSHSL_S 439 //go:noescape 440 func GetCSSHSLS( 441 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 442 443 //go:wasmimport plat/js/web set_CSSHSL_S 444 //go:noescape 445 func SetCSSHSLS( 446 this js.Ref, 447 val js.Ref, 448 ) js.Ref 449 450 //go:wasmimport plat/js/web get_CSSHSL_L 451 //go:noescape 452 func GetCSSHSLL( 453 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 454 455 //go:wasmimport plat/js/web set_CSSHSL_L 456 //go:noescape 457 func SetCSSHSLL( 458 this js.Ref, 459 val js.Ref, 460 ) js.Ref 461 462 //go:wasmimport plat/js/web get_CSSHSL_Alpha 463 //go:noescape 464 func GetCSSHSLAlpha( 465 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 466 467 //go:wasmimport plat/js/web set_CSSHSL_Alpha 468 //go:noescape 469 func SetCSSHSLAlpha( 470 this js.Ref, 471 val js.Ref, 472 ) js.Ref 473 474 //go:wasmimport plat/js/web new_CSSHWB_CSSHWB 475 //go:noescape 476 func NewCSSHWBByCSSHWB( 477 h js.Ref, 478 w js.Ref, 479 b js.Ref, 480 alpha js.Ref) js.Ref 481 482 //go:wasmimport plat/js/web new_CSSHWB_CSSHWB1 483 //go:noescape 484 func NewCSSHWBByCSSHWB1( 485 h js.Ref, 486 w js.Ref, 487 b js.Ref) js.Ref 488 489 //go:wasmimport plat/js/web get_CSSHWB_H 490 //go:noescape 491 func GetCSSHWBH( 492 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 493 494 //go:wasmimport plat/js/web set_CSSHWB_H 495 //go:noescape 496 func SetCSSHWBH( 497 this js.Ref, 498 val js.Ref, 499 ) js.Ref 500 501 //go:wasmimport plat/js/web get_CSSHWB_W 502 //go:noescape 503 func GetCSSHWBW( 504 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 505 506 //go:wasmimport plat/js/web set_CSSHWB_W 507 //go:noescape 508 func SetCSSHWBW( 509 this js.Ref, 510 val js.Ref, 511 ) js.Ref 512 513 //go:wasmimport plat/js/web get_CSSHWB_B 514 //go:noescape 515 func GetCSSHWBB( 516 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 517 518 //go:wasmimport plat/js/web set_CSSHWB_B 519 //go:noescape 520 func SetCSSHWBB( 521 this js.Ref, 522 val js.Ref, 523 ) js.Ref 524 525 //go:wasmimport plat/js/web get_CSSHWB_Alpha 526 //go:noescape 527 func GetCSSHWBAlpha( 528 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 529 530 //go:wasmimport plat/js/web set_CSSHWB_Alpha 531 //go:noescape 532 func SetCSSHWBAlpha( 533 this js.Ref, 534 val js.Ref, 535 ) js.Ref 536 537 //go:wasmimport plat/js/web get_CSSImportRule_Href 538 //go:noescape 539 func GetCSSImportRuleHref( 540 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 541 542 //go:wasmimport plat/js/web get_CSSImportRule_Media 543 //go:noescape 544 func GetCSSImportRuleMedia( 545 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 546 547 //go:wasmimport plat/js/web get_CSSImportRule_StyleSheet 548 //go:noescape 549 func GetCSSImportRuleStyleSheet( 550 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 551 552 //go:wasmimport plat/js/web get_CSSImportRule_LayerName 553 //go:noescape 554 func GetCSSImportRuleLayerName( 555 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 556 557 //go:wasmimport plat/js/web get_CSSImportRule_SupportsText 558 //go:noescape 559 func GetCSSImportRuleSupportsText( 560 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 561 562 //go:wasmimport plat/js/web get_CSSKeyframeRule_KeyText 563 //go:noescape 564 func GetCSSKeyframeRuleKeyText( 565 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 566 567 //go:wasmimport plat/js/web set_CSSKeyframeRule_KeyText 568 //go:noescape 569 func SetCSSKeyframeRuleKeyText( 570 this js.Ref, 571 val js.Ref, 572 ) js.Ref 573 574 //go:wasmimport plat/js/web get_CSSKeyframeRule_Style 575 //go:noescape 576 func GetCSSKeyframeRuleStyle( 577 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 578 579 //go:wasmimport plat/js/web get_CSSKeyframesRule_Name 580 //go:noescape 581 func GetCSSKeyframesRuleName( 582 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 583 584 //go:wasmimport plat/js/web set_CSSKeyframesRule_Name 585 //go:noescape 586 func SetCSSKeyframesRuleName( 587 this js.Ref, 588 val js.Ref, 589 ) js.Ref 590 591 //go:wasmimport plat/js/web get_CSSKeyframesRule_CssRules 592 //go:noescape 593 func GetCSSKeyframesRuleCssRules( 594 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 595 596 //go:wasmimport plat/js/web get_CSSKeyframesRule_Length 597 //go:noescape 598 func GetCSSKeyframesRuleLength( 599 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 600 601 //go:wasmimport plat/js/web has_CSSKeyframesRule_Get 602 //go:noescape 603 func HasFuncCSSKeyframesRuleGet(this js.Ref) js.Ref 604 605 //go:wasmimport plat/js/web func_CSSKeyframesRule_Get 606 //go:noescape 607 func FuncCSSKeyframesRuleGet(this js.Ref, fn unsafe.Pointer) 608 609 //go:wasmimport plat/js/web call_CSSKeyframesRule_Get 610 //go:noescape 611 func CallCSSKeyframesRuleGet( 612 this js.Ref, retPtr unsafe.Pointer, 613 index uint32) 614 615 //go:wasmimport plat/js/web try_CSSKeyframesRule_Get 616 //go:noescape 617 func TryCSSKeyframesRuleGet( 618 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 619 index uint32) (ok js.Ref) 620 621 //go:wasmimport plat/js/web has_CSSKeyframesRule_AppendRule 622 //go:noescape 623 func HasFuncCSSKeyframesRuleAppendRule(this js.Ref) js.Ref 624 625 //go:wasmimport plat/js/web func_CSSKeyframesRule_AppendRule 626 //go:noescape 627 func FuncCSSKeyframesRuleAppendRule(this js.Ref, fn unsafe.Pointer) 628 629 //go:wasmimport plat/js/web call_CSSKeyframesRule_AppendRule 630 //go:noescape 631 func CallCSSKeyframesRuleAppendRule( 632 this js.Ref, retPtr unsafe.Pointer, 633 rule js.Ref) 634 635 //go:wasmimport plat/js/web try_CSSKeyframesRule_AppendRule 636 //go:noescape 637 func TryCSSKeyframesRuleAppendRule( 638 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 639 rule js.Ref) (ok js.Ref) 640 641 //go:wasmimport plat/js/web has_CSSKeyframesRule_DeleteRule 642 //go:noescape 643 func HasFuncCSSKeyframesRuleDeleteRule(this js.Ref) js.Ref 644 645 //go:wasmimport plat/js/web func_CSSKeyframesRule_DeleteRule 646 //go:noescape 647 func FuncCSSKeyframesRuleDeleteRule(this js.Ref, fn unsafe.Pointer) 648 649 //go:wasmimport plat/js/web call_CSSKeyframesRule_DeleteRule 650 //go:noescape 651 func CallCSSKeyframesRuleDeleteRule( 652 this js.Ref, retPtr unsafe.Pointer, 653 sel js.Ref) 654 655 //go:wasmimport plat/js/web try_CSSKeyframesRule_DeleteRule 656 //go:noescape 657 func TryCSSKeyframesRuleDeleteRule( 658 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 659 sel js.Ref) (ok js.Ref) 660 661 //go:wasmimport plat/js/web has_CSSKeyframesRule_FindRule 662 //go:noescape 663 func HasFuncCSSKeyframesRuleFindRule(this js.Ref) js.Ref 664 665 //go:wasmimport plat/js/web func_CSSKeyframesRule_FindRule 666 //go:noescape 667 func FuncCSSKeyframesRuleFindRule(this js.Ref, fn unsafe.Pointer) 668 669 //go:wasmimport plat/js/web call_CSSKeyframesRule_FindRule 670 //go:noescape 671 func CallCSSKeyframesRuleFindRule( 672 this js.Ref, retPtr unsafe.Pointer, 673 sel js.Ref) 674 675 //go:wasmimport plat/js/web try_CSSKeyframesRule_FindRule 676 //go:noescape 677 func TryCSSKeyframesRuleFindRule( 678 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 679 sel js.Ref) (ok js.Ref) 680 681 //go:wasmimport plat/js/web new_CSSLCH_CSSLCH 682 //go:noescape 683 func NewCSSLCHByCSSLCH( 684 l js.Ref, 685 c js.Ref, 686 h js.Ref, 687 alpha js.Ref) js.Ref 688 689 //go:wasmimport plat/js/web new_CSSLCH_CSSLCH1 690 //go:noescape 691 func NewCSSLCHByCSSLCH1( 692 l js.Ref, 693 c js.Ref, 694 h js.Ref) js.Ref 695 696 //go:wasmimport plat/js/web get_CSSLCH_L 697 //go:noescape 698 func GetCSSLCHL( 699 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 700 701 //go:wasmimport plat/js/web set_CSSLCH_L 702 //go:noescape 703 func SetCSSLCHL( 704 this js.Ref, 705 val js.Ref, 706 ) js.Ref 707 708 //go:wasmimport plat/js/web get_CSSLCH_C 709 //go:noescape 710 func GetCSSLCHC( 711 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 712 713 //go:wasmimport plat/js/web set_CSSLCH_C 714 //go:noescape 715 func SetCSSLCHC( 716 this js.Ref, 717 val js.Ref, 718 ) js.Ref 719 720 //go:wasmimport plat/js/web get_CSSLCH_H 721 //go:noescape 722 func GetCSSLCHH( 723 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 724 725 //go:wasmimport plat/js/web set_CSSLCH_H 726 //go:noescape 727 func SetCSSLCHH( 728 this js.Ref, 729 val js.Ref, 730 ) js.Ref 731 732 //go:wasmimport plat/js/web get_CSSLCH_Alpha 733 //go:noescape 734 func GetCSSLCHAlpha( 735 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 736 737 //go:wasmimport plat/js/web set_CSSLCH_Alpha 738 //go:noescape 739 func SetCSSLCHAlpha( 740 this js.Ref, 741 val js.Ref, 742 ) js.Ref 743 744 //go:wasmimport plat/js/web new_CSSLab_CSSLab 745 //go:noescape 746 func NewCSSLabByCSSLab( 747 l js.Ref, 748 a js.Ref, 749 b js.Ref, 750 alpha js.Ref) js.Ref 751 752 //go:wasmimport plat/js/web new_CSSLab_CSSLab1 753 //go:noescape 754 func NewCSSLabByCSSLab1( 755 l js.Ref, 756 a js.Ref, 757 b js.Ref) js.Ref 758 759 //go:wasmimport plat/js/web get_CSSLab_L 760 //go:noescape 761 func GetCSSLabL( 762 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 763 764 //go:wasmimport plat/js/web set_CSSLab_L 765 //go:noescape 766 func SetCSSLabL( 767 this js.Ref, 768 val js.Ref, 769 ) js.Ref 770 771 //go:wasmimport plat/js/web get_CSSLab_A 772 //go:noescape 773 func GetCSSLabA( 774 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 775 776 //go:wasmimport plat/js/web set_CSSLab_A 777 //go:noescape 778 func SetCSSLabA( 779 this js.Ref, 780 val js.Ref, 781 ) js.Ref 782 783 //go:wasmimport plat/js/web get_CSSLab_B 784 //go:noescape 785 func GetCSSLabB( 786 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 787 788 //go:wasmimport plat/js/web set_CSSLab_B 789 //go:noescape 790 func SetCSSLabB( 791 this js.Ref, 792 val js.Ref, 793 ) js.Ref 794 795 //go:wasmimport plat/js/web get_CSSLab_Alpha 796 //go:noescape 797 func GetCSSLabAlpha( 798 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 799 800 //go:wasmimport plat/js/web set_CSSLab_Alpha 801 //go:noescape 802 func SetCSSLabAlpha( 803 this js.Ref, 804 val js.Ref, 805 ) js.Ref 806 807 //go:wasmimport plat/js/web get_CSSLayerBlockRule_Name 808 //go:noescape 809 func GetCSSLayerBlockRuleName( 810 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 811 812 //go:wasmimport plat/js/web get_CSSLayerStatementRule_NameList 813 //go:noescape 814 func GetCSSLayerStatementRuleNameList( 815 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 816 817 //go:wasmimport plat/js/web get_CSSMarginRule_Name 818 //go:noescape 819 func GetCSSMarginRuleName( 820 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 821 822 //go:wasmimport plat/js/web get_CSSMarginRule_Style 823 //go:noescape 824 func GetCSSMarginRuleStyle( 825 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 826 827 //go:wasmimport plat/js/web new_CSSMathClamp_CSSMathClamp 828 //go:noescape 829 func NewCSSMathClampByCSSMathClamp( 830 lower js.Ref, 831 value js.Ref, 832 upper js.Ref) js.Ref 833 834 //go:wasmimport plat/js/web get_CSSMathClamp_Lower 835 //go:noescape 836 func GetCSSMathClampLower( 837 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 838 839 //go:wasmimport plat/js/web get_CSSMathClamp_Value 840 //go:noescape 841 func GetCSSMathClampValue( 842 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 843 844 //go:wasmimport plat/js/web get_CSSMathClamp_Upper 845 //go:noescape 846 func GetCSSMathClampUpper( 847 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 848 849 //go:wasmimport plat/js/web new_CSSMathInvert_CSSMathInvert 850 //go:noescape 851 func NewCSSMathInvertByCSSMathInvert( 852 arg js.Ref) js.Ref 853 854 //go:wasmimport plat/js/web get_CSSMathInvert_Value 855 //go:noescape 856 func GetCSSMathInvertValue( 857 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 858 859 //go:wasmimport plat/js/web new_CSSMathMax_CSSMathMax 860 //go:noescape 861 func NewCSSMathMaxByCSSMathMax( 862 argsPtr unsafe.Pointer, 863 argsCount uint32) js.Ref 864 865 //go:wasmimport plat/js/web get_CSSMathMax_Values 866 //go:noescape 867 func GetCSSMathMaxValues( 868 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 869 870 //go:wasmimport plat/js/web new_CSSMathMin_CSSMathMin 871 //go:noescape 872 func NewCSSMathMinByCSSMathMin( 873 argsPtr unsafe.Pointer, 874 argsCount uint32) js.Ref 875 876 //go:wasmimport plat/js/web get_CSSMathMin_Values 877 //go:noescape 878 func GetCSSMathMinValues( 879 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 880 881 //go:wasmimport plat/js/web new_CSSMathNegate_CSSMathNegate 882 //go:noescape 883 func NewCSSMathNegateByCSSMathNegate( 884 arg js.Ref) js.Ref 885 886 //go:wasmimport plat/js/web get_CSSMathNegate_Value 887 //go:noescape 888 func GetCSSMathNegateValue( 889 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 890 891 //go:wasmimport plat/js/web constof_CSSMathOperator 892 //go:noescape 893 func ConstOfCSSMathOperator(str js.Ref) uint32 894 895 //go:wasmimport plat/js/web new_CSSMathProduct_CSSMathProduct 896 //go:noescape 897 func NewCSSMathProductByCSSMathProduct( 898 argsPtr unsafe.Pointer, 899 argsCount uint32) js.Ref 900 901 //go:wasmimport plat/js/web get_CSSMathProduct_Values 902 //go:noescape 903 func GetCSSMathProductValues( 904 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 905 906 //go:wasmimport plat/js/web get_CSSMathValue_Operator 907 //go:noescape 908 func GetCSSMathValueOperator( 909 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 910 911 //go:wasmimport plat/js/web new_DOMMatrixReadOnly_DOMMatrixReadOnly 912 //go:noescape 913 func NewDOMMatrixReadOnlyByDOMMatrixReadOnly( 914 init js.Ref) js.Ref 915 916 //go:wasmimport plat/js/web new_DOMMatrixReadOnly_DOMMatrixReadOnly1 917 //go:noescape 918 func NewDOMMatrixReadOnlyByDOMMatrixReadOnly1() js.Ref 919 920 //go:wasmimport plat/js/web get_DOMMatrixReadOnly_A 921 //go:noescape 922 func GetDOMMatrixReadOnlyA( 923 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 924 925 //go:wasmimport plat/js/web get_DOMMatrixReadOnly_B 926 //go:noescape 927 func GetDOMMatrixReadOnlyB( 928 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 929 930 //go:wasmimport plat/js/web get_DOMMatrixReadOnly_C 931 //go:noescape 932 func GetDOMMatrixReadOnlyC( 933 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 934 935 //go:wasmimport plat/js/web get_DOMMatrixReadOnly_D 936 //go:noescape 937 func GetDOMMatrixReadOnlyD( 938 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 939 940 //go:wasmimport plat/js/web get_DOMMatrixReadOnly_E 941 //go:noescape 942 func GetDOMMatrixReadOnlyE( 943 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 944 945 //go:wasmimport plat/js/web get_DOMMatrixReadOnly_F 946 //go:noescape 947 func GetDOMMatrixReadOnlyF( 948 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 949 950 //go:wasmimport plat/js/web get_DOMMatrixReadOnly_M11 951 //go:noescape 952 func GetDOMMatrixReadOnlyM11( 953 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 954 955 //go:wasmimport plat/js/web get_DOMMatrixReadOnly_M12 956 //go:noescape 957 func GetDOMMatrixReadOnlyM12( 958 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 959 960 //go:wasmimport plat/js/web get_DOMMatrixReadOnly_M13 961 //go:noescape 962 func GetDOMMatrixReadOnlyM13( 963 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 964 965 //go:wasmimport plat/js/web get_DOMMatrixReadOnly_M14 966 //go:noescape 967 func GetDOMMatrixReadOnlyM14( 968 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 969 970 //go:wasmimport plat/js/web get_DOMMatrixReadOnly_M21 971 //go:noescape 972 func GetDOMMatrixReadOnlyM21( 973 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 974 975 //go:wasmimport plat/js/web get_DOMMatrixReadOnly_M22 976 //go:noescape 977 func GetDOMMatrixReadOnlyM22( 978 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 979 980 //go:wasmimport plat/js/web get_DOMMatrixReadOnly_M23 981 //go:noescape 982 func GetDOMMatrixReadOnlyM23( 983 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 984 985 //go:wasmimport plat/js/web get_DOMMatrixReadOnly_M24 986 //go:noescape 987 func GetDOMMatrixReadOnlyM24( 988 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 989 990 //go:wasmimport plat/js/web get_DOMMatrixReadOnly_M31 991 //go:noescape 992 func GetDOMMatrixReadOnlyM31( 993 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 994 995 //go:wasmimport plat/js/web get_DOMMatrixReadOnly_M32 996 //go:noescape 997 func GetDOMMatrixReadOnlyM32( 998 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 999 1000 //go:wasmimport plat/js/web get_DOMMatrixReadOnly_M33 1001 //go:noescape 1002 func GetDOMMatrixReadOnlyM33( 1003 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 1004 1005 //go:wasmimport plat/js/web get_DOMMatrixReadOnly_M34 1006 //go:noescape 1007 func GetDOMMatrixReadOnlyM34( 1008 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 1009 1010 //go:wasmimport plat/js/web get_DOMMatrixReadOnly_M41 1011 //go:noescape 1012 func GetDOMMatrixReadOnlyM41( 1013 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 1014 1015 //go:wasmimport plat/js/web get_DOMMatrixReadOnly_M42 1016 //go:noescape 1017 func GetDOMMatrixReadOnlyM42( 1018 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 1019 1020 //go:wasmimport plat/js/web get_DOMMatrixReadOnly_M43 1021 //go:noescape 1022 func GetDOMMatrixReadOnlyM43( 1023 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 1024 1025 //go:wasmimport plat/js/web get_DOMMatrixReadOnly_M44 1026 //go:noescape 1027 func GetDOMMatrixReadOnlyM44( 1028 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 1029 1030 //go:wasmimport plat/js/web get_DOMMatrixReadOnly_Is2D 1031 //go:noescape 1032 func GetDOMMatrixReadOnlyIs2D( 1033 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 1034 1035 //go:wasmimport plat/js/web get_DOMMatrixReadOnly_IsIdentity 1036 //go:noescape 1037 func GetDOMMatrixReadOnlyIsIdentity( 1038 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 1039 1040 //go:wasmimport plat/js/web has_DOMMatrixReadOnly_FromMatrix 1041 //go:noescape 1042 func HasFuncDOMMatrixReadOnlyFromMatrix(this js.Ref) js.Ref 1043 1044 //go:wasmimport plat/js/web func_DOMMatrixReadOnly_FromMatrix 1045 //go:noescape 1046 func FuncDOMMatrixReadOnlyFromMatrix(this js.Ref, fn unsafe.Pointer) 1047 1048 //go:wasmimport plat/js/web call_DOMMatrixReadOnly_FromMatrix 1049 //go:noescape 1050 func CallDOMMatrixReadOnlyFromMatrix( 1051 this js.Ref, retPtr unsafe.Pointer, 1052 other unsafe.Pointer) 1053 1054 //go:wasmimport plat/js/web try_DOMMatrixReadOnly_FromMatrix 1055 //go:noescape 1056 func TryDOMMatrixReadOnlyFromMatrix( 1057 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1058 other unsafe.Pointer) (ok js.Ref) 1059 1060 //go:wasmimport plat/js/web has_DOMMatrixReadOnly_FromMatrix1 1061 //go:noescape 1062 func HasFuncDOMMatrixReadOnlyFromMatrix1(this js.Ref) js.Ref 1063 1064 //go:wasmimport plat/js/web func_DOMMatrixReadOnly_FromMatrix1 1065 //go:noescape 1066 func FuncDOMMatrixReadOnlyFromMatrix1(this js.Ref, fn unsafe.Pointer) 1067 1068 //go:wasmimport plat/js/web call_DOMMatrixReadOnly_FromMatrix1 1069 //go:noescape 1070 func CallDOMMatrixReadOnlyFromMatrix1( 1071 this js.Ref, retPtr unsafe.Pointer) 1072 1073 //go:wasmimport plat/js/web try_DOMMatrixReadOnly_FromMatrix1 1074 //go:noescape 1075 func TryDOMMatrixReadOnlyFromMatrix1( 1076 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer) (ok js.Ref) 1077 1078 //go:wasmimport plat/js/web has_DOMMatrixReadOnly_FromFloat32Array 1079 //go:noescape 1080 func HasFuncDOMMatrixReadOnlyFromFloat32Array(this js.Ref) js.Ref 1081 1082 //go:wasmimport plat/js/web func_DOMMatrixReadOnly_FromFloat32Array 1083 //go:noescape 1084 func FuncDOMMatrixReadOnlyFromFloat32Array(this js.Ref, fn unsafe.Pointer) 1085 1086 //go:wasmimport plat/js/web call_DOMMatrixReadOnly_FromFloat32Array 1087 //go:noescape 1088 func CallDOMMatrixReadOnlyFromFloat32Array( 1089 this js.Ref, retPtr unsafe.Pointer, 1090 array32 js.Ref) 1091 1092 //go:wasmimport plat/js/web try_DOMMatrixReadOnly_FromFloat32Array 1093 //go:noescape 1094 func TryDOMMatrixReadOnlyFromFloat32Array( 1095 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1096 array32 js.Ref) (ok js.Ref) 1097 1098 //go:wasmimport plat/js/web has_DOMMatrixReadOnly_FromFloat64Array 1099 //go:noescape 1100 func HasFuncDOMMatrixReadOnlyFromFloat64Array(this js.Ref) js.Ref 1101 1102 //go:wasmimport plat/js/web func_DOMMatrixReadOnly_FromFloat64Array 1103 //go:noescape 1104 func FuncDOMMatrixReadOnlyFromFloat64Array(this js.Ref, fn unsafe.Pointer) 1105 1106 //go:wasmimport plat/js/web call_DOMMatrixReadOnly_FromFloat64Array 1107 //go:noescape 1108 func CallDOMMatrixReadOnlyFromFloat64Array( 1109 this js.Ref, retPtr unsafe.Pointer, 1110 array64 js.Ref) 1111 1112 //go:wasmimport plat/js/web try_DOMMatrixReadOnly_FromFloat64Array 1113 //go:noescape 1114 func TryDOMMatrixReadOnlyFromFloat64Array( 1115 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1116 array64 js.Ref) (ok js.Ref) 1117 1118 //go:wasmimport plat/js/web has_DOMMatrixReadOnly_Translate 1119 //go:noescape 1120 func HasFuncDOMMatrixReadOnlyTranslate(this js.Ref) js.Ref 1121 1122 //go:wasmimport plat/js/web func_DOMMatrixReadOnly_Translate 1123 //go:noescape 1124 func FuncDOMMatrixReadOnlyTranslate(this js.Ref, fn unsafe.Pointer) 1125 1126 //go:wasmimport plat/js/web call_DOMMatrixReadOnly_Translate 1127 //go:noescape 1128 func CallDOMMatrixReadOnlyTranslate( 1129 this js.Ref, retPtr unsafe.Pointer, 1130 tx float64, 1131 ty float64, 1132 tz float64) 1133 1134 //go:wasmimport plat/js/web try_DOMMatrixReadOnly_Translate 1135 //go:noescape 1136 func TryDOMMatrixReadOnlyTranslate( 1137 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1138 tx float64, 1139 ty float64, 1140 tz float64) (ok js.Ref) 1141 1142 //go:wasmimport plat/js/web has_DOMMatrixReadOnly_Translate1 1143 //go:noescape 1144 func HasFuncDOMMatrixReadOnlyTranslate1(this js.Ref) js.Ref 1145 1146 //go:wasmimport plat/js/web func_DOMMatrixReadOnly_Translate1 1147 //go:noescape 1148 func FuncDOMMatrixReadOnlyTranslate1(this js.Ref, fn unsafe.Pointer) 1149 1150 //go:wasmimport plat/js/web call_DOMMatrixReadOnly_Translate1 1151 //go:noescape 1152 func CallDOMMatrixReadOnlyTranslate1( 1153 this js.Ref, retPtr unsafe.Pointer, 1154 tx float64, 1155 ty float64) 1156 1157 //go:wasmimport plat/js/web try_DOMMatrixReadOnly_Translate1 1158 //go:noescape 1159 func TryDOMMatrixReadOnlyTranslate1( 1160 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1161 tx float64, 1162 ty float64) (ok js.Ref) 1163 1164 //go:wasmimport plat/js/web has_DOMMatrixReadOnly_Translate2 1165 //go:noescape 1166 func HasFuncDOMMatrixReadOnlyTranslate2(this js.Ref) js.Ref 1167 1168 //go:wasmimport plat/js/web func_DOMMatrixReadOnly_Translate2 1169 //go:noescape 1170 func FuncDOMMatrixReadOnlyTranslate2(this js.Ref, fn unsafe.Pointer) 1171 1172 //go:wasmimport plat/js/web call_DOMMatrixReadOnly_Translate2 1173 //go:noescape 1174 func CallDOMMatrixReadOnlyTranslate2( 1175 this js.Ref, retPtr unsafe.Pointer, 1176 tx float64) 1177 1178 //go:wasmimport plat/js/web try_DOMMatrixReadOnly_Translate2 1179 //go:noescape 1180 func TryDOMMatrixReadOnlyTranslate2( 1181 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1182 tx float64) (ok js.Ref) 1183 1184 //go:wasmimport plat/js/web has_DOMMatrixReadOnly_Translate3 1185 //go:noescape 1186 func HasFuncDOMMatrixReadOnlyTranslate3(this js.Ref) js.Ref 1187 1188 //go:wasmimport plat/js/web func_DOMMatrixReadOnly_Translate3 1189 //go:noescape 1190 func FuncDOMMatrixReadOnlyTranslate3(this js.Ref, fn unsafe.Pointer) 1191 1192 //go:wasmimport plat/js/web call_DOMMatrixReadOnly_Translate3 1193 //go:noescape 1194 func CallDOMMatrixReadOnlyTranslate3( 1195 this js.Ref, retPtr unsafe.Pointer) 1196 1197 //go:wasmimport plat/js/web try_DOMMatrixReadOnly_Translate3 1198 //go:noescape 1199 func TryDOMMatrixReadOnlyTranslate3( 1200 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer) (ok js.Ref) 1201 1202 //go:wasmimport plat/js/web has_DOMMatrixReadOnly_Scale 1203 //go:noescape 1204 func HasFuncDOMMatrixReadOnlyScale(this js.Ref) js.Ref 1205 1206 //go:wasmimport plat/js/web func_DOMMatrixReadOnly_Scale 1207 //go:noescape 1208 func FuncDOMMatrixReadOnlyScale(this js.Ref, fn unsafe.Pointer) 1209 1210 //go:wasmimport plat/js/web call_DOMMatrixReadOnly_Scale 1211 //go:noescape 1212 func CallDOMMatrixReadOnlyScale( 1213 this js.Ref, retPtr unsafe.Pointer, 1214 scaleX float64, 1215 scaleY float64, 1216 scaleZ float64, 1217 originX float64, 1218 originY float64, 1219 originZ float64) 1220 1221 //go:wasmimport plat/js/web try_DOMMatrixReadOnly_Scale 1222 //go:noescape 1223 func TryDOMMatrixReadOnlyScale( 1224 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1225 scaleX float64, 1226 scaleY float64, 1227 scaleZ float64, 1228 originX float64, 1229 originY float64, 1230 originZ float64) (ok js.Ref) 1231 1232 //go:wasmimport plat/js/web has_DOMMatrixReadOnly_Scale1 1233 //go:noescape 1234 func HasFuncDOMMatrixReadOnlyScale1(this js.Ref) js.Ref 1235 1236 //go:wasmimport plat/js/web func_DOMMatrixReadOnly_Scale1 1237 //go:noescape 1238 func FuncDOMMatrixReadOnlyScale1(this js.Ref, fn unsafe.Pointer) 1239 1240 //go:wasmimport plat/js/web call_DOMMatrixReadOnly_Scale1 1241 //go:noescape 1242 func CallDOMMatrixReadOnlyScale1( 1243 this js.Ref, retPtr unsafe.Pointer, 1244 scaleX float64, 1245 scaleY float64, 1246 scaleZ float64, 1247 originX float64, 1248 originY float64) 1249 1250 //go:wasmimport plat/js/web try_DOMMatrixReadOnly_Scale1 1251 //go:noescape 1252 func TryDOMMatrixReadOnlyScale1( 1253 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1254 scaleX float64, 1255 scaleY float64, 1256 scaleZ float64, 1257 originX float64, 1258 originY float64) (ok js.Ref) 1259 1260 //go:wasmimport plat/js/web has_DOMMatrixReadOnly_Scale2 1261 //go:noescape 1262 func HasFuncDOMMatrixReadOnlyScale2(this js.Ref) js.Ref 1263 1264 //go:wasmimport plat/js/web func_DOMMatrixReadOnly_Scale2 1265 //go:noescape 1266 func FuncDOMMatrixReadOnlyScale2(this js.Ref, fn unsafe.Pointer) 1267 1268 //go:wasmimport plat/js/web call_DOMMatrixReadOnly_Scale2 1269 //go:noescape 1270 func CallDOMMatrixReadOnlyScale2( 1271 this js.Ref, retPtr unsafe.Pointer, 1272 scaleX float64, 1273 scaleY float64, 1274 scaleZ float64, 1275 originX float64) 1276 1277 //go:wasmimport plat/js/web try_DOMMatrixReadOnly_Scale2 1278 //go:noescape 1279 func TryDOMMatrixReadOnlyScale2( 1280 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1281 scaleX float64, 1282 scaleY float64, 1283 scaleZ float64, 1284 originX float64) (ok js.Ref) 1285 1286 //go:wasmimport plat/js/web has_DOMMatrixReadOnly_Scale3 1287 //go:noescape 1288 func HasFuncDOMMatrixReadOnlyScale3(this js.Ref) js.Ref 1289 1290 //go:wasmimport plat/js/web func_DOMMatrixReadOnly_Scale3 1291 //go:noescape 1292 func FuncDOMMatrixReadOnlyScale3(this js.Ref, fn unsafe.Pointer) 1293 1294 //go:wasmimport plat/js/web call_DOMMatrixReadOnly_Scale3 1295 //go:noescape 1296 func CallDOMMatrixReadOnlyScale3( 1297 this js.Ref, retPtr unsafe.Pointer, 1298 scaleX float64, 1299 scaleY float64, 1300 scaleZ float64) 1301 1302 //go:wasmimport plat/js/web try_DOMMatrixReadOnly_Scale3 1303 //go:noescape 1304 func TryDOMMatrixReadOnlyScale3( 1305 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1306 scaleX float64, 1307 scaleY float64, 1308 scaleZ float64) (ok js.Ref) 1309 1310 //go:wasmimport plat/js/web has_DOMMatrixReadOnly_Scale4 1311 //go:noescape 1312 func HasFuncDOMMatrixReadOnlyScale4(this js.Ref) js.Ref 1313 1314 //go:wasmimport plat/js/web func_DOMMatrixReadOnly_Scale4 1315 //go:noescape 1316 func FuncDOMMatrixReadOnlyScale4(this js.Ref, fn unsafe.Pointer) 1317 1318 //go:wasmimport plat/js/web call_DOMMatrixReadOnly_Scale4 1319 //go:noescape 1320 func CallDOMMatrixReadOnlyScale4( 1321 this js.Ref, retPtr unsafe.Pointer, 1322 scaleX float64, 1323 scaleY float64) 1324 1325 //go:wasmimport plat/js/web try_DOMMatrixReadOnly_Scale4 1326 //go:noescape 1327 func TryDOMMatrixReadOnlyScale4( 1328 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1329 scaleX float64, 1330 scaleY float64) (ok js.Ref) 1331 1332 //go:wasmimport plat/js/web has_DOMMatrixReadOnly_Scale5 1333 //go:noescape 1334 func HasFuncDOMMatrixReadOnlyScale5(this js.Ref) js.Ref 1335 1336 //go:wasmimport plat/js/web func_DOMMatrixReadOnly_Scale5 1337 //go:noescape 1338 func FuncDOMMatrixReadOnlyScale5(this js.Ref, fn unsafe.Pointer) 1339 1340 //go:wasmimport plat/js/web call_DOMMatrixReadOnly_Scale5 1341 //go:noescape 1342 func CallDOMMatrixReadOnlyScale5( 1343 this js.Ref, retPtr unsafe.Pointer, 1344 scaleX float64) 1345 1346 //go:wasmimport plat/js/web try_DOMMatrixReadOnly_Scale5 1347 //go:noescape 1348 func TryDOMMatrixReadOnlyScale5( 1349 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1350 scaleX float64) (ok js.Ref) 1351 1352 //go:wasmimport plat/js/web has_DOMMatrixReadOnly_Scale6 1353 //go:noescape 1354 func HasFuncDOMMatrixReadOnlyScale6(this js.Ref) js.Ref 1355 1356 //go:wasmimport plat/js/web func_DOMMatrixReadOnly_Scale6 1357 //go:noescape 1358 func FuncDOMMatrixReadOnlyScale6(this js.Ref, fn unsafe.Pointer) 1359 1360 //go:wasmimport plat/js/web call_DOMMatrixReadOnly_Scale6 1361 //go:noescape 1362 func CallDOMMatrixReadOnlyScale6( 1363 this js.Ref, retPtr unsafe.Pointer) 1364 1365 //go:wasmimport plat/js/web try_DOMMatrixReadOnly_Scale6 1366 //go:noescape 1367 func TryDOMMatrixReadOnlyScale6( 1368 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer) (ok js.Ref) 1369 1370 //go:wasmimport plat/js/web has_DOMMatrixReadOnly_ScaleNonUniform 1371 //go:noescape 1372 func HasFuncDOMMatrixReadOnlyScaleNonUniform(this js.Ref) js.Ref 1373 1374 //go:wasmimport plat/js/web func_DOMMatrixReadOnly_ScaleNonUniform 1375 //go:noescape 1376 func FuncDOMMatrixReadOnlyScaleNonUniform(this js.Ref, fn unsafe.Pointer) 1377 1378 //go:wasmimport plat/js/web call_DOMMatrixReadOnly_ScaleNonUniform 1379 //go:noescape 1380 func CallDOMMatrixReadOnlyScaleNonUniform( 1381 this js.Ref, retPtr unsafe.Pointer, 1382 scaleX float64, 1383 scaleY float64) 1384 1385 //go:wasmimport plat/js/web try_DOMMatrixReadOnly_ScaleNonUniform 1386 //go:noescape 1387 func TryDOMMatrixReadOnlyScaleNonUniform( 1388 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1389 scaleX float64, 1390 scaleY float64) (ok js.Ref) 1391 1392 //go:wasmimport plat/js/web has_DOMMatrixReadOnly_ScaleNonUniform1 1393 //go:noescape 1394 func HasFuncDOMMatrixReadOnlyScaleNonUniform1(this js.Ref) js.Ref 1395 1396 //go:wasmimport plat/js/web func_DOMMatrixReadOnly_ScaleNonUniform1 1397 //go:noescape 1398 func FuncDOMMatrixReadOnlyScaleNonUniform1(this js.Ref, fn unsafe.Pointer) 1399 1400 //go:wasmimport plat/js/web call_DOMMatrixReadOnly_ScaleNonUniform1 1401 //go:noescape 1402 func CallDOMMatrixReadOnlyScaleNonUniform1( 1403 this js.Ref, retPtr unsafe.Pointer, 1404 scaleX float64) 1405 1406 //go:wasmimport plat/js/web try_DOMMatrixReadOnly_ScaleNonUniform1 1407 //go:noescape 1408 func TryDOMMatrixReadOnlyScaleNonUniform1( 1409 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1410 scaleX float64) (ok js.Ref) 1411 1412 //go:wasmimport plat/js/web has_DOMMatrixReadOnly_ScaleNonUniform2 1413 //go:noescape 1414 func HasFuncDOMMatrixReadOnlyScaleNonUniform2(this js.Ref) js.Ref 1415 1416 //go:wasmimport plat/js/web func_DOMMatrixReadOnly_ScaleNonUniform2 1417 //go:noescape 1418 func FuncDOMMatrixReadOnlyScaleNonUniform2(this js.Ref, fn unsafe.Pointer) 1419 1420 //go:wasmimport plat/js/web call_DOMMatrixReadOnly_ScaleNonUniform2 1421 //go:noescape 1422 func CallDOMMatrixReadOnlyScaleNonUniform2( 1423 this js.Ref, retPtr unsafe.Pointer) 1424 1425 //go:wasmimport plat/js/web try_DOMMatrixReadOnly_ScaleNonUniform2 1426 //go:noescape 1427 func TryDOMMatrixReadOnlyScaleNonUniform2( 1428 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer) (ok js.Ref) 1429 1430 //go:wasmimport plat/js/web has_DOMMatrixReadOnly_Scale3d 1431 //go:noescape 1432 func HasFuncDOMMatrixReadOnlyScale3d(this js.Ref) js.Ref 1433 1434 //go:wasmimport plat/js/web func_DOMMatrixReadOnly_Scale3d 1435 //go:noescape 1436 func FuncDOMMatrixReadOnlyScale3d(this js.Ref, fn unsafe.Pointer) 1437 1438 //go:wasmimport plat/js/web call_DOMMatrixReadOnly_Scale3d 1439 //go:noescape 1440 func CallDOMMatrixReadOnlyScale3d( 1441 this js.Ref, retPtr unsafe.Pointer, 1442 scale float64, 1443 originX float64, 1444 originY float64, 1445 originZ float64) 1446 1447 //go:wasmimport plat/js/web try_DOMMatrixReadOnly_Scale3d 1448 //go:noescape 1449 func TryDOMMatrixReadOnlyScale3d( 1450 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1451 scale float64, 1452 originX float64, 1453 originY float64, 1454 originZ float64) (ok js.Ref) 1455 1456 //go:wasmimport plat/js/web has_DOMMatrixReadOnly_Scale3d1 1457 //go:noescape 1458 func HasFuncDOMMatrixReadOnlyScale3d1(this js.Ref) js.Ref 1459 1460 //go:wasmimport plat/js/web func_DOMMatrixReadOnly_Scale3d1 1461 //go:noescape 1462 func FuncDOMMatrixReadOnlyScale3d1(this js.Ref, fn unsafe.Pointer) 1463 1464 //go:wasmimport plat/js/web call_DOMMatrixReadOnly_Scale3d1 1465 //go:noescape 1466 func CallDOMMatrixReadOnlyScale3d1( 1467 this js.Ref, retPtr unsafe.Pointer, 1468 scale float64, 1469 originX float64, 1470 originY float64) 1471 1472 //go:wasmimport plat/js/web try_DOMMatrixReadOnly_Scale3d1 1473 //go:noescape 1474 func TryDOMMatrixReadOnlyScale3d1( 1475 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1476 scale float64, 1477 originX float64, 1478 originY float64) (ok js.Ref) 1479 1480 //go:wasmimport plat/js/web has_DOMMatrixReadOnly_Scale3d2 1481 //go:noescape 1482 func HasFuncDOMMatrixReadOnlyScale3d2(this js.Ref) js.Ref 1483 1484 //go:wasmimport plat/js/web func_DOMMatrixReadOnly_Scale3d2 1485 //go:noescape 1486 func FuncDOMMatrixReadOnlyScale3d2(this js.Ref, fn unsafe.Pointer) 1487 1488 //go:wasmimport plat/js/web call_DOMMatrixReadOnly_Scale3d2 1489 //go:noescape 1490 func CallDOMMatrixReadOnlyScale3d2( 1491 this js.Ref, retPtr unsafe.Pointer, 1492 scale float64, 1493 originX float64) 1494 1495 //go:wasmimport plat/js/web try_DOMMatrixReadOnly_Scale3d2 1496 //go:noescape 1497 func TryDOMMatrixReadOnlyScale3d2( 1498 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1499 scale float64, 1500 originX float64) (ok js.Ref) 1501 1502 //go:wasmimport plat/js/web has_DOMMatrixReadOnly_Scale3d3 1503 //go:noescape 1504 func HasFuncDOMMatrixReadOnlyScale3d3(this js.Ref) js.Ref 1505 1506 //go:wasmimport plat/js/web func_DOMMatrixReadOnly_Scale3d3 1507 //go:noescape 1508 func FuncDOMMatrixReadOnlyScale3d3(this js.Ref, fn unsafe.Pointer) 1509 1510 //go:wasmimport plat/js/web call_DOMMatrixReadOnly_Scale3d3 1511 //go:noescape 1512 func CallDOMMatrixReadOnlyScale3d3( 1513 this js.Ref, retPtr unsafe.Pointer, 1514 scale float64) 1515 1516 //go:wasmimport plat/js/web try_DOMMatrixReadOnly_Scale3d3 1517 //go:noescape 1518 func TryDOMMatrixReadOnlyScale3d3( 1519 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1520 scale float64) (ok js.Ref) 1521 1522 //go:wasmimport plat/js/web has_DOMMatrixReadOnly_Scale3d4 1523 //go:noescape 1524 func HasFuncDOMMatrixReadOnlyScale3d4(this js.Ref) js.Ref 1525 1526 //go:wasmimport plat/js/web func_DOMMatrixReadOnly_Scale3d4 1527 //go:noescape 1528 func FuncDOMMatrixReadOnlyScale3d4(this js.Ref, fn unsafe.Pointer) 1529 1530 //go:wasmimport plat/js/web call_DOMMatrixReadOnly_Scale3d4 1531 //go:noescape 1532 func CallDOMMatrixReadOnlyScale3d4( 1533 this js.Ref, retPtr unsafe.Pointer) 1534 1535 //go:wasmimport plat/js/web try_DOMMatrixReadOnly_Scale3d4 1536 //go:noescape 1537 func TryDOMMatrixReadOnlyScale3d4( 1538 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer) (ok js.Ref) 1539 1540 //go:wasmimport plat/js/web has_DOMMatrixReadOnly_Rotate 1541 //go:noescape 1542 func HasFuncDOMMatrixReadOnlyRotate(this js.Ref) js.Ref 1543 1544 //go:wasmimport plat/js/web func_DOMMatrixReadOnly_Rotate 1545 //go:noescape 1546 func FuncDOMMatrixReadOnlyRotate(this js.Ref, fn unsafe.Pointer) 1547 1548 //go:wasmimport plat/js/web call_DOMMatrixReadOnly_Rotate 1549 //go:noescape 1550 func CallDOMMatrixReadOnlyRotate( 1551 this js.Ref, retPtr unsafe.Pointer, 1552 rotX float64, 1553 rotY float64, 1554 rotZ float64) 1555 1556 //go:wasmimport plat/js/web try_DOMMatrixReadOnly_Rotate 1557 //go:noescape 1558 func TryDOMMatrixReadOnlyRotate( 1559 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1560 rotX float64, 1561 rotY float64, 1562 rotZ float64) (ok js.Ref) 1563 1564 //go:wasmimport plat/js/web has_DOMMatrixReadOnly_Rotate1 1565 //go:noescape 1566 func HasFuncDOMMatrixReadOnlyRotate1(this js.Ref) js.Ref 1567 1568 //go:wasmimport plat/js/web func_DOMMatrixReadOnly_Rotate1 1569 //go:noescape 1570 func FuncDOMMatrixReadOnlyRotate1(this js.Ref, fn unsafe.Pointer) 1571 1572 //go:wasmimport plat/js/web call_DOMMatrixReadOnly_Rotate1 1573 //go:noescape 1574 func CallDOMMatrixReadOnlyRotate1( 1575 this js.Ref, retPtr unsafe.Pointer, 1576 rotX float64, 1577 rotY float64) 1578 1579 //go:wasmimport plat/js/web try_DOMMatrixReadOnly_Rotate1 1580 //go:noescape 1581 func TryDOMMatrixReadOnlyRotate1( 1582 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1583 rotX float64, 1584 rotY float64) (ok js.Ref) 1585 1586 //go:wasmimport plat/js/web has_DOMMatrixReadOnly_Rotate2 1587 //go:noescape 1588 func HasFuncDOMMatrixReadOnlyRotate2(this js.Ref) js.Ref 1589 1590 //go:wasmimport plat/js/web func_DOMMatrixReadOnly_Rotate2 1591 //go:noescape 1592 func FuncDOMMatrixReadOnlyRotate2(this js.Ref, fn unsafe.Pointer) 1593 1594 //go:wasmimport plat/js/web call_DOMMatrixReadOnly_Rotate2 1595 //go:noescape 1596 func CallDOMMatrixReadOnlyRotate2( 1597 this js.Ref, retPtr unsafe.Pointer, 1598 rotX float64) 1599 1600 //go:wasmimport plat/js/web try_DOMMatrixReadOnly_Rotate2 1601 //go:noescape 1602 func TryDOMMatrixReadOnlyRotate2( 1603 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1604 rotX float64) (ok js.Ref) 1605 1606 //go:wasmimport plat/js/web has_DOMMatrixReadOnly_Rotate3 1607 //go:noescape 1608 func HasFuncDOMMatrixReadOnlyRotate3(this js.Ref) js.Ref 1609 1610 //go:wasmimport plat/js/web func_DOMMatrixReadOnly_Rotate3 1611 //go:noescape 1612 func FuncDOMMatrixReadOnlyRotate3(this js.Ref, fn unsafe.Pointer) 1613 1614 //go:wasmimport plat/js/web call_DOMMatrixReadOnly_Rotate3 1615 //go:noescape 1616 func CallDOMMatrixReadOnlyRotate3( 1617 this js.Ref, retPtr unsafe.Pointer) 1618 1619 //go:wasmimport plat/js/web try_DOMMatrixReadOnly_Rotate3 1620 //go:noescape 1621 func TryDOMMatrixReadOnlyRotate3( 1622 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer) (ok js.Ref) 1623 1624 //go:wasmimport plat/js/web has_DOMMatrixReadOnly_RotateFromVector 1625 //go:noescape 1626 func HasFuncDOMMatrixReadOnlyRotateFromVector(this js.Ref) js.Ref 1627 1628 //go:wasmimport plat/js/web func_DOMMatrixReadOnly_RotateFromVector 1629 //go:noescape 1630 func FuncDOMMatrixReadOnlyRotateFromVector(this js.Ref, fn unsafe.Pointer) 1631 1632 //go:wasmimport plat/js/web call_DOMMatrixReadOnly_RotateFromVector 1633 //go:noescape 1634 func CallDOMMatrixReadOnlyRotateFromVector( 1635 this js.Ref, retPtr unsafe.Pointer, 1636 x float64, 1637 y float64) 1638 1639 //go:wasmimport plat/js/web try_DOMMatrixReadOnly_RotateFromVector 1640 //go:noescape 1641 func TryDOMMatrixReadOnlyRotateFromVector( 1642 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1643 x float64, 1644 y float64) (ok js.Ref) 1645 1646 //go:wasmimport plat/js/web has_DOMMatrixReadOnly_RotateFromVector1 1647 //go:noescape 1648 func HasFuncDOMMatrixReadOnlyRotateFromVector1(this js.Ref) js.Ref 1649 1650 //go:wasmimport plat/js/web func_DOMMatrixReadOnly_RotateFromVector1 1651 //go:noescape 1652 func FuncDOMMatrixReadOnlyRotateFromVector1(this js.Ref, fn unsafe.Pointer) 1653 1654 //go:wasmimport plat/js/web call_DOMMatrixReadOnly_RotateFromVector1 1655 //go:noescape 1656 func CallDOMMatrixReadOnlyRotateFromVector1( 1657 this js.Ref, retPtr unsafe.Pointer, 1658 x float64) 1659 1660 //go:wasmimport plat/js/web try_DOMMatrixReadOnly_RotateFromVector1 1661 //go:noescape 1662 func TryDOMMatrixReadOnlyRotateFromVector1( 1663 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1664 x float64) (ok js.Ref) 1665 1666 //go:wasmimport plat/js/web has_DOMMatrixReadOnly_RotateFromVector2 1667 //go:noescape 1668 func HasFuncDOMMatrixReadOnlyRotateFromVector2(this js.Ref) js.Ref 1669 1670 //go:wasmimport plat/js/web func_DOMMatrixReadOnly_RotateFromVector2 1671 //go:noescape 1672 func FuncDOMMatrixReadOnlyRotateFromVector2(this js.Ref, fn unsafe.Pointer) 1673 1674 //go:wasmimport plat/js/web call_DOMMatrixReadOnly_RotateFromVector2 1675 //go:noescape 1676 func CallDOMMatrixReadOnlyRotateFromVector2( 1677 this js.Ref, retPtr unsafe.Pointer) 1678 1679 //go:wasmimport plat/js/web try_DOMMatrixReadOnly_RotateFromVector2 1680 //go:noescape 1681 func TryDOMMatrixReadOnlyRotateFromVector2( 1682 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer) (ok js.Ref) 1683 1684 //go:wasmimport plat/js/web has_DOMMatrixReadOnly_RotateAxisAngle 1685 //go:noescape 1686 func HasFuncDOMMatrixReadOnlyRotateAxisAngle(this js.Ref) js.Ref 1687 1688 //go:wasmimport plat/js/web func_DOMMatrixReadOnly_RotateAxisAngle 1689 //go:noescape 1690 func FuncDOMMatrixReadOnlyRotateAxisAngle(this js.Ref, fn unsafe.Pointer) 1691 1692 //go:wasmimport plat/js/web call_DOMMatrixReadOnly_RotateAxisAngle 1693 //go:noescape 1694 func CallDOMMatrixReadOnlyRotateAxisAngle( 1695 this js.Ref, retPtr unsafe.Pointer, 1696 x float64, 1697 y float64, 1698 z float64, 1699 angle float64) 1700 1701 //go:wasmimport plat/js/web try_DOMMatrixReadOnly_RotateAxisAngle 1702 //go:noescape 1703 func TryDOMMatrixReadOnlyRotateAxisAngle( 1704 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1705 x float64, 1706 y float64, 1707 z float64, 1708 angle float64) (ok js.Ref) 1709 1710 //go:wasmimport plat/js/web has_DOMMatrixReadOnly_RotateAxisAngle1 1711 //go:noescape 1712 func HasFuncDOMMatrixReadOnlyRotateAxisAngle1(this js.Ref) js.Ref 1713 1714 //go:wasmimport plat/js/web func_DOMMatrixReadOnly_RotateAxisAngle1 1715 //go:noescape 1716 func FuncDOMMatrixReadOnlyRotateAxisAngle1(this js.Ref, fn unsafe.Pointer) 1717 1718 //go:wasmimport plat/js/web call_DOMMatrixReadOnly_RotateAxisAngle1 1719 //go:noescape 1720 func CallDOMMatrixReadOnlyRotateAxisAngle1( 1721 this js.Ref, retPtr unsafe.Pointer, 1722 x float64, 1723 y float64, 1724 z float64) 1725 1726 //go:wasmimport plat/js/web try_DOMMatrixReadOnly_RotateAxisAngle1 1727 //go:noescape 1728 func TryDOMMatrixReadOnlyRotateAxisAngle1( 1729 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1730 x float64, 1731 y float64, 1732 z float64) (ok js.Ref) 1733 1734 //go:wasmimport plat/js/web has_DOMMatrixReadOnly_RotateAxisAngle2 1735 //go:noescape 1736 func HasFuncDOMMatrixReadOnlyRotateAxisAngle2(this js.Ref) js.Ref 1737 1738 //go:wasmimport plat/js/web func_DOMMatrixReadOnly_RotateAxisAngle2 1739 //go:noescape 1740 func FuncDOMMatrixReadOnlyRotateAxisAngle2(this js.Ref, fn unsafe.Pointer) 1741 1742 //go:wasmimport plat/js/web call_DOMMatrixReadOnly_RotateAxisAngle2 1743 //go:noescape 1744 func CallDOMMatrixReadOnlyRotateAxisAngle2( 1745 this js.Ref, retPtr unsafe.Pointer, 1746 x float64, 1747 y float64) 1748 1749 //go:wasmimport plat/js/web try_DOMMatrixReadOnly_RotateAxisAngle2 1750 //go:noescape 1751 func TryDOMMatrixReadOnlyRotateAxisAngle2( 1752 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1753 x float64, 1754 y float64) (ok js.Ref) 1755 1756 //go:wasmimport plat/js/web has_DOMMatrixReadOnly_RotateAxisAngle3 1757 //go:noescape 1758 func HasFuncDOMMatrixReadOnlyRotateAxisAngle3(this js.Ref) js.Ref 1759 1760 //go:wasmimport plat/js/web func_DOMMatrixReadOnly_RotateAxisAngle3 1761 //go:noescape 1762 func FuncDOMMatrixReadOnlyRotateAxisAngle3(this js.Ref, fn unsafe.Pointer) 1763 1764 //go:wasmimport plat/js/web call_DOMMatrixReadOnly_RotateAxisAngle3 1765 //go:noescape 1766 func CallDOMMatrixReadOnlyRotateAxisAngle3( 1767 this js.Ref, retPtr unsafe.Pointer, 1768 x float64) 1769 1770 //go:wasmimport plat/js/web try_DOMMatrixReadOnly_RotateAxisAngle3 1771 //go:noescape 1772 func TryDOMMatrixReadOnlyRotateAxisAngle3( 1773 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1774 x float64) (ok js.Ref) 1775 1776 //go:wasmimport plat/js/web has_DOMMatrixReadOnly_RotateAxisAngle4 1777 //go:noescape 1778 func HasFuncDOMMatrixReadOnlyRotateAxisAngle4(this js.Ref) js.Ref 1779 1780 //go:wasmimport plat/js/web func_DOMMatrixReadOnly_RotateAxisAngle4 1781 //go:noescape 1782 func FuncDOMMatrixReadOnlyRotateAxisAngle4(this js.Ref, fn unsafe.Pointer) 1783 1784 //go:wasmimport plat/js/web call_DOMMatrixReadOnly_RotateAxisAngle4 1785 //go:noescape 1786 func CallDOMMatrixReadOnlyRotateAxisAngle4( 1787 this js.Ref, retPtr unsafe.Pointer) 1788 1789 //go:wasmimport plat/js/web try_DOMMatrixReadOnly_RotateAxisAngle4 1790 //go:noescape 1791 func TryDOMMatrixReadOnlyRotateAxisAngle4( 1792 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer) (ok js.Ref) 1793 1794 //go:wasmimport plat/js/web has_DOMMatrixReadOnly_SkewX 1795 //go:noescape 1796 func HasFuncDOMMatrixReadOnlySkewX(this js.Ref) js.Ref 1797 1798 //go:wasmimport plat/js/web func_DOMMatrixReadOnly_SkewX 1799 //go:noescape 1800 func FuncDOMMatrixReadOnlySkewX(this js.Ref, fn unsafe.Pointer) 1801 1802 //go:wasmimport plat/js/web call_DOMMatrixReadOnly_SkewX 1803 //go:noescape 1804 func CallDOMMatrixReadOnlySkewX( 1805 this js.Ref, retPtr unsafe.Pointer, 1806 sx float64) 1807 1808 //go:wasmimport plat/js/web try_DOMMatrixReadOnly_SkewX 1809 //go:noescape 1810 func TryDOMMatrixReadOnlySkewX( 1811 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1812 sx float64) (ok js.Ref) 1813 1814 //go:wasmimport plat/js/web has_DOMMatrixReadOnly_SkewX1 1815 //go:noescape 1816 func HasFuncDOMMatrixReadOnlySkewX1(this js.Ref) js.Ref 1817 1818 //go:wasmimport plat/js/web func_DOMMatrixReadOnly_SkewX1 1819 //go:noescape 1820 func FuncDOMMatrixReadOnlySkewX1(this js.Ref, fn unsafe.Pointer) 1821 1822 //go:wasmimport plat/js/web call_DOMMatrixReadOnly_SkewX1 1823 //go:noescape 1824 func CallDOMMatrixReadOnlySkewX1( 1825 this js.Ref, retPtr unsafe.Pointer) 1826 1827 //go:wasmimport plat/js/web try_DOMMatrixReadOnly_SkewX1 1828 //go:noescape 1829 func TryDOMMatrixReadOnlySkewX1( 1830 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer) (ok js.Ref) 1831 1832 //go:wasmimport plat/js/web has_DOMMatrixReadOnly_SkewY 1833 //go:noescape 1834 func HasFuncDOMMatrixReadOnlySkewY(this js.Ref) js.Ref 1835 1836 //go:wasmimport plat/js/web func_DOMMatrixReadOnly_SkewY 1837 //go:noescape 1838 func FuncDOMMatrixReadOnlySkewY(this js.Ref, fn unsafe.Pointer) 1839 1840 //go:wasmimport plat/js/web call_DOMMatrixReadOnly_SkewY 1841 //go:noescape 1842 func CallDOMMatrixReadOnlySkewY( 1843 this js.Ref, retPtr unsafe.Pointer, 1844 sy float64) 1845 1846 //go:wasmimport plat/js/web try_DOMMatrixReadOnly_SkewY 1847 //go:noescape 1848 func TryDOMMatrixReadOnlySkewY( 1849 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1850 sy float64) (ok js.Ref) 1851 1852 //go:wasmimport plat/js/web has_DOMMatrixReadOnly_SkewY1 1853 //go:noescape 1854 func HasFuncDOMMatrixReadOnlySkewY1(this js.Ref) js.Ref 1855 1856 //go:wasmimport plat/js/web func_DOMMatrixReadOnly_SkewY1 1857 //go:noescape 1858 func FuncDOMMatrixReadOnlySkewY1(this js.Ref, fn unsafe.Pointer) 1859 1860 //go:wasmimport plat/js/web call_DOMMatrixReadOnly_SkewY1 1861 //go:noescape 1862 func CallDOMMatrixReadOnlySkewY1( 1863 this js.Ref, retPtr unsafe.Pointer) 1864 1865 //go:wasmimport plat/js/web try_DOMMatrixReadOnly_SkewY1 1866 //go:noescape 1867 func TryDOMMatrixReadOnlySkewY1( 1868 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer) (ok js.Ref) 1869 1870 //go:wasmimport plat/js/web has_DOMMatrixReadOnly_Multiply 1871 //go:noescape 1872 func HasFuncDOMMatrixReadOnlyMultiply(this js.Ref) js.Ref 1873 1874 //go:wasmimport plat/js/web func_DOMMatrixReadOnly_Multiply 1875 //go:noescape 1876 func FuncDOMMatrixReadOnlyMultiply(this js.Ref, fn unsafe.Pointer) 1877 1878 //go:wasmimport plat/js/web call_DOMMatrixReadOnly_Multiply 1879 //go:noescape 1880 func CallDOMMatrixReadOnlyMultiply( 1881 this js.Ref, retPtr unsafe.Pointer, 1882 other unsafe.Pointer) 1883 1884 //go:wasmimport plat/js/web try_DOMMatrixReadOnly_Multiply 1885 //go:noescape 1886 func TryDOMMatrixReadOnlyMultiply( 1887 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1888 other unsafe.Pointer) (ok js.Ref) 1889 1890 //go:wasmimport plat/js/web has_DOMMatrixReadOnly_Multiply1 1891 //go:noescape 1892 func HasFuncDOMMatrixReadOnlyMultiply1(this js.Ref) js.Ref 1893 1894 //go:wasmimport plat/js/web func_DOMMatrixReadOnly_Multiply1 1895 //go:noescape 1896 func FuncDOMMatrixReadOnlyMultiply1(this js.Ref, fn unsafe.Pointer) 1897 1898 //go:wasmimport plat/js/web call_DOMMatrixReadOnly_Multiply1 1899 //go:noescape 1900 func CallDOMMatrixReadOnlyMultiply1( 1901 this js.Ref, retPtr unsafe.Pointer) 1902 1903 //go:wasmimport plat/js/web try_DOMMatrixReadOnly_Multiply1 1904 //go:noescape 1905 func TryDOMMatrixReadOnlyMultiply1( 1906 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer) (ok js.Ref) 1907 1908 //go:wasmimport plat/js/web has_DOMMatrixReadOnly_FlipX 1909 //go:noescape 1910 func HasFuncDOMMatrixReadOnlyFlipX(this js.Ref) js.Ref 1911 1912 //go:wasmimport plat/js/web func_DOMMatrixReadOnly_FlipX 1913 //go:noescape 1914 func FuncDOMMatrixReadOnlyFlipX(this js.Ref, fn unsafe.Pointer) 1915 1916 //go:wasmimport plat/js/web call_DOMMatrixReadOnly_FlipX 1917 //go:noescape 1918 func CallDOMMatrixReadOnlyFlipX( 1919 this js.Ref, retPtr unsafe.Pointer) 1920 1921 //go:wasmimport plat/js/web try_DOMMatrixReadOnly_FlipX 1922 //go:noescape 1923 func TryDOMMatrixReadOnlyFlipX( 1924 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer) (ok js.Ref) 1925 1926 //go:wasmimport plat/js/web has_DOMMatrixReadOnly_FlipY 1927 //go:noescape 1928 func HasFuncDOMMatrixReadOnlyFlipY(this js.Ref) js.Ref 1929 1930 //go:wasmimport plat/js/web func_DOMMatrixReadOnly_FlipY 1931 //go:noescape 1932 func FuncDOMMatrixReadOnlyFlipY(this js.Ref, fn unsafe.Pointer) 1933 1934 //go:wasmimport plat/js/web call_DOMMatrixReadOnly_FlipY 1935 //go:noescape 1936 func CallDOMMatrixReadOnlyFlipY( 1937 this js.Ref, retPtr unsafe.Pointer) 1938 1939 //go:wasmimport plat/js/web try_DOMMatrixReadOnly_FlipY 1940 //go:noescape 1941 func TryDOMMatrixReadOnlyFlipY( 1942 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer) (ok js.Ref) 1943 1944 //go:wasmimport plat/js/web has_DOMMatrixReadOnly_Inverse 1945 //go:noescape 1946 func HasFuncDOMMatrixReadOnlyInverse(this js.Ref) js.Ref 1947 1948 //go:wasmimport plat/js/web func_DOMMatrixReadOnly_Inverse 1949 //go:noescape 1950 func FuncDOMMatrixReadOnlyInverse(this js.Ref, fn unsafe.Pointer) 1951 1952 //go:wasmimport plat/js/web call_DOMMatrixReadOnly_Inverse 1953 //go:noescape 1954 func CallDOMMatrixReadOnlyInverse( 1955 this js.Ref, retPtr unsafe.Pointer) 1956 1957 //go:wasmimport plat/js/web try_DOMMatrixReadOnly_Inverse 1958 //go:noescape 1959 func TryDOMMatrixReadOnlyInverse( 1960 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer) (ok js.Ref) 1961 1962 //go:wasmimport plat/js/web has_DOMMatrixReadOnly_TransformPoint 1963 //go:noescape 1964 func HasFuncDOMMatrixReadOnlyTransformPoint(this js.Ref) js.Ref 1965 1966 //go:wasmimport plat/js/web func_DOMMatrixReadOnly_TransformPoint 1967 //go:noescape 1968 func FuncDOMMatrixReadOnlyTransformPoint(this js.Ref, fn unsafe.Pointer) 1969 1970 //go:wasmimport plat/js/web call_DOMMatrixReadOnly_TransformPoint 1971 //go:noescape 1972 func CallDOMMatrixReadOnlyTransformPoint( 1973 this js.Ref, retPtr unsafe.Pointer, 1974 point unsafe.Pointer) 1975 1976 //go:wasmimport plat/js/web try_DOMMatrixReadOnly_TransformPoint 1977 //go:noescape 1978 func TryDOMMatrixReadOnlyTransformPoint( 1979 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer, 1980 point unsafe.Pointer) (ok js.Ref) 1981 1982 //go:wasmimport plat/js/web has_DOMMatrixReadOnly_TransformPoint1 1983 //go:noescape 1984 func HasFuncDOMMatrixReadOnlyTransformPoint1(this js.Ref) js.Ref 1985 1986 //go:wasmimport plat/js/web func_DOMMatrixReadOnly_TransformPoint1 1987 //go:noescape 1988 func FuncDOMMatrixReadOnlyTransformPoint1(this js.Ref, fn unsafe.Pointer) 1989 1990 //go:wasmimport plat/js/web call_DOMMatrixReadOnly_TransformPoint1 1991 //go:noescape 1992 func CallDOMMatrixReadOnlyTransformPoint1( 1993 this js.Ref, retPtr unsafe.Pointer) 1994 1995 //go:wasmimport plat/js/web try_DOMMatrixReadOnly_TransformPoint1 1996 //go:noescape 1997 func TryDOMMatrixReadOnlyTransformPoint1( 1998 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer) (ok js.Ref) 1999 2000 //go:wasmimport plat/js/web has_DOMMatrixReadOnly_ToFloat32Array 2001 //go:noescape 2002 func HasFuncDOMMatrixReadOnlyToFloat32Array(this js.Ref) js.Ref 2003 2004 //go:wasmimport plat/js/web func_DOMMatrixReadOnly_ToFloat32Array 2005 //go:noescape 2006 func FuncDOMMatrixReadOnlyToFloat32Array(this js.Ref, fn unsafe.Pointer) 2007 2008 //go:wasmimport plat/js/web call_DOMMatrixReadOnly_ToFloat32Array 2009 //go:noescape 2010 func CallDOMMatrixReadOnlyToFloat32Array( 2011 this js.Ref, retPtr unsafe.Pointer) 2012 2013 //go:wasmimport plat/js/web try_DOMMatrixReadOnly_ToFloat32Array 2014 //go:noescape 2015 func TryDOMMatrixReadOnlyToFloat32Array( 2016 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer) (ok js.Ref) 2017 2018 //go:wasmimport plat/js/web has_DOMMatrixReadOnly_ToFloat64Array 2019 //go:noescape 2020 func HasFuncDOMMatrixReadOnlyToFloat64Array(this js.Ref) js.Ref 2021 2022 //go:wasmimport plat/js/web func_DOMMatrixReadOnly_ToFloat64Array 2023 //go:noescape 2024 func FuncDOMMatrixReadOnlyToFloat64Array(this js.Ref, fn unsafe.Pointer) 2025 2026 //go:wasmimport plat/js/web call_DOMMatrixReadOnly_ToFloat64Array 2027 //go:noescape 2028 func CallDOMMatrixReadOnlyToFloat64Array( 2029 this js.Ref, retPtr unsafe.Pointer) 2030 2031 //go:wasmimport plat/js/web try_DOMMatrixReadOnly_ToFloat64Array 2032 //go:noescape 2033 func TryDOMMatrixReadOnlyToFloat64Array( 2034 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer) (ok js.Ref) 2035 2036 //go:wasmimport plat/js/web has_DOMMatrixReadOnly_ToString 2037 //go:noescape 2038 func HasFuncDOMMatrixReadOnlyToString(this js.Ref) js.Ref 2039 2040 //go:wasmimport plat/js/web func_DOMMatrixReadOnly_ToString 2041 //go:noescape 2042 func FuncDOMMatrixReadOnlyToString(this js.Ref, fn unsafe.Pointer) 2043 2044 //go:wasmimport plat/js/web call_DOMMatrixReadOnly_ToString 2045 //go:noescape 2046 func CallDOMMatrixReadOnlyToString( 2047 this js.Ref, retPtr unsafe.Pointer) 2048 2049 //go:wasmimport plat/js/web try_DOMMatrixReadOnly_ToString 2050 //go:noescape 2051 func TryDOMMatrixReadOnlyToString( 2052 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer) (ok js.Ref) 2053 2054 //go:wasmimport plat/js/web has_DOMMatrixReadOnly_ToJSON 2055 //go:noescape 2056 func HasFuncDOMMatrixReadOnlyToJSON(this js.Ref) js.Ref 2057 2058 //go:wasmimport plat/js/web func_DOMMatrixReadOnly_ToJSON 2059 //go:noescape 2060 func FuncDOMMatrixReadOnlyToJSON(this js.Ref, fn unsafe.Pointer) 2061 2062 //go:wasmimport plat/js/web call_DOMMatrixReadOnly_ToJSON 2063 //go:noescape 2064 func CallDOMMatrixReadOnlyToJSON( 2065 this js.Ref, retPtr unsafe.Pointer) 2066 2067 //go:wasmimport plat/js/web try_DOMMatrixReadOnly_ToJSON 2068 //go:noescape 2069 func TryDOMMatrixReadOnlyToJSON( 2070 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer) (ok js.Ref) 2071 2072 //go:wasmimport plat/js/web store_CSSMatrixComponentOptions 2073 //go:noescape 2074 func CSSMatrixComponentOptionsJSStore( 2075 ptr unsafe.Pointer, ref js.Ref) 2076 2077 //go:wasmimport plat/js/web load_CSSMatrixComponentOptions 2078 //go:noescape 2079 func CSSMatrixComponentOptionsJSLoad( 2080 ptr unsafe.Pointer, create, ref js.Ref) js.Ref 2081 2082 //go:wasmimport plat/js/web new_CSSMatrixComponent_CSSMatrixComponent 2083 //go:noescape 2084 func NewCSSMatrixComponentByCSSMatrixComponent( 2085 matrix js.Ref, 2086 options unsafe.Pointer) js.Ref 2087 2088 //go:wasmimport plat/js/web new_CSSMatrixComponent_CSSMatrixComponent1 2089 //go:noescape 2090 func NewCSSMatrixComponentByCSSMatrixComponent1( 2091 matrix js.Ref) js.Ref 2092 2093 //go:wasmimport plat/js/web get_CSSMatrixComponent_Matrix 2094 //go:noescape 2095 func GetCSSMatrixComponentMatrix( 2096 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 2097 2098 //go:wasmimport plat/js/web set_CSSMatrixComponent_Matrix 2099 //go:noescape 2100 func SetCSSMatrixComponentMatrix( 2101 this js.Ref, 2102 val js.Ref, 2103 ) js.Ref 2104 2105 //go:wasmimport plat/js/web get_CSSMediaRule_Media 2106 //go:noescape 2107 func GetCSSMediaRuleMedia( 2108 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 2109 2110 //go:wasmimport plat/js/web get_CSSNamespaceRule_NamespaceURI 2111 //go:noescape 2112 func GetCSSNamespaceRuleNamespaceURI( 2113 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 2114 2115 //go:wasmimport plat/js/web get_CSSNamespaceRule_Prefix 2116 //go:noescape 2117 func GetCSSNamespaceRulePrefix( 2118 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 2119 2120 //go:wasmimport plat/js/web new_CSSOKLCH_CSSOKLCH 2121 //go:noescape 2122 func NewCSSOKLCHByCSSOKLCH( 2123 l js.Ref, 2124 c js.Ref, 2125 h js.Ref, 2126 alpha js.Ref) js.Ref 2127 2128 //go:wasmimport plat/js/web new_CSSOKLCH_CSSOKLCH1 2129 //go:noescape 2130 func NewCSSOKLCHByCSSOKLCH1( 2131 l js.Ref, 2132 c js.Ref, 2133 h js.Ref) js.Ref 2134 2135 //go:wasmimport plat/js/web get_CSSOKLCH_L 2136 //go:noescape 2137 func GetCSSOKLCHL( 2138 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 2139 2140 //go:wasmimport plat/js/web set_CSSOKLCH_L 2141 //go:noescape 2142 func SetCSSOKLCHL( 2143 this js.Ref, 2144 val js.Ref, 2145 ) js.Ref 2146 2147 //go:wasmimport plat/js/web get_CSSOKLCH_C 2148 //go:noescape 2149 func GetCSSOKLCHC( 2150 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 2151 2152 //go:wasmimport plat/js/web set_CSSOKLCH_C 2153 //go:noescape 2154 func SetCSSOKLCHC( 2155 this js.Ref, 2156 val js.Ref, 2157 ) js.Ref 2158 2159 //go:wasmimport plat/js/web get_CSSOKLCH_H 2160 //go:noescape 2161 func GetCSSOKLCHH( 2162 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 2163 2164 //go:wasmimport plat/js/web set_CSSOKLCH_H 2165 //go:noescape 2166 func SetCSSOKLCHH( 2167 this js.Ref, 2168 val js.Ref, 2169 ) js.Ref 2170 2171 //go:wasmimport plat/js/web get_CSSOKLCH_Alpha 2172 //go:noescape 2173 func GetCSSOKLCHAlpha( 2174 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 2175 2176 //go:wasmimport plat/js/web set_CSSOKLCH_Alpha 2177 //go:noescape 2178 func SetCSSOKLCHAlpha( 2179 this js.Ref, 2180 val js.Ref, 2181 ) js.Ref 2182 2183 //go:wasmimport plat/js/web new_CSSOKLab_CSSOKLab 2184 //go:noescape 2185 func NewCSSOKLabByCSSOKLab( 2186 l js.Ref, 2187 a js.Ref, 2188 b js.Ref, 2189 alpha js.Ref) js.Ref 2190 2191 //go:wasmimport plat/js/web new_CSSOKLab_CSSOKLab1 2192 //go:noescape 2193 func NewCSSOKLabByCSSOKLab1( 2194 l js.Ref, 2195 a js.Ref, 2196 b js.Ref) js.Ref 2197 2198 //go:wasmimport plat/js/web get_CSSOKLab_L 2199 //go:noescape 2200 func GetCSSOKLabL( 2201 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 2202 2203 //go:wasmimport plat/js/web set_CSSOKLab_L 2204 //go:noescape 2205 func SetCSSOKLabL( 2206 this js.Ref, 2207 val js.Ref, 2208 ) js.Ref 2209 2210 //go:wasmimport plat/js/web get_CSSOKLab_A 2211 //go:noescape 2212 func GetCSSOKLabA( 2213 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 2214 2215 //go:wasmimport plat/js/web set_CSSOKLab_A 2216 //go:noescape 2217 func SetCSSOKLabA( 2218 this js.Ref, 2219 val js.Ref, 2220 ) js.Ref 2221 2222 //go:wasmimport plat/js/web get_CSSOKLab_B 2223 //go:noescape 2224 func GetCSSOKLabB( 2225 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 2226 2227 //go:wasmimport plat/js/web set_CSSOKLab_B 2228 //go:noescape 2229 func SetCSSOKLabB( 2230 this js.Ref, 2231 val js.Ref, 2232 ) js.Ref 2233 2234 //go:wasmimport plat/js/web get_CSSOKLab_Alpha 2235 //go:noescape 2236 func GetCSSOKLabAlpha( 2237 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 2238 2239 //go:wasmimport plat/js/web set_CSSOKLab_Alpha 2240 //go:noescape 2241 func SetCSSOKLabAlpha( 2242 this js.Ref, 2243 val js.Ref, 2244 ) js.Ref 2245 2246 //go:wasmimport plat/js/web get_CSSPageRule_SelectorText 2247 //go:noescape 2248 func GetCSSPageRuleSelectorText( 2249 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 2250 2251 //go:wasmimport plat/js/web set_CSSPageRule_SelectorText 2252 //go:noescape 2253 func SetCSSPageRuleSelectorText( 2254 this js.Ref, 2255 val js.Ref, 2256 ) js.Ref 2257 2258 //go:wasmimport plat/js/web get_CSSPageRule_Style 2259 //go:noescape 2260 func GetCSSPageRuleStyle( 2261 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 2262 2263 //go:wasmimport plat/js/web new_CSSParserAtRule_CSSParserAtRule 2264 //go:noescape 2265 func NewCSSParserAtRuleByCSSParserAtRule( 2266 name js.Ref, 2267 prelude js.Ref, 2268 body js.Ref) js.Ref 2269 2270 //go:wasmimport plat/js/web new_CSSParserAtRule_CSSParserAtRule1 2271 //go:noescape 2272 func NewCSSParserAtRuleByCSSParserAtRule1( 2273 name js.Ref, 2274 prelude js.Ref) js.Ref 2275 2276 //go:wasmimport plat/js/web get_CSSParserAtRule_Name 2277 //go:noescape 2278 func GetCSSParserAtRuleName( 2279 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 2280 2281 //go:wasmimport plat/js/web get_CSSParserAtRule_Prelude 2282 //go:noescape 2283 func GetCSSParserAtRulePrelude( 2284 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 2285 2286 //go:wasmimport plat/js/web get_CSSParserAtRule_Body 2287 //go:noescape 2288 func GetCSSParserAtRuleBody( 2289 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 2290 2291 //go:wasmimport plat/js/web has_CSSParserAtRule_ToString 2292 //go:noescape 2293 func HasFuncCSSParserAtRuleToString(this js.Ref) js.Ref 2294 2295 //go:wasmimport plat/js/web func_CSSParserAtRule_ToString 2296 //go:noescape 2297 func FuncCSSParserAtRuleToString(this js.Ref, fn unsafe.Pointer) 2298 2299 //go:wasmimport plat/js/web call_CSSParserAtRule_ToString 2300 //go:noescape 2301 func CallCSSParserAtRuleToString( 2302 this js.Ref, retPtr unsafe.Pointer) 2303 2304 //go:wasmimport plat/js/web try_CSSParserAtRule_ToString 2305 //go:noescape 2306 func TryCSSParserAtRuleToString( 2307 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer) (ok js.Ref) 2308 2309 //go:wasmimport plat/js/web new_CSSParserBlock_CSSParserBlock 2310 //go:noescape 2311 func NewCSSParserBlockByCSSParserBlock( 2312 name js.Ref, 2313 body js.Ref) js.Ref 2314 2315 //go:wasmimport plat/js/web get_CSSParserBlock_Name 2316 //go:noescape 2317 func GetCSSParserBlockName( 2318 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 2319 2320 //go:wasmimport plat/js/web get_CSSParserBlock_Body 2321 //go:noescape 2322 func GetCSSParserBlockBody( 2323 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 2324 2325 //go:wasmimport plat/js/web has_CSSParserBlock_ToString 2326 //go:noescape 2327 func HasFuncCSSParserBlockToString(this js.Ref) js.Ref 2328 2329 //go:wasmimport plat/js/web func_CSSParserBlock_ToString 2330 //go:noescape 2331 func FuncCSSParserBlockToString(this js.Ref, fn unsafe.Pointer) 2332 2333 //go:wasmimport plat/js/web call_CSSParserBlock_ToString 2334 //go:noescape 2335 func CallCSSParserBlockToString( 2336 this js.Ref, retPtr unsafe.Pointer) 2337 2338 //go:wasmimport plat/js/web try_CSSParserBlock_ToString 2339 //go:noescape 2340 func TryCSSParserBlockToString( 2341 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer) (ok js.Ref) 2342 2343 //go:wasmimport plat/js/web new_CSSParserFunction_CSSParserFunction 2344 //go:noescape 2345 func NewCSSParserFunctionByCSSParserFunction( 2346 name js.Ref, 2347 args js.Ref) js.Ref 2348 2349 //go:wasmimport plat/js/web get_CSSParserFunction_Name 2350 //go:noescape 2351 func GetCSSParserFunctionName( 2352 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 2353 2354 //go:wasmimport plat/js/web get_CSSParserFunction_Args 2355 //go:noescape 2356 func GetCSSParserFunctionArgs( 2357 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 2358 2359 //go:wasmimport plat/js/web has_CSSParserFunction_ToString 2360 //go:noescape 2361 func HasFuncCSSParserFunctionToString(this js.Ref) js.Ref 2362 2363 //go:wasmimport plat/js/web func_CSSParserFunction_ToString 2364 //go:noescape 2365 func FuncCSSParserFunctionToString(this js.Ref, fn unsafe.Pointer) 2366 2367 //go:wasmimport plat/js/web call_CSSParserFunction_ToString 2368 //go:noescape 2369 func CallCSSParserFunctionToString( 2370 this js.Ref, retPtr unsafe.Pointer) 2371 2372 //go:wasmimport plat/js/web try_CSSParserFunction_ToString 2373 //go:noescape 2374 func TryCSSParserFunctionToString( 2375 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer) (ok js.Ref) 2376 2377 //go:wasmimport plat/js/web new_CSSParserQualifiedRule_CSSParserQualifiedRule 2378 //go:noescape 2379 func NewCSSParserQualifiedRuleByCSSParserQualifiedRule( 2380 prelude js.Ref, 2381 body js.Ref) js.Ref 2382 2383 //go:wasmimport plat/js/web new_CSSParserQualifiedRule_CSSParserQualifiedRule1 2384 //go:noescape 2385 func NewCSSParserQualifiedRuleByCSSParserQualifiedRule1( 2386 prelude js.Ref) js.Ref 2387 2388 //go:wasmimport plat/js/web get_CSSParserQualifiedRule_Prelude 2389 //go:noescape 2390 func GetCSSParserQualifiedRulePrelude( 2391 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 2392 2393 //go:wasmimport plat/js/web get_CSSParserQualifiedRule_Body 2394 //go:noescape 2395 func GetCSSParserQualifiedRuleBody( 2396 this js.Ref, retPtr unsafe.Pointer) (ok js.Ref) 2397 2398 //go:wasmimport plat/js/web has_CSSParserQualifiedRule_ToString 2399 //go:noescape 2400 func HasFuncCSSParserQualifiedRuleToString(this js.Ref) js.Ref 2401 2402 //go:wasmimport plat/js/web func_CSSParserQualifiedRule_ToString 2403 //go:noescape 2404 func FuncCSSParserQualifiedRuleToString(this js.Ref, fn unsafe.Pointer) 2405 2406 //go:wasmimport plat/js/web call_CSSParserQualifiedRule_ToString 2407 //go:noescape 2408 func CallCSSParserQualifiedRuleToString( 2409 this js.Ref, retPtr unsafe.Pointer) 2410 2411 //go:wasmimport plat/js/web try_CSSParserQualifiedRule_ToString 2412 //go:noescape 2413 func TryCSSParserQualifiedRuleToString( 2414 this js.Ref, retPtr unsafe.Pointer, errPtr unsafe.Pointer) (ok js.Ref)